#820211

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

Shades of Sangria #820211

Tints of Sangria #820211

Color information

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

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

Color convert

RGB130217-
CMYK00.980.870.49
HSL352.97º96.97%25.88%-
HSV(B)352.97º98.46%50.98%-
XYZ9.334.830.97-
YUV41.98113.91190.78-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13021700.980.870.49352.9796.9725.88
Hex822110625731161611a
Octal20222101421276154114132
Binary100000101010001011000101010111110001101100001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820211; }

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

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

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

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

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

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

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

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