#87012B

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

Shades of Burgundy #87012B

Tints of Burgundy #87012B

Color information

#87012B (or 0x87012B) is unknown color: approx Burgundy. HEX triplet: 87, 01 and 2B. RGB value is (135,1,43). Sum of RGB (Red+Green+Blue) = 135+1+43=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 43 (17.19% from 255 or 24.02% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #87012B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87012B is #78FED4. Grayscale: #2D2D2D. Windows color (decimal): -7929557 or 2818439. OLE color: 2818439.

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

Color convert

RGB135143-
CMYK00.990.680.47
HSL341.19º98.53%26.67%-
HSV(B)341.19º99.26%52.94%-
XYZ10.445.352.77-
YUV45.85126.39191.58-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75.42%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 43 (17.19% from 255) = 24.02%
R=75.42%
G=0.56%
B=24.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13514300.990.680.47341.1998.5326.67
Hex8712B063442F155631b
Octal20715301431045752514333
Binary100001111101011011000111000100101111101010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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