#821216

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

Shades of Sangria #821216

Tints of Sangria #821216

Color information

#821216 (or 0x821216) is unknown color: approx Sangria. HEX triplet: 82, 12 and 16. RGB value is (130,18,22). Sum of RGB (Red+Green+Blue) = 130+18+22=170 (22% of max value = 765). Red value is 130 (51.17% from 255 or 76.47% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 130 - color contains mainly: red. Hex color #821216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #821216 is #7DEDE9. Grayscale: #343434. Windows color (decimal): -8252906 or 1446530. OLE color: 1446530.

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

Color convert

RGB1301822-
CMYK00.860.830.49
HSL357.86º75.68%29.02%-
HSV(B)357.86º86.15%50.98%-
XYZ9.575.241.27-
YUV51.94111.11183.67-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 76.47%
GREEN value IS 18 (7.42% from 255) = 10.59%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=76.47%
G=10.59%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal130182200.860.830.49357.8675.6829.02
Hex82121605653311664c1d
Octal202222601261236154611435
Binary100000101001010110010101101010011110001101100110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #821216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #821216; }

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

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

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

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

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

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

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

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