Html Css Color HEX #901504 Dark Red

📋 copy color: '#901504'

red 144 ◦ green 21 ◦ blue 4

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

Shades of Dark Red #901504

Tints of Dark Red #901504

RGB

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

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

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

R = 85.21%
G = 12.43%
B = 2.37%

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

#901504 (or 0x901504) is known color: Dark Red. HEX triplet: 90, 15 and 04. RGB value is (144,21,4). Sum of RGB (Red+Green+Blue) = 144+21+4=169 (22% of max value = 765). Red value is 144 (56.64% from 255 or 85.21% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 4 (1.95% from 255 or 2.37% from 169); Max value from RGB is 144 - color contains mainly: red. Hex color #901504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #901504 is #6FEAFB. Grayscale: #383838. Windows color (decimal): -7334652 or 267664. OLE color: 267664.

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

Color convert

RGB 144 21 4 -
CMYK 0 0.85 0.97 0.44
HSL 7.29º 0.95% 0.29% -
HSV(B) 7.29º 0.97% 0.56% -
XYZ 11.79 6.47 0.74 -
YUV 55.84 98.75 190.88 -
System Red Green Blue C M Y K H S L
Decimal 144 21 4 0 0.85 0.97 0.44 7.29 0.95 0.29
Hex 90 15 4 0 55 61 2C 7 5F 1D
Octal 220 25 4 0 125 141 54 7 137 35
Binary 10010000 10101 100 0 1010101 1100001 101100 111 1011111 11101

Color Harmonies of #901504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #901504

Black with #901504

Text Example


Text Example

White with #901504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #901504; }

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

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

background-color css

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

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

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

border-color css

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

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

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