Html Css Color HEX #900D06 Dark Red

📋 copy color: '#900D06'

red 144 ◦ green 13 ◦ blue 6

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

Shades of Dark Red #900D06

Tints of Dark Red #900D06

RGB

 RED value IS 144 (56.64% from 255) = 88.34%

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

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

R = 88.34%
G = 7.98%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#900D06 (or 0x900D06) is known color: Dark Red. HEX triplet: 90, 0D and 06. RGB value is (144,13,6). Sum of RGB (Red+Green+Blue) = 144+13+6=163 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.34% from 163); Green value is 13 (5.47% from 255 or 7.98% from 163); Blue value is 6 (2.73% from 255 or 3.68% from 163); Max value from RGB is 144 - color contains mainly: red. Hex color #900D06 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900D06 is #6FF2F9. Grayscale: #333333. Windows color (decimal): -7336698 or 396688. OLE color: 396688.

HSL color Cylindrical-coordinate representation of color #900D06: hue angle of 3.04º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900D06 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 13 6 -
CMYK 0 0.91 0.96 0.44
HSL 3.04º 0.92% 0.29% -
HSV(B) 3.04º 0.96% 0.56% -
XYZ 11.68 6.23 0.76 -
YUV 51.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 144 13 6 0 0.91 0.96 0.44 3.04 0.92 0.29
Hex 90 D 6 0 5B 60 2C 3 5C 1D
Octal 220 15 6 0 133 140 54 3 134 35
Binary 10010000 1101 110 0 1011011 1100000 101100 11 1011100 11101

Color Harmonies of #900D06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D06

Black with #900D06

Text Example


Text Example

White with #900D06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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