#821102

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

Shades of Maroon #821102

Tints of Maroon #821102

Color information

#821102 (or 0x821102) is unknown color: approx Maroon. HEX triplet: 82, 11 and 02. RGB value is (130,17,2). Sum of RGB (Red+Green+Blue) = 130+17+2=149 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.25% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 2 (1.17% from 255 or 1.34% from 149); Max value from RGB is 130 - color contains mainly: red. Hex color #821102 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821102 is #7DEEFD. Grayscale: #313131. Windows color (decimal): -8253182 or 135554. OLE color: 135554.

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

Color convert

RGB130172-
CMYK00.870.980.49
HSL7.03º96.97%25.88%-
HSV(B)7.03º98.46%50.98%-
XYZ9.425.150.56-
YUV49.08101.44185.72-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 87.25%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 2 (1.17% from 255) = 1.34%
R=87.25%
G=11.41%
B=1.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13017200.870.980.497.0396.9725.88
Hex8211205762317611a
Octal202212012714261714132
Binary100000101000110010101111100010110001111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821102; }

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

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

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

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

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

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

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

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