#821204

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

Shades of Maroon #821204

Tints of Maroon #821204

Color information

#821204 (or 0x821204) is unknown color: approx Maroon. HEX triplet: 82, 12 and 04. RGB value is (130,18,4). Sum of RGB (Red+Green+Blue) = 130+18+4=152 (20% of max value = 765). Red value is 130 (51.17% from 255 or 85.53% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 130 - color contains mainly: red. Hex color #821204 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821204 is #7DEDFB. Grayscale: #323232. Windows color (decimal): -8252924 or 266882. OLE color: 266882.

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

Color convert

RGB130184-
CMYK00.860.970.49
HSL6.67º94.03%26.27%-
HSV(B)6.67º96.92%50.98%-
XYZ9.445.190.62-
YUV49.89102.11185.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 85.53%
GREEN value IS 18 (7.42% from 255) = 11.84%
BLUE value IS 4 (1.95% from 255) = 2.63%
R=85.53%
G=11.84%
B=2.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.97
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13018400.860.970.496.6794.0326.27
Hex82124056613175e1a
Octal202224012614161713632
Binary1000001010010100010101101100001110001111101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821204

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821204; }

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

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

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

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

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

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

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

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