#800602

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

Shades of Maroon #800602

Tints of Maroon #800602

Color information

#800602 (or 0x800602) is unknown color: approx Maroon. HEX triplet: 80, 06 and 02. RGB value is (128,6,2). Sum of RGB (Red+Green+Blue) = 128+6+2=136 (18% of max value = 765). Red value is 128 (50.39% from 255 or 94.12% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 2 (1.17% from 255 or 1.47% from 136); Max value from RGB is 128 - color contains mainly: red. Hex color #800602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800602 is #7FF9FD. Grayscale: #2A2A2A. Windows color (decimal): -8387070 or 132736. OLE color: 132736.

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

Color convert

RGB12862-
CMYK00.950.980.50
HSL1.9º96.92%25.49%-
HSV(B)1.9º98.44%50.2%-
XYZ8.984.720.5-
YUV42.02105.42189.33-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 94.12%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 2 (1.17% from 255) = 1.47%
R=94.12%
G=4.41%
B=1.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286200.950.980.501.996.9225.49
Hex806205F623226119
Octal20062013714262214131
Binary100000001101001011111110001011001010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800602; }

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

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

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

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

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

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

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

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