#860525

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

Shades of Burgundy #860525

Tints of Burgundy #860525

Color information

#860525 (or 0x860525) is unknown color: approx Burgundy. HEX triplet: 86, 05 and 25. RGB value is (134,5,37). Sum of RGB (Red+Green+Blue) = 134+5+37=176 (23% of max value = 765). Red value is 134 (52.73% from 255 or 76.14% from 176); Green value is 5 (2.34% from 255 or 2.84% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 134 - color contains mainly: red. Hex color #860525 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #860525 is #79FADA. Grayscale: #2F2F2F. Windows color (decimal): -7994075 or 2426246. OLE color: 2426246.

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

Color convert

RGB134537-
CMYK00.960.720.47
HSL345.12º92.81%27.25%-
HSV(B)345.12º96.27%52.55%-
XYZ10.225.312.24-
YUV47.22122.24189.9-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 76.14%
GREEN value IS 5 (2.34% from 255) = 2.84%
BLUE value IS 37 (14.84% from 255) = 21.02%
R=76.14%
G=2.84%
B=21.02%

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
Decimal13453700.960.720.47345.1292.8127.25
Hex86525060482F1595d1b
Octal20654501401105753113533
Binary10000110101100101011000001001000101111101011001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #860525

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #860525; }

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

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

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

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

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

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

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

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