Html Css Color HEX #901209 Dark Red

📋 copy color: '#901209'

red 144 ◦ green 18 ◦ blue 9

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

Shades of Dark Red #901209

Tints of Dark Red #901209

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.53%

 BLUE value IS 9 (3.91% from 255) = 5.26%

R = 84.21%
G = 10.53%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#901209 (or 0x901209) is known color: Dark Red. HEX triplet: 90, 12 and 09. RGB value is (144,18,9). Sum of RGB (Red+Green+Blue) = 144+18+9=171 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.21% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 9 (3.91% from 255 or 5.26% from 171); Max value from RGB is 144 - color contains mainly: red. Hex color #901209 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901209 is #6FEDF6. Grayscale: #363636. Windows color (decimal): -7335415 or 594576. OLE color: 594576.

HSL color Cylindrical-coordinate representation of color #901209: hue angle of 4º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #901209 is Cyan = 0, Magento = 0.88, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 18 9 -
CMYK 0 0.88 0.94 0.44
HSL 0.88% 0.3% -
HSV(B) 0.94% 0.56% -
XYZ 11.77 6.38 0.87 -
YUV 54.65 102.24 191.73 -
System Red Green Blue C M Y K H S L
Decimal 144 18 9 0 0.88 0.94 0.44 4 0.88 0.3
Hex 90 12 9 0 58 5E 2C 4 58 1E
Octal 220 22 11 0 130 136 54 4 130 36
Binary 10010000 10010 1001 0 1011000 1011110 101100 100 1011000 11110

Color Harmonies of #901209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901209

Black with #901209

Text Example


Text Example

White with #901209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901209; }

 p { color: rgb(144,18,9); }

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

background-color css

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

 a { background-color: rgb(144,18,9); }

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

border-color css

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

 span { border-color: rgb(144,18,9); }

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