#860111

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

Shades of Sangria #860111

Tints of Sangria #860111

Color information

#860111 (or 0x860111) is unknown color: approx Sangria. HEX triplet: 86, 01 and 11. RGB value is (134,1,17). Sum of RGB (Red+Green+Blue) = 134+1+17=152 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.16% from 152); Green value is 1 (0.78% from 255 or 0.66% from 152); Blue value is 17 (7.03% from 255 or 11.18% from 152); Max value from RGB is 134 - color contains mainly: red. Hex color #860111 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860111 is #79FEEE. Grayscale: #2A2A2A. Windows color (decimal): -7995119 or 1114502. OLE color: 1114502.

HSL color Cylindrical-coordinate representation of color #860111: hue angle of 352.78º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #860111 is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB134117-
CMYK00.990.870.47
HSL352.78º98.52%26.47%-
HSV(B)352.78º99.25%52.55%-
XYZ9.945.131-
YUV42.59113.56193.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 88.16%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 17 (7.03% from 255) = 11.18%
R=88.16%
G=0.66%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411700.990.870.47352.7898.5226.47
Hex86111063572F161631a
Octal20612101431275754114332
Binary10000110110001011000111010111101111101100001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860111; }

 p { color: rgb(134,1,17); }

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

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

 a { background-color: rgb(134,1,17); }

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

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

 span { border-color: rgb(134,1,17); }

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