#831216

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

Shades of Sangria #831216

Tints of Sangria #831216

Color information

#831216 (or 0x831216) is unknown color: approx Sangria. HEX triplet: 83, 12 and 16. RGB value is (131,18,22). Sum of RGB (Red+Green+Blue) = 131+18+22=171 (22% of max value = 765). Red value is 131 (51.56% from 255 or 76.61% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 22 (8.98% from 255 or 12.87% from 171); Max value from RGB is 131 - color contains mainly: red. Hex color #831216 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831216 is #7CEDE9. Grayscale: #343434. Windows color (decimal): -8187370 or 1446531. OLE color: 1446531.

HSL color Cylindrical-coordinate representation of color #831216: hue angle of 357.88º 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 #831216 is Cyan = 0, Magento = 0.86, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB1311822-
CMYK00.860.830.49
HSL357.88º75.84%29.22%-
HSV(B)357.88º86.26%51.37%-
XYZ9.725.321.27-
YUV52.24110.94184.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 76.61%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 22 (8.98% from 255) = 12.87%
R=76.61%
G=10.53%
B=12.87%

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
Decimal131182200.860.830.49357.8875.8429.22
Hex83121605653311664c1d
Octal203222601261236154611435
Binary100000111001010110010101101010011110001101100110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831216; }

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

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

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

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

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

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

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

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