#870839

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

Shades of Burgundy #870839

Tints of Burgundy #870839

Color information

#870839 (or 0x870839) is unknown color: approx Burgundy. HEX triplet: 87, 08 and 39. RGB value is (135,8,57). Sum of RGB (Red+Green+Blue) = 135+8+57=200 (26% of max value = 765). Red value is 135 (53.12% from 255 or 67.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 57 (22.66% from 255 or 28.5% from 200); Max value from RGB is 135 - color contains mainly: red. Hex color #870839 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870839 is #78F7C6. Grayscale: #333333. Windows color (decimal): -7927751 or 3737735. OLE color: 3737735.

HSL color Cylindrical-coordinate representation of color #870839: hue angle of 336.85º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #870839 is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB135857-
CMYK00.940.580.47
HSL336.85º88.81%28.04%-
HSV(B)336.85º94.07%52.94%-
XYZ10.825.624.39-
YUV51.56131.08187.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 67.5%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 57 (22.66% from 255) = 28.5%
R=67.5%
G=4%
B=28.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13585700.940.580.47336.8588.8128.04
Hex8783905E3A2F151591c
Octal20710710136725752113134
Binary10000111100011100101011110111010101111101010001101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870839; }

 p { color: rgb(135,8,57); }

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

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

 a { background-color: rgb(135,8,57); }

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

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

 span { border-color: rgb(135,8,57); }

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