#821205

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

Shades of Maroon #821205

Tints of Maroon #821205

Color information

#821205 (or 0x821205) is unknown color: approx Maroon. HEX triplet: 82, 12 and 05. RGB value is (130,18,5). Sum of RGB (Red+Green+Blue) = 130+18+5=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #821205 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821205 is #7DEDFA. Grayscale: #323232. Windows color (decimal): -8252923 or 332418. OLE color: 332418.

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

Color convert

RGB130185-
CMYK00.860.960.49
HSL6.24º92.59%26.47%-
HSV(B)6.24º96.15%50.98%-
XYZ9.455.190.65-
YUV50.01102.61185.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 84.97%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 5 (2.34% from 255) = 3.27%
R=84.97%
G=11.76%
B=3.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.96
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13018500.860.960.496.2492.5926.47
Hex82125056603165d1a
Octal202225012614061613532
Binary1000001010010101010101101100000110001110101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821205; }

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

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

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

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

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

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

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

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