#820e02

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

Shades of Maroon #820E02

Tints of Maroon #820E02

Color information

#820E02 (or 0x820E02) is unknown color: approx Maroon. HEX triplet: 82, 0E and 02. RGB value is (130,14,2). Sum of RGB (Red+Green+Blue) = 130+14+2=146 (19% of max value = 765). Red value is 130 (51.17% from 255 or 89.04% from 146); Green value is 14 (5.86% from 255 or 9.59% from 146); Blue value is 2 (1.17% from 255 or 1.37% from 146); Max value from RGB is 130 - color contains mainly: red. Hex color #820E02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820E02 is #7DF1FD. Grayscale: #2F2F2F. Windows color (decimal): -8253950 or 134786. OLE color: 134786.

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

Color convert

RGB130142-
CMYK00.890.980.49
HSL5.62º96.97%25.88%-
HSV(B)5.62º98.46%50.98%-
XYZ9.375.060.54-
YUV47.32102.43186.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 89.04%
GREEN value IS 14 (5.86% from 255) = 9.59%
BLUE value IS 2 (1.17% from 255) = 1.37%
R=89.04%
G=9.59%
B=1.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13014200.890.980.495.6296.9725.88
Hex82E205962316611a
Octal202162013114261614132
Binary10000010111010010110011100010110001110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820e02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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