#87012C

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

Shades of Burgundy #87012C

Tints of Burgundy #87012C

Color information

#87012C (or 0x87012C) is unknown color: approx Burgundy. HEX triplet: 87, 01 and 2C. RGB value is (135,1,44). Sum of RGB (Red+Green+Blue) = 135+1+44=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #87012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87012C is #78FED3. Grayscale: #2D2D2D. Windows color (decimal): -7929556 or 2883975. OLE color: 2883975.

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

Color convert

RGB135144-
CMYK00.990.670.47
HSL340.75º98.53%26.67%-
HSV(B)340.75º99.26%52.94%-
XYZ10.465.352.87-
YUV45.97126.89191.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=75%
G=0.56%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13514400.990.670.47340.7598.5326.67
Hex8712C063432F155631b
Octal20715401431035752514333
Binary100001111101100011000111000011101111101010101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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