Html Css Color HEX #901505 Dark Red

📋 copy color: '#901505'

red 144 ◦ green 21 ◦ blue 5

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

Shades of Dark Red #901505

Tints of Dark Red #901505

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.35%

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

R = 84.71%
G = 12.35%
B = 2.94%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#901505 (or 0x901505) is known color: Dark Red. HEX triplet: 90, 15 and 05. RGB value is (144,21,5). Sum of RGB (Red+Green+Blue) = 144+21+5=170 (22% of max value = 765). Red value is 144 (56.64% from 255 or 84.71% from 170); Green value is 21 (8.59% from 255 or 12.35% from 170); Blue value is 5 (2.34% from 255 or 2.94% from 170); Max value from RGB is 144 - color contains mainly: red. Hex color #901505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901505 is #6FEAFA. Grayscale: #383838. Windows color (decimal): -7334651 or 333200. OLE color: 333200.

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

Color convert

RGB 144 21 5 -
CMYK 0 0.85 0.97 0.44
HSL 6.91º 0.93% 0.29% -
HSV(B) 6.91º 0.97% 0.56% -
XYZ 11.8 6.48 0.77 -
YUV 55.95 99.25 190.8 -
System Red Green Blue C M Y K H S L
Decimal 144 21 5 0 0.85 0.97 0.44 6.91 0.93 0.29
Hex 90 15 5 0 55 61 2C 7 5D 1D
Octal 220 25 5 0 125 141 54 7 135 35
Binary 10010000 10101 101 0 1010101 1100001 101100 111 1011101 11101

Color Harmonies of #901505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901505

Black with #901505

Text Example


Text Example

White with #901505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901505; }

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

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

background-color css

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

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

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

border-color css

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

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

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