#870536

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

Shades of Burgundy #870536

Tints of Burgundy #870536

Color information

#870536 (or 0x870536) is unknown color: approx Burgundy. HEX triplet: 87, 05 and 36. RGB value is (135,5,54). Sum of RGB (Red+Green+Blue) = 135+5+54=194 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.59% from 194); Green value is 5 (2.34% from 255 or 2.58% from 194); Blue value is 54 (21.48% from 255 or 27.84% from 194); Max value from RGB is 135 - color contains mainly: red. Hex color #870536 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870536 is #78FAC9. Grayscale: #313131. Windows color (decimal): -7928522 or 3540359. OLE color: 3540359.

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

Color convert

RGB135554-
CMYK00.960.600.47
HSL337.38º92.86%27.45%-
HSV(B)337.38º96.3%52.94%-
XYZ10.715.533.99-
YUV49.46130.57189.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.59%
GREEN value IS 5 (2.34% from 255) = 2.58%
BLUE value IS 54 (21.48% from 255) = 27.84%
R=69.59%
G=2.58%
B=27.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13555400.960.600.47337.3892.8627.45
Hex875360603C2F1515d1b
Octal2075660140745752113533
Binary1000011110111011001100000111100101111101010001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870536; }

 p { color: rgb(135,5,54); }

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

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

 a { background-color: rgb(135,5,54); }

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

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

 span { border-color: rgb(135,5,54); }

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