#87101C

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

Shades of Burgundy #87101C

Tints of Burgundy #87101C

Color information

#87101C (or 0x87101C) is unknown color: approx Burgundy. HEX triplet: 87, 10 and 1C. RGB value is (135,16,28). Sum of RGB (Red+Green+Blue) = 135+16+28=179 (23% of max value = 765). Red value is 135 (53.12% from 255 or 75.42% from 179); Green value is 16 (6.64% from 255 or 8.94% from 179); Blue value is 28 (11.33% from 255 or 15.64% from 179); Max value from RGB is 135 - color contains mainly: red. Hex color #87101C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87101C is #78EFE3. Grayscale: #353535. Windows color (decimal): -7925732 or 1839239. OLE color: 1839239.

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

Color convert

RGB1351628-
CMYK00.880.790.47
HSL353.95º78.81%29.61%-
HSV(B)353.95º88.15%52.94%-
XYZ10.395.611.63-
YUV52.95113.92186.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 75.42%
GREEN value IS 16 (6.64% from 255) = 8.94%
BLUE value IS 28 (11.33% from 255) = 15.64%
R=75.42%
G=8.94%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135162800.880.790.47353.9578.8129.61
Hex87101C0584F2F1624f1e
Octal207203401301175754211736
Binary100001111000011100010110001001111101111101100010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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