#860510

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

Shades of Sangria #860510

Tints of Sangria #860510

Color information

#860510 (or 0x860510) is unknown color: approx Sangria. HEX triplet: 86, 05 and 10. RGB value is (134,5,16). Sum of RGB (Red+Green+Blue) = 134+5+16=155 (20% of max value = 765). Red value is 134 (52.73% from 255 or 86.45% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 16 (6.64% from 255 or 10.32% from 155); Max value from RGB is 134 - color contains mainly: red. Hex color #860510 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #860510 is #79FAEF. Grayscale: #2C2C2C. Windows color (decimal): -7994096 or 1049990. OLE color: 1049990.

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

Color convert

RGB134516-
CMYK00.960.880.47
HSL354.88º92.81%27.25%-
HSV(B)354.88º96.27%52.55%-
XYZ9.985.210.97-
YUV44.82111.74191.61-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 86.45%
GREEN value IS 5 (2.34% from 255) = 3.23%
BLUE value IS 16 (6.64% from 255) = 10.32%
R=86.45%
G=3.23%
B=10.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.88
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13451600.960.880.47354.8892.8127.25
Hex86510060582F1635d1b
Octal20652001401305754313533
Binary1000011010110000011000001011000101111101100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860510; }

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

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

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

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

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

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

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

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