Html Css Color HEX #900D04 Dark Red

📋 copy color: '#900D04'

red 144 ◦ green 13 ◦ blue 4

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

Shades of Dark Red #900D04

Tints of Dark Red #900D04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.48%

R = 89.44%
G = 8.07%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#900D04 (or 0x900D04) is known color: Dark Red. HEX triplet: 90, 0D and 04. RGB value is (144,13,4). Sum of RGB (Red+Green+Blue) = 144+13+4=161 (21% of max value = 765). Red value is 144 (56.64% from 255 or 89.44% from 161); Green value is 13 (5.47% from 255 or 8.07% from 161); Blue value is 4 (1.95% from 255 or 2.48% from 161); Max value from RGB is 144 - color contains mainly: red. Hex color #900D04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900D04 is #6FF2FB. Grayscale: #333333. Windows color (decimal): -7336700 or 265616. OLE color: 265616.

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

Color convert

RGB 144 13 4 -
CMYK 0 0.91 0.97 0.44
HSL 3.86º 0.95% 0.29% -
HSV(B) 3.86º 0.97% 0.56% -
XYZ 11.67 6.23 0.7 -
YUV 51.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 144 13 4 0 0.91 0.97 0.44 3.86 0.95 0.29
Hex 90 D 4 0 5B 61 2C 4 5F 1D
Octal 220 15 4 0 133 141 54 4 137 35
Binary 10010000 1101 100 0 1011011 1100001 101100 100 1011111 11101

Color Harmonies of #900D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900D04

Black with #900D04

Text Example


Text Example

White with #900D04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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