#820711

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

Shades of Sangria #820711

Tints of Sangria #820711

Color information

#820711 (or 0x820711) is unknown color: approx Sangria. HEX triplet: 82, 07 and 11. RGB value is (130,7,17). Sum of RGB (Red+Green+Blue) = 130+7+17=154 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.42% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 17 (7.03% from 255 or 11.04% from 154); Max value from RGB is 130 - color contains mainly: red. Hex color #820711 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820711 is #7DF8EE. Grayscale: #2D2D2D. Windows color (decimal): -8255727 or 1116034. OLE color: 1116034.

HSL color Cylindrical-coordinate representation of color #820711: hue angle of 355.12º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #820711 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB130717-
CMYK00.950.870.49
HSL355.12º89.78%26.86%-
HSV(B)355.12º94.62%50.98%-
XYZ9.384.940.99-
YUV44.92112.25188.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 84.42%
GREEN value IS 7 (3.12% from 255) = 4.55%
BLUE value IS 17 (7.03% from 255) = 11.04%
R=84.42%
G=4.55%
B=11.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.87
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13071700.950.870.49355.1289.7826.86
Hex8271105F57311635a1b
Octal20272101371276154313233
Binary1000001011110001010111111010111110001101100011101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820711; }

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

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

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

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

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

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

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

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