Color Hex Logo

#9f1231 Color Hex

#9F1231
(159,18,49)
0 Favorites   0 Comments

Color spaces of #9f1231

RGB 1591849
HSL0.960.800.35
HSV347°89°62°
CMYK 0.000.890.69   0.38
XYZ15.06888.02533.6606
Yxy8.02530.56320.3000
Hunter Lab28.329045.372412.1690
CIE-Lab34.035554.943521.7185

#9f1231 color RGB value is (159,18,49).

#9f1231 hex color red value is 159, green value is 18 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #9f1231 hue: 0.96 , saturation: 0.80 and the lightness value of 9f1231 is 0.35.

The process color (four color CMYK) of #9f1231 color hex is 0.00, 0.89, 0.69, 0.38. Web safe color of #9f1231 is #990033. Color #9f1231 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 00010010 00110001
Octal 237 22 61
Decimal 159 18 49
Hex 9F 12 31

RGB Percentages of Color #9f1231

%70.35
%7.96
%21.68

CMYK Percentages of Color #9f1231

%0
%89
%69
%38

Triadic Colors of #9f1231

#9f1231 #319f12 #12319f

Analogous Colors of #9f1231

#9f1231 #9f3a12 #9f1278

Monochromatic Colors of #9f1231

#9f1231

Complementary Color

#9f1231 #129f80

#9f1231 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f1231 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f1231 Color CSS Codes

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

#9f1231 Text Font Color

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

This sample text font color is #9f1231
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.


#9f1231 Background Color

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

This div background color is #9f1231


#9f1231 Border Color

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

This div border color is #9f1231


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f1231


Comments

No comments written yet.

Please login to write comment.