#9F0B06

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

Shades of Dark Red #9F0B06

Tints of Dark Red #9F0B06

Color information

#9F0B06 (or 0x9F0B06) is unknown color: approx Dark Red. HEX triplet: 9F, 0B and 06. RGB value is (159,11,6). Sum of RGB (Red+Green+Blue) = 159+11+6=176 (23% of max value = 765). Red value is 159 (62.5% from 255 or 90.34% from 176); Green value is 11 (4.69% from 255 or 6.25% from 176); Blue value is 6 (2.73% from 255 or 3.41% from 176); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0B06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0B06 is #60F4F9. Grayscale: #363636. Windows color (decimal): -6354170 or 396191. OLE color: 396191.

HSL color Cylindrical-coordinate representation of color #9F0B06: hue angle of 1.96º 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 #9F0B06 is Cyan = 0, Magento = 0.93, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB159116-
CMYK00.930.960.38
HSL1.96º92.73%32.35%-
HSV(B)1.96º96.23%62.35%-
XYZ14.457.620.88-
YUV54.68100.53202.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 90.34%
GREEN value IS 11 (4.69% from 255) = 6.25%
BLUE value IS 6 (2.73% from 255) = 3.41%
R=90.34%
G=6.25%
B=3.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.96
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15911600.930.960.381.9692.7332.35
Hex9FB605D602625d20
Octal237136013514046213540
Binary100111111011110010111011100000100110101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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