Html Css Color HEX #990D06 Dark Red

📋 copy color: '#990D06'

red 153 ◦ green 13 ◦ blue 6

#990D06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Red #990D06

Tints of Dark Red #990D06

RGB

 RED value IS 153 (60.16% from 255) = 88.95%

 GREEN value IS 13 (5.47% from 255) = 7.56%

 BLUE value IS 6 (2.73% from 255) = 3.49%

R = 88.95%
G = 7.56%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.4

RGB Variations

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

Color information

#990D06 (or 0x990D06) is known color: Dark Red. HEX triplet: 99, 0D and 06. RGB value is (153,13,6). Sum of RGB (Red+Green+Blue) = 153+13+6=172 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.95% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 6 (2.73% from 255 or 3.49% from 172); Max value from RGB is 153 - color contains mainly: red. Hex color #990D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #990D06 is #66F2F9. Grayscale: #363636. Windows color (decimal): -6746874 or 396697. OLE color: 396697.

HSL color Cylindrical-coordinate representation of color #990D06: hue angle of 2.86º 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 #990D06 is Cyan = 0, Magento = 0.92, Yellow = 0.96 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 13 6 -
CMYK 0 0.92 0.96 0.4
HSL 2.86º 0.92% 0.31% -
HSV(B) 2.86º 0.96% 0.6% -
XYZ 13.31 7.07 0.84 -
YUV 54.06 100.88 198.57 -
System Red Green Blue C M Y K H S L
Decimal 153 13 6 0 0.92 0.96 0.4 2.86 0.92 0.31
Hex 99 D 6 0 5C 60 28 3 5C 1F
Octal 231 15 6 0 134 140 50 3 134 37
Binary 10011001 1101 110 0 1011100 1100000 101000 11 1011100 11111

Color Harmonies of #990D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990D06

Black with #990D06

Text Example


Text Example

White with #990D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #990D06;
 }
 .AnyTagClassName
 {
   color: #990D06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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