#820110

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

Shades of Sangria #820110

Tints of Sangria #820110

Color information

#820110 (or 0x820110) is unknown color: approx Sangria. HEX triplet: 82, 01 and 10. RGB value is (130,1,16). Sum of RGB (Red+Green+Blue) = 130+1+16=147 (19% of max value = 765). Red value is 130 (51.17% from 255 or 88.44% from 147); Green value is 1 (0.78% from 255 or 0.68% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 130 - color contains mainly: red. Hex color #820110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820110 is #7DFEEF. Grayscale: #292929. Windows color (decimal): -8257264 or 1048962. OLE color: 1048962.

HSL color Cylindrical-coordinate representation of color #820110: hue angle of 353.02º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #820110 is Cyan = 0, Magento = 0.99, Yellow = 0.88 and Black (K on CMYK) = 0.49.

Color convert

RGB130116-
CMYK00.990.880.49
HSL353.02º98.47%25.69%-
HSV(B)353.02º99.23%50.98%-
XYZ9.314.80.93-
YUV41.28113.74191.28-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 88.44%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 16 (6.64% from 255) = 10.88%
R=88.44%
G=0.68%
B=10.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011600.990.880.49353.0298.4725.69
Hex821100635831161621a
Octal20212001431306154114232
Binary10000010110000011000111011000110001101100001110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820110; }

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

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

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

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

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

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

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

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