Html Css Color HEX #900505 Dark Red

📋 copy color: '#900505'

red 144 ◦ green 5 ◦ blue 5

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

Shades of Dark Red #900505

Tints of Dark Red #900505

RGB

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

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

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

R = 93.51%
G = 3.25%
B = 3.25%

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

#900505 (or 0x900505) is known color: Dark Red. HEX triplet: 90, 05 and 05. RGB value is (144,5,5). Sum of RGB (Red+Green+Blue) = 144+5+5=154 (20% of max value = 765). Red value is 144 (56.64% from 255 or 93.51% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 5 (2.34% from 255 or 3.25% from 154); Max value from RGB is 144 - color contains mainly: red. Hex color #900505 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900505 is #6FFAFA. Grayscale: #2E2E2E. Windows color (decimal): -7338747 or 329104. OLE color: 329104.

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

Color convert

RGB 144 5 5 -
CMYK 0 0.97 0.97 0.44
HSL 0.93% 0.29% -
HSV(B) 0.97% 0.56% -
XYZ 11.58 6.05 0.7 -
YUV 46.56 104.55 197.5 -
System Red Green Blue C M Y K H S L
Decimal 144 5 5 0 0.97 0.97 0.44 0 0.93 0.29
Hex 90 5 5 0 61 61 2C 0 5D 1D
Octal 220 5 5 0 141 141 54 0 135 35
Binary 10010000 101 101 0 1100001 1100001 101100 0 1011101 11101

Color Harmonies of #900505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900505

Black with #900505

Text Example


Text Example

White with #900505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900505; }

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

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

background-color css

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

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

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

border-color css

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

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

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