#820B10

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

Shades of Sangria #820B10

Tints of Sangria #820B10

Color information

#820B10 (or 0x820B10) is unknown color: approx Sangria. HEX triplet: 82, 0B and 10. RGB value is (130,11,16). Sum of RGB (Red+Green+Blue) = 130+11+16=157 (20% of max value = 765). Red value is 130 (51.17% from 255 or 82.80% from 157); Green value is 11 (4.69% from 255 or 7.01% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 130 - color contains mainly: red. Hex color #820B10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820B10 is #7DF4EF. Grayscale: #2F2F2F. Windows color (decimal): -8254704 or 1051522. OLE color: 1051522.

HSL color Cylindrical-coordinate representation of color #820B10: hue angle of 357.48º degrees, saturation: 0.84, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #820B10 is Cyan = 0, Magento = 0.92, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB1301116-
CMYK00.920.880.49
HSL357.48º84.4%27.65%-
HSV(B)357.48º91.54%50.98%-
XYZ9.425.020.96-
YUV47.15110.42187.09-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 82.80%
GREEN value IS 11 (4.69% from 255) = 7.01%
BLUE value IS 16 (6.64% from 255) = 10.19%
R=82.80%
G=7.01%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130111600.920.880.49357.4884.427.65
Hex82B1005C5831165541c
Octal202132001341306154512434
Binary10000010101110000010111001011000110001101100101101010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820B10; }

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

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

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

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

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

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

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

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