Html Css Color HEX #901201 Dark Red

📋 copy color: '#901201'

red 144 ◦ green 18 ◦ blue 1

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

Shades of Dark Red #901201

Tints of Dark Red #901201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.61%

R = 88.34%
G = 11.04%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#901201 (or 0x901201) is known color: Dark Red. HEX triplet: 90, 12 and 01. RGB value is (144,18,1). Sum of RGB (Red+Green+Blue) = 144+18+1=163 (21% of max value = 765). Red value is 144 (56.64% from 255 or 88.34% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 1 (0.78% from 255 or 0.61% from 163); Max value from RGB is 144 - color contains mainly: red. Hex color #901201 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901201 is #6FEDFE. Grayscale: #353535. Windows color (decimal): -7335423 or 70288. OLE color: 70288.

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

Color convert

RGB 144 18 1 -
CMYK 0 0.88 0.99 0.44
HSL 7.13º 0.99% 0.28% -
HSV(B) 7.13º 0.99% 0.56% -
XYZ 11.72 6.36 0.64 -
YUV 53.74 98.24 192.38 -
System Red Green Blue C M Y K H S L
Decimal 144 18 1 0 0.88 0.99 0.44 7.13 0.99 0.28
Hex 90 12 1 0 58 63 2C 7 63 1C
Octal 220 22 1 0 130 143 54 7 143 34
Binary 10010000 10010 1 0 1011000 1100011 101100 111 1100011 11100

Color Harmonies of #901201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901201

Black with #901201

Text Example


Text Example

White with #901201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901201; }

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

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

background-color css

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

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

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

border-color css

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

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

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