#860511

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

Shades of Sangria #860511

Tints of Sangria #860511

Color information

#860511 (or 0x860511) is unknown color: approx Sangria. HEX triplet: 86, 05 and 11. RGB value is (134,5,17). Sum of RGB (Red+Green+Blue) = 134+5+17=156 (20% of max value = 765). Red value is 134 (52.73% from 255 or 85.90% from 156); Green value is 5 (2.34% from 255 or 3.21% from 156); Blue value is 17 (7.03% from 255 or 10.90% from 156); Max value from RGB is 134 - color contains mainly: red. Hex color #860511 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860511 is #79FAEE. Grayscale: #2D2D2D. Windows color (decimal): -7994095 or 1115526. OLE color: 1115526.

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

Color convert

RGB134517-
CMYK00.960.870.47
HSL354.42º92.81%27.25%-
HSV(B)354.42º96.27%52.55%-
XYZ9.995.221.01-
YUV44.94112.24191.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 85.90%
GREEN value IS 5 (2.34% from 255) = 3.21%
BLUE value IS 17 (7.03% from 255) = 10.90%
R=85.90%
G=3.21%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13451700.960.870.47354.4292.8127.25
Hex86511060572F1625d1b
Octal20652101401275754213533
Binary1000011010110001011000001010111101111101100010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860511; }

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

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

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

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

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

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

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

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