#800605

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

Shades of Maroon #800605

Tints of Maroon #800605

Color information

#800605 (or 0x800605) is unknown color: approx Maroon. HEX triplet: 80, 06 and 05. RGB value is (128,6,5). Sum of RGB (Red+Green+Blue) = 128+6+5=139 (18% of max value = 765). Red value is 128 (50.39% from 255 or 92.09% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 5 (2.34% from 255 or 3.60% from 139); Max value from RGB is 128 - color contains mainly: red. Hex color #800605 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #800605 is #7FF9FA. Grayscale: #2A2A2A. Windows color (decimal): -8387067 or 329344. OLE color: 329344.

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

Color convert

RGB12865-
CMYK00.950.960.50
HSL0.49º92.48%26.08%-
HSV(B)0.49º96.09%50.2%-
XYZ8.994.730.58-
YUV42.36106.92189.08-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 92.09%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 5 (2.34% from 255) = 3.60%
R=92.09%
G=4.32%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.96
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1286500.950.960.500.4992.4826.08
Hex806505F603205c1a
Octal20065013714062013432
Binary100000001101010101111111000001100100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #800605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #800605; }

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

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

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

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

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

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

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

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