#87111C

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

Shades of Burgundy #87111C

Tints of Burgundy #87111C

Color information

#87111C (or 0x87111C) is unknown color: approx Burgundy. HEX triplet: 87, 11 and 1C. RGB value is (135,17,28). Sum of RGB (Red+Green+Blue) = 135+17+28=180 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 28 (11.33% from 255 or 15.56% from 180); Max value from RGB is 135 - color contains mainly: red. Hex color #87111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87111C is #78EEE3. Grayscale: #353535. Windows color (decimal): -7925476 or 1839495. OLE color: 1839495.

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

Color convert

RGB1351728-
CMYK00.870.790.47
HSL354.41º77.63%29.8%-
HSV(B)354.41º87.41%52.94%-
XYZ10.45.641.64-
YUV53.54113.59186.11-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75%
GREEN value IS 17 (7.03% from 255) = 9.44%
BLUE value IS 28 (11.33% from 255) = 15.56%
R=75%
G=9.44%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135172800.870.790.47354.4177.6329.8
Hex87111C0574F2F1624e1e
Octal207213401271175754211636
Binary100001111000111100010101111001111101111101100010100111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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