#87112B

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

Shades of Burgundy #87112B

Tints of Burgundy #87112B

Color information

#87112B (or 0x87112B) is unknown color: approx Burgundy. HEX triplet: 87, 11 and 2B. RGB value is (135,17,43). Sum of RGB (Red+Green+Blue) = 135+17+43=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #87112B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87112B is #78EED4. Grayscale: #373737. Windows color (decimal): -7925461 or 2822535. OLE color: 2822535.

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

Color convert

RGB1351743-
CMYK00.870.680.47
HSL346.78º77.63%29.8%-
HSV(B)346.78º87.41%52.94%-
XYZ10.635.732.83-
YUV55.25121.09184.89-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 17 (7.03% from 255) = 8.72%
BLUE value IS 43 (17.19% from 255) = 22.05%
R=69.23%
G=8.72%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135174300.870.680.47346.7877.6329.8
Hex87112B057442F15b4e1e
Octal207215301271045753311636
Binary1000011110001101011010101111000100101111101011011100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87112B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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