#860526

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

Shades of Burgundy #860526

Tints of Burgundy #860526

Color information

#860526 (or 0x860526) is unknown color: approx Burgundy. HEX triplet: 86, 05 and 26. RGB value is (134,5,38). Sum of RGB (Red+Green+Blue) = 134+5+38=177 (23% of max value = 765). Red value is 134 (52.73% from 255 or 75.71% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 38 (15.23% from 255 or 21.47% from 177); Max value from RGB is 134 - color contains mainly: red. Hex color #860526 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860526 is #79FAD9. Grayscale: #2F2F2F. Windows color (decimal): -7994074 or 2491782. OLE color: 2491782.

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

Color convert

RGB134538-
CMYK00.960.720.47
HSL344.65º92.81%27.25%-
HSV(B)344.65º96.27%52.55%-
XYZ10.245.322.32-
YUV47.33122.74189.82-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 75.71%
GREEN value IS 5 (2.34% from 255) = 2.82%
BLUE value IS 38 (15.23% from 255) = 21.47%
R=75.71%
G=2.82%
B=21.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13453800.960.720.47344.6592.8127.25
Hex86526060482F1595d1b
Octal20654601401105753113533
Binary10000110101100110011000001001000101111101011001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860526; }

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

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

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

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

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

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

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

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