Html Css Color HEX #901005 Dark Red

📋 copy color: '#901005'

red 144 ◦ green 16 ◦ blue 5

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

Shades of Dark Red #901005

Tints of Dark Red #901005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.03%

R = 87.27%
G = 9.7%
B = 3.03%

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

#901005 (or 0x901005) is known color: Dark Red. HEX triplet: 90, 10 and 05. RGB value is (144,16,5). Sum of RGB (Red+Green+Blue) = 144+16+5=165 (21% of max value = 765). Red value is 144 (56.64% from 255 or 87.27% from 165); Green value is 16 (6.64% from 255 or 9.70% from 165); Blue value is 5 (2.34% from 255 or 3.03% from 165); Max value from RGB is 144 - color contains mainly: red. Hex color #901005 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901005 is #6FEFFA. Grayscale: #353535. Windows color (decimal): -7335931 or 331920. OLE color: 331920.

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

Color convert

RGB 144 16 5 -
CMYK 0 0.89 0.97 0.44
HSL 4.75º 0.93% 0.29% -
HSV(B) 4.75º 0.97% 0.56% -
XYZ 11.71 6.31 0.74 -
YUV 53.02 100.91 192.89 -
System Red Green Blue C M Y K H S L
Decimal 144 16 5 0 0.89 0.97 0.44 4.75 0.93 0.29
Hex 90 10 5 0 59 61 2C 5 5D 1D
Octal 220 20 5 0 131 141 54 5 135 35
Binary 10010000 10000 101 0 1011001 1100001 101100 101 1011101 11101

Color Harmonies of #901005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901005

Black with #901005

Text Example


Text Example

White with #901005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901005; }

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

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

background-color css

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

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

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

border-color css

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

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

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