#821206

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

Shades of Maroon #821206

Tints of Maroon #821206

Color information

#821206 (or 0x821206) is unknown color: approx Maroon. HEX triplet: 82, 12 and 06. RGB value is (130,18,6). Sum of RGB (Red+Green+Blue) = 130+18+6=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #821206 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821206 is #7DEDF9. Grayscale: #323232. Windows color (decimal): -8252922 or 397954. OLE color: 397954.

HSL color Cylindrical-coordinate representation of color #821206: hue angle of 5.81º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #821206 is Cyan = 0, Magento = 0.86, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB130186-
CMYK00.860.950.49
HSL5.81º91.18%26.67%-
HSV(B)5.81º95.38%50.98%-
XYZ9.465.190.68-
YUV50.12103.11184.98-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 84.42%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 6 (2.73% from 255) = 3.90%
R=84.42%
G=11.69%
B=3.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.95
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13018600.860.950.495.8191.1826.67
Hex821260565F3165b1b
Octal202226012613761613333
Binary1000001010010110010101101011111110001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821206

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821206; }

 p { color: rgb(130,18,6); }

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

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

 a { background-color: rgb(130,18,6); }

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

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

 span { border-color: rgb(130,18,6); }

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