#820611

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

Shades of Sangria #820611

Tints of Sangria #820611

Color information

#820611 (or 0x820611) is unknown color: approx Sangria. HEX triplet: 82, 06 and 11. RGB value is (130,6,17). Sum of RGB (Red+Green+Blue) = 130+6+17=153 (20% of max value = 765). Red value is 130 (51.17% from 255 or 84.97% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 130 - color contains mainly: red. Hex color #820611 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820611 is #7DF9EE. Grayscale: #2C2C2C. Windows color (decimal): -8255983 or 1115778. OLE color: 1115778.

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

Color convert

RGB130617-
CMYK00.950.870.49
HSL354.68º91.18%26.67%-
HSV(B)354.68º95.38%50.98%-
XYZ9.374.920.99-
YUV44.33112.58189.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 84.97%
GREEN value IS 6 (2.73% from 255) = 3.92%
BLUE value IS 17 (7.03% from 255) = 11.11%
R=84.97%
G=3.92%
B=11.11%

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
Decimal13061700.950.870.49354.6891.1826.67
Hex8261105F57311635b1b
Octal20262101371276154313333
Binary1000001011010001010111111010111110001101100011101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820611; }

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

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

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

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

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

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

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

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