#860A10

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

Shades of Sangria #860A10

Tints of Sangria #860A10

Color information

#860A10 (or 0x860A10) is unknown color: approx Sangria. HEX triplet: 86, 0A and 10. RGB value is (134,10,16). Sum of RGB (Red+Green+Blue) = 134+10+16=160 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.75% from 160); Green value is 10 (4.30% from 255 or 6.25% from 160); Blue value is 16 (6.64% from 255 or 10% from 160); Max value from RGB is 134 - color contains mainly: red. Hex color #860A10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A10 is #79F5EF. Grayscale: #2F2F2F. Windows color (decimal): -7992816 or 1051270. OLE color: 1051270.

HSL color Cylindrical-coordinate representation of color #860A10: hue angle of 357.1º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #860A10 is Cyan = 0, Magento = 0.93, Yellow = 0.88 and Black (K on CMYK) = 0.47.

Color convert

RGB1341016-
CMYK00.930.880.47
HSL357.1º86.11%28.24%-
HSV(B)357.1º92.54%52.55%-
XYZ10.035.320.99-
YUV47.76110.08189.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 83.75%
GREEN value IS 10 (4.30% from 255) = 6.25%
BLUE value IS 16 (6.64% from 255) = 10%
R=83.75%
G=6.25%
B=10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134101600.930.880.47357.186.1128.24
Hex86A1005D582F165561c
Octal206122001351305754512634
Binary10000110101010000010111011011000101111101100101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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