#860A11

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

Shades of Sangria #860A11

Tints of Sangria #860A11

Color information

#860A11 (or 0x860A11) is unknown color: approx Sangria. HEX triplet: 86, 0A and 11. RGB value is (134,10,17). Sum of RGB (Red+Green+Blue) = 134+10+17=161 (21% of max value = 765). Red value is 134 (52.73% from 255 or 83.23% from 161); Green value is 10 (4.30% from 255 or 6.21% from 161); Blue value is 17 (7.03% from 255 or 10.56% from 161); Max value from RGB is 134 - color contains mainly: red. Hex color #860A11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860A11 is #79F5EE. Grayscale: #2F2F2F. Windows color (decimal): -7992815 or 1116806. OLE color: 1116806.

HSL color Cylindrical-coordinate representation of color #860A11: hue angle of 356.61º 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 #860A11 is Cyan = 0, Magento = 0.93, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB1341017-
CMYK00.930.870.47
HSL356.61º86.11%28.24%-
HSV(B)356.61º92.54%52.55%-
XYZ10.045.331.03-
YUV47.87110.58189.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 83.23%
GREEN value IS 10 (4.30% from 255) = 6.21%
BLUE value IS 17 (7.03% from 255) = 10.56%
R=83.23%
G=6.21%
B=10.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134101700.930.870.47356.6186.1128.24
Hex86A1105D572F165561c
Octal206122101351275754512634
Binary10000110101010001010111011010111101111101100101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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