#870A37

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

Shades of Burgundy #870A37

Tints of Burgundy #870A37

Color information

#870A37 (or 0x870A37) is unknown color: approx Burgundy. HEX triplet: 87, 0A and 37. RGB value is (135,10,55). Sum of RGB (Red+Green+Blue) = 135+10+55=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 10 (4.30% from 255 or 5% from 200); Blue value is 55 (21.88% from 255 or 27.5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #870A37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870A37 is #78F5C8. Grayscale: #343434. Windows color (decimal): -7927241 or 3607175. OLE color: 3607175.

HSL color Cylindrical-coordinate representation of color #870A37: hue angle of 338.4º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #870A37 is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1351055-
CMYK00.930.590.47
HSL338.4º86.21%28.43%-
HSV(B)338.4º92.59%52.94%-
XYZ10.795.644.14-
YUV52.5129.41186.84-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.5%
GREEN value IS 10 (4.30% from 255) = 5%
BLUE value IS 55 (21.88% from 255) = 27.5%
R=67.5%
G=5%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135105500.930.590.47338.486.2128.43
Hex87A3705D3B2F152561c
Octal20712670135735752212634
Binary10000111101011011101011101111011101111101010010101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870A37; }

 p { color: rgb(135,10,55); }

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

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

 a { background-color: rgb(135,10,55); }

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

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

 span { border-color: rgb(135,10,55); }

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