#820812

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

Shades of Sangria #820812

Tints of Sangria #820812

Color information

#820812 (or 0x820812) is unknown color: approx Sangria. HEX triplet: 82, 08 and 12. RGB value is (130,8,18). Sum of RGB (Red+Green+Blue) = 130+8+18=156 (20% of max value = 765). Red value is 130 (51.17% from 255 or 83.33% from 156); Green value is 8 (3.52% from 255 or 5.13% from 156); Blue value is 18 (7.42% from 255 or 11.54% from 156); Max value from RGB is 130 - color contains mainly: red. Hex color #820812 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #820812 is #7DF7ED. Grayscale: #2D2D2D. Windows color (decimal): -8255470 or 1181826. OLE color: 1181826.

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

Color convert

RGB130818-
CMYK00.940.860.49
HSL355.08º88.41%27.06%-
HSV(B)355.08º93.85%50.98%-
XYZ9.44.961.03-
YUV45.62112.42188.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 83.33%
GREEN value IS 8 (3.52% from 255) = 5.13%
BLUE value IS 18 (7.42% from 255) = 11.54%
R=83.33%
G=5.13%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.86
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13081800.940.860.49355.0888.4127.06
Hex8281205E5631163581b
Octal202102201361266154313033
Binary10000010100010010010111101010110110001101100011101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #820812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #820812; }

 p { color: rgb(130,8,18); }

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

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

 a { background-color: rgb(130,8,18); }

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

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

 span { border-color: rgb(130,8,18); }

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