#860E16

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

Shades of Sangria #860E16

Tints of Sangria #860E16

Color information

#860E16 (or 0x860E16) is unknown color: approx Sangria. HEX triplet: 86, 0E and 16. RGB value is (134,14,22). Sum of RGB (Red+Green+Blue) = 134+14+22=170 (22% of max value = 765). Red value is 134 (52.73% from 255 or 78.82% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 22 (8.98% from 255 or 12.94% from 170); Max value from RGB is 134 - color contains mainly: red. Hex color #860E16 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860E16 is #79F1E9. Grayscale: #323232. Windows color (decimal): -7991786 or 1445510. OLE color: 1445510.

HSL color Cylindrical-coordinate representation of color #860E16: hue angle of 356º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #860E16 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB1341422-
CMYK00.900.840.47
HSL356º81.08%29.02%-
HSV(B)356º89.55%52.55%-
XYZ10.135.441.28-
YUV50.79111.76187.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 78.82%
GREEN value IS 14 (5.86% from 255) = 8.24%
BLUE value IS 22 (8.98% from 255) = 12.94%
R=78.82%
G=8.24%
B=12.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134142200.900.840.4735681.0829.02
Hex86E1605A542F164511d
Octal206162601321245754412135
Binary10000110111010110010110101010100101111101100100101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860E16; }

 p { color: rgb(134,14,22); }

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

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

 a { background-color: rgb(134,14,22); }

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

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

 span { border-color: rgb(134,14,22); }

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