#820C02

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

Shades of Maroon #820C02

Tints of Maroon #820C02

Color information

#820C02 (or 0x820C02) is unknown color: approx Maroon. HEX triplet: 82, 0C and 02. RGB value is (130,12,2). Sum of RGB (Red+Green+Blue) = 130+12+2=144 (19% of max value = 765). Red value is 130 (51.17% from 255 or 90.28% from 144); Green value is 12 (5.08% from 255 or 8.33% from 144); Blue value is 2 (1.17% from 255 or 1.39% from 144); Max value from RGB is 130 - color contains mainly: red. Hex color #820C02 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820C02 is #7DF3FD. Grayscale: #2E2E2E. Windows color (decimal): -8254462 or 134274. OLE color: 134274.

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

Color convert

RGB130122-
CMYK00.910.980.49
HSL4.69º96.97%25.88%-
HSV(B)4.69º98.46%50.98%-
XYZ9.355.010.53-
YUV46.14103.09187.81-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 90.28%
GREEN value IS 12 (5.08% from 255) = 8.33%
BLUE value IS 2 (1.17% from 255) = 1.39%
R=90.28%
G=8.33%
B=1.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13012200.910.980.494.6996.9725.88
Hex82C205B62315611a
Octal202142013314261514132
Binary10000010110010010110111100010110001101110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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