#87141C

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

Shades of Burgundy #87141C

Tints of Burgundy #87141C

Color information

#87141C (or 0x87141C) is unknown color: approx Burgundy. HEX triplet: 87, 14 and 1C. RGB value is (135,20,28). Sum of RGB (Red+Green+Blue) = 135+20+28=183 (24% of max value = 765). Red value is 135 (53.12% from 255 or 73.77% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 135 - color contains mainly: red. Hex color #87141C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87141C is #78EBE3. Grayscale: #373737. Windows color (decimal): -7924708 or 1840263. OLE color: 1840263.

HSL color Cylindrical-coordinate representation of color #87141C: hue angle of 355.83º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #87141C is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB1352028-
CMYK00.850.790.47
HSL355.83º74.19%30.39%-
HSV(B)355.83º85.19%52.94%-
XYZ10.455.741.65-
YUV55.3112.6184.85-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 73.77%
GREEN value IS 20 (8.20% from 255) = 10.93%
BLUE value IS 28 (11.33% from 255) = 15.30%
R=73.77%
G=10.93%
B=15.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135202800.850.790.47355.8374.1930.39
Hex87141C0554F2F1644a1e
Octal207243401251175754411236
Binary100001111010011100010101011001111101111101100100100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87141C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,20,28); }

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

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

 a { background-color: rgb(135,20,28); }

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

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

 span { border-color: rgb(135,20,28); }

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