#87013B

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

Shades of Burgundy #87013B

Tints of Burgundy #87013B

Color information

#87013B (or 0x87013B) is unknown color: approx Burgundy. HEX triplet: 87, 01 and 3B. RGB value is (135,1,59). Sum of RGB (Red+Green+Blue) = 135+1+59=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 1 (0.78% from 255 or 0.51% from 195); Blue value is 59 (23.44% from 255 or 30.26% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #87013B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87013B is #78FEC4. Grayscale: #2F2F2F. Windows color (decimal): -7929541 or 3867015. OLE color: 3867015.

HSL color Cylindrical-coordinate representation of color #87013B: hue angle of 334.03º 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 #87013B is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB135159-
CMYK00.990.560.47
HSL334.03º98.53%26.67%-
HSV(B)334.03º99.26%52.94%-
XYZ10.795.494.63-
YUV47.68134.39190.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 1 (0.78% from 255) = 0.51%
BLUE value IS 59 (23.44% from 255) = 30.26%
R=69.23%
G=0.51%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13515900.990.560.47334.0398.5326.67
Hex8713B063382F14e631b
Octal2071730143705751614333
Binary10000111111101101100011111000101111101001110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87013B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87013B; }

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

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

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

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

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

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

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

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