#9F0C06

Color #9F0C06 Dark Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Red #9F0C06

Tints of Dark Red #9F0C06

Color information

#9F0C06 (or 0x9F0C06) is unknown color: approx Dark Red. HEX triplet: 9F, 0C and 06. RGB value is (159,12,6). Sum of RGB (Red+Green+Blue) = 159+12+6=177 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.83% from 177); Green value is 12 (5.08% from 255 or 6.78% from 177); Blue value is 6 (2.73% from 255 or 3.39% from 177); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0C06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0C06 is #60F3F9. Grayscale: #373737. Windows color (decimal): -6353914 or 396447. OLE color: 396447.

HSL color Cylindrical-coordinate representation of color #9F0C06: hue angle of 2.35º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F0C06 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB159126-
CMYK00.920.960.38
HSL2.35º92.73%32.35%-
HSV(B)2.35º96.23%62.35%-
XYZ14.467.650.89-
YUV55.27100.2201.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 89.83%
GREEN value IS 12 (5.08% from 255) = 6.78%
BLUE value IS 6 (2.73% from 255) = 3.39%
R=89.83%
G=6.78%
B=3.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15912600.920.960.382.3592.7332.35
Hex9FC605C602625d20
Octal237146013414046213540
Binary100111111100110010111001100000100110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F0C06; }

 p { color: rgb(159,12,6); }

 H1.HeaderClassName
 {
   color: #9F0C06;
 }
 .AnyTagClassName
 {
   color: #9F0C06;
 }
</style>
background-color css

<style>
 a { background-color: #9F0C06; }

 a { background-color: rgb(159,12,6); }

 div.DivClassName
 {
   background-color: #9F0C06;
 }
 .BgClassName
 {
   background-color: #9F0C06;
 }
</style>
border-color css

<style>
 span { border-color: #9F0C06; }

 span { border-color: rgb(159,12,6); }

 td.TdClassName
 {
   border-color: #9F0C06;
 }
 .TagClassName
 {
   border-color: #9F0C06;
 }
</style>