Color Hex Logo

#9f131b Color Hex

#9F131B
(159,19,27)
0 Favorites   0 Comments

Color spaces of #9f131b

RGB 1591927
HSL0.990.790.35
HSV357°88°62°
CMYK 0.000.880.83   0.38
XYZ14.72887.91581.7885
Yxy7.91580.60280.3240
Hunter Lab28.135044.209115.9255
CIE-Lab33.806953.878135.0339

#9f131b color RGB value is (159,19,27).

#9f131b hex color red value is 159, green value is 19 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #9f131b hue: 0.99 , saturation: 0.79 and the lightness value of 9f131b is 0.35.

The process color (four color CMYK) of #9f131b color hex is 0.00, 0.88, 0.83, 0.38. Web safe color of #9f131b is #990033. Color #9f131b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00010011 00011011
Octal 237 23 33
Decimal 159 19 27
Hex 9F 13 1B

RGB Percentages of Color #9f131b

%77.56
%9.27
%13.17

CMYK Percentages of Color #9f131b

%0
%88
%83
%38

Triadic Colors of #9f131b

#9f131b #1b9f13 #131b9f

Analogous Colors of #9f131b

#9f131b #9f5113 #9f1361

Monochromatic Colors of #9f131b

#9f131b

Complementary Color

#9f131b #139f97

#9f131b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f131b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f131b Color CSS Codes

.mybgcolor {background-color:#9f131b; } 
.myforecolor {color:#9f131b; }
.mybordercolor {border:3px solid #9f131b; }

#9f131b Text Font Color

<p style="color:#9f131b">Text here</p>

This sample text font color is #9f131b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9f131b Background Color

<div style="background-color:#9f131b">
Div content here</div>

This div background color is #9f131b


#9f131b Border Color

<div style="border:3px solid #9f131b">
Div here</div>

This div border color is #9f131b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(159,19,27, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9f131b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9f131b;
  -webkit-box-shadow: 1px 1px 3px 2px #9f131b;
  box-shadow:         1px 1px 3px 2px #9f131b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,19,27, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9f131b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9f131b;
  -webkit-box-shadow: 1px 1px 3px 2px #9f131b;
  box-shadow:         1px 1px 3px 2px #9f131b;">
Div content here</div>

This div box has shadow with color #9f131b


Comments

No comments written yet.

Please login to write comment.