#821002

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

Shades of Maroon #821002

Tints of Maroon #821002

Color information

#821002 (or 0x821002) is unknown color: approx Maroon. HEX triplet: 82, 10 and 02. RGB value is (130,16,2). Sum of RGB (Red+Green+Blue) = 130+16+2=148 (19% of max value = 765). Red value is 130 (51.17% from 255 or 87.84% from 148); Green value is 16 (6.64% from 255 or 10.81% from 148); Blue value is 2 (1.17% from 255 or 1.35% from 148); Max value from RGB is 130 - color contains mainly: red. Hex color #821002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821002 is #7DEFFD. Grayscale: #303030. Windows color (decimal): -8253438 or 135298. OLE color: 135298.

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

Color convert

RGB130162-
CMYK00.880.980.49
HSL6.56º96.97%25.88%-
HSV(B)6.56º98.46%50.98%-
XYZ9.45.120.55-
YUV48.49101.77186.14-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 87.84%
GREEN value IS 16 (6.64% from 255) = 10.81%
BLUE value IS 2 (1.17% from 255) = 1.35%
R=87.84%
G=10.81%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.98
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13016200.880.980.496.5696.9725.88
Hex8210205862317611a
Octal202202013014261714132
Binary100000101000010010110001100010110001111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821002; }

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

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

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

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

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

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

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

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