#831016

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

Shades of Sangria #831016

Tints of Sangria #831016

Color information

#831016 (or 0x831016) is unknown color: approx Sangria. HEX triplet: 83, 10 and 16. RGB value is (131,16,22). Sum of RGB (Red+Green+Blue) = 131+16+22=169 (22% of max value = 765). Red value is 131 (51.56% from 255 or 77.51% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 22 (8.98% from 255 or 13.02% from 169); Max value from RGB is 131 - color contains mainly: red. Hex color #831016 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831016 is #7CEFE9. Grayscale: #333333. Windows color (decimal): -8187882 or 1446019. OLE color: 1446019.

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

Color convert

RGB1311622-
CMYK00.880.830.49
HSL356.87º78.23%28.82%-
HSV(B)356.87º87.79%51.37%-
XYZ9.695.251.26-
YUV51.07111.6185.01-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 77.51%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 22 (8.98% from 255) = 13.02%
R=77.51%
G=9.47%
B=13.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131162200.880.830.49356.8778.2328.82
Hex83101605853311654e1d
Octal203202601301236154511635
Binary100000111000010110010110001010011110001101100101100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831016; }

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

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

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

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

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

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

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

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