#820E08

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

Shades of Maroon #820E08

Tints of Maroon #820E08

Color information

#820E08 (or 0x820E08) is unknown color: approx Maroon. HEX triplet: 82, 0E and 08. RGB value is (130,14,8). Sum of RGB (Red+Green+Blue) = 130+14+8=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 14 (5.86% from 255 or 9.21% from 152); Blue value is 8 (3.52% from 255 or 5.26% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #820E08 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820E08 is #7DF1F7. Grayscale: #303030. Windows color (decimal): -8253944 or 528002. OLE color: 528002.

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

Color convert

RGB130148-
CMYK00.890.940.49
HSL2.95º88.41%27.06%-
HSV(B)2.95º93.85%50.98%-
XYZ9.415.080.71-
YUV48105.43186.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 85.53%
GREEN value IS 14 (5.86% from 255) = 9.21%
BLUE value IS 8 (3.52% from 255) = 5.26%
R=85.53%
G=9.21%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.94
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13014800.890.940.492.9588.4127.06
Hex82E80595E313581b
Octal2021610013113661313033
Binary100000101110100001011001101111011000111101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820E08; }

 p { color: rgb(130,14,8); }

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

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

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

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

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

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

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