#831014

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

Shades of Sangria #831014

Tints of Sangria #831014

Color information

#831014 (or 0x831014) is unknown color: approx Sangria. HEX triplet: 83, 10 and 14. RGB value is (131,16,20). Sum of RGB (Red+Green+Blue) = 131+16+20=167 (22% of max value = 765). Red value is 131 (51.56% from 255 or 78.44% from 167); Green value is 16 (6.64% from 255 or 9.58% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 131 - color contains mainly: red. Hex color #831014 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #831014 is #7CEFEB. Grayscale: #323232. Windows color (decimal): -8187884 or 1314947. OLE color: 1314947.

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

Color convert

RGB1311620-
CMYK00.880.850.49
HSL357.91º78.23%28.82%-
HSV(B)357.91º87.79%51.37%-
XYZ9.675.251.16-
YUV50.84110.6185.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 78.44%
GREEN value IS 16 (6.64% from 255) = 9.58%
BLUE value IS 20 (8.20% from 255) = 11.98%
R=78.44%
G=9.58%
B=11.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131162000.880.850.49357.9178.2328.82
Hex83101405855311664e1d
Octal203202401301256154611635
Binary100000111000010100010110001010101110001101100110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #831014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #831014; }

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

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

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

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

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

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

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

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