#990e08

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

Shades of Dark Red #990E08

Tints of Dark Red #990E08

Color information

#990E08 (or 0x990E08) is unknown color: approx Dark Red. HEX triplet: 99, 0E and 08. RGB value is (153,14,8). Sum of RGB (Red+Green+Blue) = 153+14+8=175 (23% of max value = 765). Red value is 153 (60.16% from 255 or 87.43% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 8 (3.52% from 255 or 4.57% from 175); Max value from RGB is 153 - color contains mainly: red. Hex color #990E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990E08 is #66F1F7. Grayscale: #373737. Windows color (decimal): -6746616 or 528025. OLE color: 528025.

HSL color Cylindrical-coordinate representation of color #990E08: hue angle of 2.48º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #990E08 is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.4.

Color convert

RGB153148-
CMYK00.910.950.4
HSL2.48º90.06%31.57%-
HSV(B)2.48º94.77%60%-
XYZ13.347.10.9-
YUV54.88101.55197.99-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 87.43%
GREEN value IS 14 (5.86% from 255) = 8%
BLUE value IS 8 (3.52% from 255) = 4.57%
R=87.43%
G=8%
B=4.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.95
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15314800.910.950.42.4890.0631.57
Hex99E805B5F2825a20
Octal2311610013313750213240
Binary1001100111101000010110111011111101000101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990e08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,14,8); }

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

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

 a { background-color: rgb(153,14,8); }

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

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

 span { border-color: rgb(153,14,8); }

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