#800801

Color #800801 Maroon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Maroon #800801

Tints of Maroon #800801

Color information

#800801 (or 0x800801) is unknown color: approx Maroon. HEX triplet: 80, 08 and 01. RGB value is (128,8,1). Sum of RGB (Red+Green+Blue) = 128+8+1=137 (18% of max value = 765). Red value is 128 (50.39% from 255 or 93.43% from 137); Green value is 8 (3.52% from 255 or 5.84% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 128 - color contains mainly: red. Hex color #800801 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800801 is #7FF7FE. Grayscale: #2B2B2B. Windows color (decimal): -8386559 or 67712. OLE color: 67712.

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

Color convert

RGB12881-
CMYK00.940.990.50
HSL3.31º98.45%25.29%-
HSV(B)3.31º99.22%50.2%-
XYZ8.994.770.47-
YUV43.08104.26188.57-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 93.43%
GREEN value IS 8 (3.52% from 255) = 5.84%
BLUE value IS 1 (0.78% from 255) = 0.73%
R=93.43%
G=5.84%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.99
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1288100.940.990.503.3198.4525.29
Hex808105E633236219
Octal200101013614362314231
Binary100000001000101011110110001111001011110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800801; }

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

 H1.HeaderClassName
 {
   color: #800801;
 }
 .AnyTagClassName
 {
   color: #800801;
 }
</style>
background-color css

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

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

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

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

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

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