#87112E

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

Shades of Burgundy #87112E

Tints of Burgundy #87112E

Color information

#87112E (or 0x87112E) is unknown color: approx Burgundy. HEX triplet: 87, 11 and 2E. RGB value is (135,17,46). Sum of RGB (Red+Green+Blue) = 135+17+46=198 (26% of max value = 765). Red value is 135 (53.12% from 255 or 68.18% from 198); Green value is 17 (7.03% from 255 or 8.59% from 198); Blue value is 46 (18.36% from 255 or 23.23% from 198); Max value from RGB is 135 - color contains mainly: red. Hex color #87112E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87112E is #78EED1. Grayscale: #373737. Windows color (decimal): -7925458 or 3019143. OLE color: 3019143.

HSL color Cylindrical-coordinate representation of color #87112E: hue angle of 345.25º degrees, saturation: 0.78, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #87112E is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1351746-
CMYK00.870.660.47
HSL345.25º77.63%29.8%-
HSV(B)345.25º87.41%52.94%-
XYZ10.695.753.13-
YUV55.59122.59184.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 68.18%
GREEN value IS 17 (7.03% from 255) = 8.59%
BLUE value IS 46 (18.36% from 255) = 23.23%
R=68.18%
G=8.59%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135174600.870.660.47345.2577.6329.8
Hex87112E057422F1594e1e
Octal207215601271025753111636
Binary1000011110001101110010101111000010101111101011001100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87112E; }

 p { color: rgb(135,17,46); }

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

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

 a { background-color: rgb(135,17,46); }

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

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

 span { border-color: rgb(135,17,46); }

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