#990F06

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

Shades of Dark Red #990F06

Tints of Dark Red #990F06

Color information

#990F06 (or 0x990F06) is unknown color: approx Dark Red. HEX triplet: 99, 0F and 06. RGB value is (153,15,6). Sum of RGB (Red+Green+Blue) = 153+15+6=174 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.93% from 174); Green value is 15 (6.25% from 255 or 8.62% from 174); Blue value is 6 (2.73% from 255 or 3.45% from 174); Max value from RGB is 153 - color contains mainly: red. Hex color #990F06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990F06 is #66F0F9. Grayscale: #373737. Windows color (decimal): -6746362 or 397209. OLE color: 397209.

HSL color Cylindrical-coordinate representation of color #990F06: hue angle of 3.67º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #990F06 is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB153156-
CMYK00.900.960.4
HSL3.67º92.45%31.18%-
HSV(B)3.67º96.08%60%-
XYZ13.347.130.84-
YUV55.24100.22197.73-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 87.93%
GREEN value IS 15 (6.25% from 255) = 8.62%
BLUE value IS 6 (2.73% from 255) = 3.45%
R=87.93%
G=8.62%
B=3.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.96
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15315600.900.960.43.6792.4531.18
Hex99F605A602845c1f
Octal231176013214050413437
Binary100110011111110010110101100000101000100101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990F06; }

 p { color: rgb(153,15,6); }

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

<style>
 a { background-color: #990F06; }

 a { background-color: rgb(153,15,6); }

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

<style>
 span { border-color: #990F06; }

 span { border-color: rgb(153,15,6); }

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