#820A04

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

Shades of Maroon #820A04

Tints of Maroon #820A04

Color information

#820A04 (or 0x820A04) is unknown color: approx Maroon. HEX triplet: 82, 0A and 04. RGB value is (130,10,4). Sum of RGB (Red+Green+Blue) = 130+10+4=144 (19% of max value = 765). Red value is 130 (51.17% from 255 or 90.28% from 144); Green value is 10 (4.30% from 255 or 6.94% from 144); Blue value is 4 (1.95% from 255 or 2.78% from 144); Max value from RGB is 130 - color contains mainly: red. Hex color #820A04 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820A04 is #7DF5FB. Grayscale: #2D2D2D. Windows color (decimal): -8254972 or 264834. OLE color: 264834.

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

Color convert

RGB130104-
CMYK00.920.970.49
HSL2.86º94.03%26.27%-
HSV(B)2.86º96.92%50.98%-
XYZ9.344.970.58-
YUV45.2104.76188.49-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 90.28%
GREEN value IS 10 (4.30% from 255) = 6.94%
BLUE value IS 4 (1.95% from 255) = 2.78%
R=90.28%
G=6.94%
B=2.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13010400.920.970.492.8694.0326.27
Hex82A405C613135e1a
Octal202124013414161313632
Binary10000010101010001011100110000111000111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,10,4); }

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

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

 a { background-color: rgb(130,10,4); }

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

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

 span { border-color: rgb(130,10,4); }

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