Html Css Color HEX #900000 Dark Red

📋 copy color: '#900000'

red 144 ◦ green 0 ◦ blue 0

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

Shades of Dark Red #900000

Tints of Dark Red #900000

RGB

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

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

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

R = 100%
G = 0%
B = 0%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#900000 (or 0x900000) is known color: Dark Red. HEX triplet: 90, 00 and 00. RGB value is (144,0,0). Sum of RGB (Red+Green+Blue) = 144+0+0=144 (19% of max value = 765). Red value is 144 (56.64% from 255 or 100% from 144); Green value is 0 (0.39% from 255 or 0% from 144); Blue value is 0 (0.39% from 255 or 0% from 144); Max value from RGB is 144 - color contains mainly: red. Hex color #900000 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900000 is #6FFFFF. Grayscale: #2B2B2B. Windows color (decimal): -7340032 or 144. OLE color: 144.

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

Color convert

RGB 144 0 0 -
CMYK 0 1 1 0.44
HSL 1% 0.28% -
HSV(B) 1% 0.56% -
XYZ 11.5 5.93 0.54 -
YUV 43.06 103.71 200 -
System Red Green Blue C M Y K H S L
Decimal 144 0 0 0 1 1 0.44 0 1 0.28
Hex 90 0 0 0 64 64 2C 0 64 1C
Octal 220 0 0 0 144 144 54 0 144 34
Binary 10010000 0 0 0 1100100 1100100 101100 0 1100100 11100

Color Harmonies of #900000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900000

Black with #900000

Text Example


Text Example

White with #900000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900000; }

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

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

background-color css

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

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

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

border-color css

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

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

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