Html Css Color HEX #901004 Dark Red

📋 copy color: '#901004'

red 144 ◦ green 16 ◦ blue 4

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

Shades of Dark Red #901004

Tints of Dark Red #901004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.76%

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

R = 87.8%
G = 9.76%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#901004 (or 0x901004) is known color: Dark Red. HEX triplet: 90, 10 and 04. RGB value is (144,16,4). Sum of RGB (Red+Green+Blue) = 144+16+4=164 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.80% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 144 - color contains mainly: red. Hex color #901004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901004 is #6FEFFB. Grayscale: #353535. Windows color (decimal): -7335932 or 266384. OLE color: 266384.

HSL color Cylindrical-coordinate representation of color #901004: hue angle of 5.14º 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 #901004 is Cyan = 0, Magento = 0.89, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 16 4 -
CMYK 0 0.89 0.97 0.44
HSL 5.14º 0.95% 0.29% -
HSV(B) 5.14º 0.97% 0.56% -
XYZ 11.71 6.31 0.72 -
YUV 52.9 100.41 192.98 -
System Red Green Blue C M Y K H S L
Decimal 144 16 4 0 0.89 0.97 0.44 5.14 0.95 0.29
Hex 90 10 4 0 59 61 2C 5 5F 1D
Octal 220 20 4 0 131 141 54 5 137 35
Binary 10010000 10000 100 0 1011001 1100001 101100 101 1011111 11101

Color Harmonies of #901004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901004

Black with #901004

Text Example


Text Example

White with #901004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901004; }

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

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

background-color css

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

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

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

border-color css

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

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

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