Html Css Color HEX #900905 Dark Red

📋 copy color: '#900905'

red 144 ◦ green 9 ◦ blue 5

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

Shades of Dark Red #900905

Tints of Dark Red #900905

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

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

R = 91.14%
G = 5.7%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#900905 (or 0x900905) is known color: Dark Red. HEX triplet: 90, 09 and 05. RGB value is (144,9,5). Sum of RGB (Red+Green+Blue) = 144+9+5=158 (20% of max value = 765). Red value is 144 (56.64% from 255 or 91.14% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 5 (2.34% from 255 or 3.16% from 158); Max value from RGB is 144 - color contains mainly: red. Hex color #900905 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900905 is #6FF6FA. Grayscale: #313131. Windows color (decimal): -7337723 or 330128. OLE color: 330128.

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

Color convert

RGB 144 9 5 -
CMYK 0 0.94 0.97 0.44
HSL 1.73º 0.93% 0.29% -
HSV(B) 1.73º 0.97% 0.56% -
XYZ 11.63 6.14 0.72 -
YUV 48.91 103.23 195.83 -
System Red Green Blue C M Y K H S L
Decimal 144 9 5 0 0.94 0.97 0.44 1.73 0.93 0.29
Hex 90 9 5 0 5E 61 2C 2 5D 1D
Octal 220 11 5 0 136 141 54 2 135 35
Binary 10010000 1001 101 0 1011110 1100001 101100 10 1011101 11101

Color Harmonies of #900905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900905

Black with #900905

Text Example


Text Example

White with #900905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900905; }

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

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

background-color css

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

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

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

border-color css

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

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

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