Html Css Color HEX #800808 Maroon

📋 copy color: '#800808'

red 128 ◦ green 8 ◦ blue 8

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

Shades of Maroon #800808

Tints of Maroon #800808

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.56%

 BLUE value IS 8 (3.52% from 255) = 5.56%

R = 88.89%
G = 5.56%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.50

RGB Variations

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

Color information

#800808 (or 0x800808) is known color: Maroon. HEX triplet: 80, 08 and 08. RGB value is (128,8,8). Sum of RGB (Red+Green+Blue) = 128+8+8=144 (19% of max value = 765). Red value is 128 (50.39% from 255 or 88.89% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 128 - color contains mainly: red. Hex color #800808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800808 is #7FF7F7. Grayscale: #2C2C2C. Windows color (decimal): -8386552 or 526464. OLE color: 526464.

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

Color convert

RGB 128 8 8 -
CMYK 0 0.94 0.94 0.50
HSL 0.88% 0.27% -
HSV(B) 0.94% 0.5% -
XYZ 9.03 4.78 0.68 -
YUV 43.88 107.76 188 -
System Red Green Blue C M Y K H S L
Decimal 128 8 8 0 0.94 0.94 0.50 0 0.88 0.27
Hex 80 8 8 0 5E 5E 32 0 58 1B
Octal 200 10 10 0 136 136 62 0 130 33
Binary 10000000 1000 1000 0 1011110 1011110 110010 0 1011000 11011

Color Harmonies of #800808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800808

Black with #800808

Text Example


Text Example

White with #800808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800808; }

 p { color: rgb(128,8,8); }

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

background-color css

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

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

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

border-color css

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

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

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