#870134

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

Shades of Burgundy #870134

Tints of Burgundy #870134

Color information

#870134 (or 0x870134) is unknown color: approx Burgundy. HEX triplet: 87, 01 and 34. RGB value is (135,1,52). Sum of RGB (Red+Green+Blue) = 135+1+52=188 (24% of max value = 765). Red value is 135 (53.12% from 255 or 71.81% from 188); Green value is 1 (0.78% from 255 or 0.53% from 188); Blue value is 52 (20.70% from 255 or 27.66% from 188); Max value from RGB is 135 - color contains mainly: red. Hex color #870134 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #870134 is #78FECB. Grayscale: #2E2E2E. Windows color (decimal): -7929548 or 3408263. OLE color: 3408263.

HSL color Cylindrical-coordinate representation of color #870134: hue angle of 337.16º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870134 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB135152-
CMYK00.990.610.47
HSL337.16º98.53%26.67%-
HSV(B)337.16º99.26%52.94%-
XYZ10.625.423.74-
YUV46.88130.89190.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 71.81%
GREEN value IS 1 (0.78% from 255) = 0.53%
BLUE value IS 52 (20.70% from 255) = 27.66%
R=71.81%
G=0.53%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13515200.990.610.47337.1698.5326.67
Hex871340633D2F151631b
Octal2071640143755752114333
Binary10000111111010001100011111101101111101010001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870134; }

 p { color: rgb(135,1,52); }

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

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

 a { background-color: rgb(135,1,52); }

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

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

 span { border-color: rgb(135,1,52); }

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