Html Css Color HEX #901309 Dark Red

📋 copy color: '#901309'

red 144 ◦ green 19 ◦ blue 9

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

Shades of Dark Red #901309

Tints of Dark Red #901309

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.05%

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

R = 83.72%
G = 11.05%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#901309 (or 0x901309) is known color: Dark Red. HEX triplet: 90, 13 and 09. RGB value is (144,19,9). Sum of RGB (Red+Green+Blue) = 144+19+9=172 (22% of max value = 765). Red value is 144 (56.64% from 255 or 83.72% from 172); Green value is 19 (7.81% from 255 or 11.05% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 144 - color contains mainly: red. Hex color #901309 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901309 is #6FECF6. Grayscale: #373737. Windows color (decimal): -7335159 or 594832. OLE color: 594832.

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

Color convert

RGB 144 19 9 -
CMYK 0 0.87 0.94 0.44
HSL 4.44º 0.88% 0.3% -
HSV(B) 4.44º 0.94% 0.56% -
XYZ 11.78 6.41 0.88 -
YUV 55.24 101.91 191.31 -
System Red Green Blue C M Y K H S L
Decimal 144 19 9 0 0.87 0.94 0.44 4.44 0.88 0.3
Hex 90 13 9 0 57 5E 2C 4 58 1E
Octal 220 23 11 0 127 136 54 4 130 36
Binary 10010000 10011 1001 0 1010111 1011110 101100 100 1011000 11110

Color Harmonies of #901309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901309

Black with #901309

Text Example


Text Example

White with #901309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901309; }

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

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

background-color css

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

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

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

border-color css

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

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

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