Html Css Color HEX #900504 Dark Red

📋 copy color: '#900504'

red 144 ◦ green 5 ◦ blue 4

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

Shades of Dark Red #900504

Tints of Dark Red #900504

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.27%

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

R = 94.12%
G = 3.27%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#900504 (or 0x900504) is known color: Dark Red. HEX triplet: 90, 05 and 04. RGB value is (144,5,4). Sum of RGB (Red+Green+Blue) = 144+5+4=153 (20% of max value = 765). Red value is 144 (56.64% from 255 or 94.12% from 153); Green value is 5 (2.34% from 255 or 3.27% from 153); Blue value is 4 (1.95% from 255 or 2.61% from 153); Max value from RGB is 144 - color contains mainly: red. Hex color #900504 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900504 is #6FFAFB. Grayscale: #2E2E2E. Windows color (decimal): -7338748 or 263568. OLE color: 263568.

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

Color convert

RGB 144 5 4 -
CMYK 0 0.97 0.97 0.44
HSL 0.43º 0.95% 0.29% -
HSV(B) 0.43º 0.97% 0.56% -
XYZ 11.58 6.05 0.67 -
YUV 46.45 104.05 197.58 -
System Red Green Blue C M Y K H S L
Decimal 144 5 4 0 0.97 0.97 0.44 0.43 0.95 0.29
Hex 90 5 4 0 61 61 2C 0 5F 1D
Octal 220 5 4 0 141 141 54 0 137 35
Binary 10010000 101 100 0 1100001 1100001 101100 0 1011111 11101

Color Harmonies of #900504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900504

Black with #900504

Text Example


Text Example

White with #900504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900504; }

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

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

background-color css

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

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

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

border-color css

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

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

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