Html Css Color HEX #900600 Dark Red

📋 copy color: '#900600'

red 144 ◦ green 6 ◦ blue 0

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

Shades of Dark Red #900600

Tints of Dark Red #900600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4%

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

R = 96%
G = 4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#900600 (or 0x900600) is known color: Dark Red. HEX triplet: 90, 06 and 00. RGB value is (144,6,0). Sum of RGB (Red+Green+Blue) = 144+6+0=150 (19% of max value = 765). Red value is 144 (56.64% from 255 or 96% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 144 - color contains mainly: red. Hex color #900600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #900600 is #6FF9FF. Grayscale: #2E2E2E. Windows color (decimal): -7338496 or 1680. OLE color: 1680.

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

Color convert

RGB 144 6 0 -
CMYK 0 0.96 1 0.44
HSL 2.5º 1% 0.28% -
HSV(B) 2.5º 1% 0.56% -
XYZ 11.57 6.06 0.56 -
YUV 46.58 101.72 197.49 -
System Red Green Blue C M Y K H S L
Decimal 144 6 0 0 0.96 1 0.44 2.5 1 0.28
Hex 90 6 0 0 60 64 2C 2 64 1C
Octal 220 6 0 0 140 144 54 2 144 34
Binary 10010000 110 0 0 1100000 1100100 101100 10 1100100 11100

Color Harmonies of #900600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #900600

Black with #900600

Text Example


Text Example

White with #900600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #900600; }

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

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

background-color css

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

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

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

border-color css

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

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

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