Html Css Color HEX #800600 Maroon

📋 copy color: '#800600'

red 128 ◦ green 6 ◦ blue 0

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

Shades of Maroon #800600

Tints of Maroon #800600

RGB

 RED value IS 128 (50.39% from 255) = 95.52%

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

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

R = 95.52%
G = 4.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.50

RGB Variations

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

Color information

#800600 (or 0x800600) is known color: Maroon. HEX triplet: 80, 06 and 00. RGB value is (128,6,0). Sum of RGB (Red+Green+Blue) = 128+6+0=134 (17% of max value = 765). Red value is 128 (50.39% from 255 or 95.52% from 134); Green value is 6 (2.73% from 255 or 4.48% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 128 - color contains mainly: red. Hex color #800600 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800600 is #7FF9FF. Grayscale: #292929. Windows color (decimal): -8387072 or 1664. OLE color: 1664.

HSL color Cylindrical-coordinate representation of color #800600: hue angle of 2.81º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #800600 is Cyan = 0, Magento = 0.95, Yellow = 1 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 6 0 -
CMYK 0 0.95 1 0.50
HSL 2.81º 1% 0.25% -
HSV(B) 2.81º 1% 0.5% -
XYZ 8.97 4.72 0.44 -
YUV 41.79 104.42 189.49 -
System Red Green Blue C M Y K H S L
Decimal 128 6 0 0 0.95 1 0.50 2.81 1 0.25
Hex 80 6 0 0 5F 64 32 3 64 19
Octal 200 6 0 0 137 144 62 3 144 31
Binary 10000000 110 0 0 1011111 1100100 110010 11 1100100 11001

Color Harmonies of #800600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800600

Black with #800600

Text Example


Text Example

White with #800600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800600; }

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

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

background-color css

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

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

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

border-color css

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

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

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