#860110

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

Shades of Sangria #860110

Tints of Sangria #860110

Color information

#860110 (or 0x860110) is unknown color: approx Sangria. HEX triplet: 86, 01 and 10. RGB value is (134,1,16). Sum of RGB (Red+Green+Blue) = 134+1+16=151 (20% of max value = 765). Red value is 134 (52.73% from 255 or 88.74% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 16 (6.64% from 255 or 10.60% from 151); Max value from RGB is 134 - color contains mainly: red. Hex color #860110 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860110 is #79FEEF. Grayscale: #2A2A2A. Windows color (decimal): -7995120 or 1048966. OLE color: 1048966.

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

Color convert

RGB134116-
CMYK00.990.880.47
HSL353.23º98.52%26.47%-
HSV(B)353.23º99.25%52.55%-
XYZ9.945.130.96-
YUV42.48113.06193.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 88.74%
GREEN value IS 1 (0.78% from 255) = 0.66%
BLUE value IS 16 (6.64% from 255) = 10.60%
R=88.74%
G=0.66%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13411600.990.880.47353.2398.5226.47
Hex86110063582F161631a
Octal20612001431305754114332
Binary10000110110000011000111011000101111101100001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860110; }

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

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

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

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

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

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

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

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