Html Css Color HEX #900900 Dark Red

📋 copy color: '#900900'

red 144 ◦ green 9 ◦ blue 0

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

Shades of Dark Red #900900

Tints of Dark Red #900900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 94.12%
G = 5.88%
B = 0%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#900900 (or 0x900900) is known color: Dark Red. HEX triplet: 90, 09 and 00. RGB value is (144,9,0). Sum of RGB (Red+Green+Blue) = 144+9+0=153 (20% of max value = 765). Red value is 144 (56.64% from 255 or 94.12% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 0 (0.39% from 255 or 0% from 153); Max value from RGB is 144 - color contains mainly: red. Hex color #900900 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900900 is #6FF6FF. Grayscale: #303030. Windows color (decimal): -7337728 or 2448. OLE color: 2448.

HSL color Cylindrical-coordinate representation of color #900900: hue angle of 3.75º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #900900 is Cyan = 0, Magento = 0.94, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 9 0 -
CMYK 0 0.94 1 0.44
HSL 3.75º 1% 0.28% -
HSV(B) 3.75º 1% 0.56% -
XYZ 11.6 6.12 0.57 -
YUV 48.34 100.73 196.23 -
System Red Green Blue C M Y K H S L
Decimal 144 9 0 0 0.94 1 0.44 3.75 1 0.28
Hex 90 9 0 0 5E 64 2C 4 64 1C
Octal 220 11 0 0 136 144 54 4 144 34
Binary 10010000 1001 0 0 1011110 1100100 101100 100 1100100 11100

Color Harmonies of #900900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900900

Black with #900900

Text Example


Text Example

White with #900900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900900; }

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

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

background-color css

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

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

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

border-color css

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

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

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