#820702

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

Shades of Maroon #820702

Tints of Maroon #820702

Color information

#820702 (or 0x820702) is unknown color: approx Maroon. HEX triplet: 82, 07 and 02. RGB value is (130,7,2). Sum of RGB (Red+Green+Blue) = 130+7+2=139 (18% of max value = 765). Red value is 130 (51.17% from 255 or 93.53% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 130 - color contains mainly: red. Hex color #820702 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820702 is #7DF8FD. Grayscale: #2B2B2B. Windows color (decimal): -8255742 or 132994. OLE color: 132994.

HSL color Cylindrical-coordinate representation of color #820702: hue angle of 2.34º 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 #820702 is Cyan = 0, Magento = 0.95, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB13072-
CMYK00.950.980.49
HSL2.34º96.97%25.88%-
HSV(B)2.34º98.46%50.98%-
XYZ9.294.90.51-
YUV43.21104.75189.91-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 93.53%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 2 (1.17% from 255) = 1.44%
R=93.53%
G=5.04%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1307200.950.980.492.3496.9725.88
Hex827205F62312611a
Octal20272013714261214132
Binary100000101111001011111110001011000110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820702; }

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

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

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

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

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

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

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

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