#821602

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

Shades of Maroon #821602

Tints of Maroon #821602

Color information

#821602 (or 0x821602) is unknown color: approx Maroon. HEX triplet: 82, 16 and 02. RGB value is (130,22,2). Sum of RGB (Red+Green+Blue) = 130+22+2=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #821602 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821602 is #7DE9FD. Grayscale: #343434. Windows color (decimal): -8251902 or 136834. OLE color: 136834.

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

Color convert

RGB130222-
CMYK00.830.980.49
HSL9.38º96.97%25.88%-
HSV(B)9.38º98.46%50.98%-
XYZ9.55.320.58-
YUV52.0199.78183.63-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 84.42%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 2 (1.17% from 255) = 1.30%
R=84.42%
G=14.29%
B=1.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13022200.830.980.499.3896.9725.88
Hex8216205362319611a
Octal2022620123142611114132
Binary1000001010110100101001111000101100011001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821602; }

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

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

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

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

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

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

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

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