#87101F

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

Shades of Burgundy #87101F

Tints of Burgundy #87101F

Color information

#87101F (or 0x87101F) is unknown color: approx Burgundy. HEX triplet: 87, 10 and 1F. RGB value is (135,16,31). Sum of RGB (Red+Green+Blue) = 135+16+31=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 16 (6.64% from 255 or 8.79% from 182); Blue value is 31 (12.5% from 255 or 17.03% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #87101F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87101F is #78EFE0. Grayscale: #353535. Windows color (decimal): -7925729 or 2035847. OLE color: 2035847.

HSL color Cylindrical-coordinate representation of color #87101F: hue angle of 352.44º 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 #87101F is Cyan = 0, Magento = 0.88, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1351631-
CMYK00.880.770.47
HSL352.44º78.81%29.61%-
HSV(B)352.44º88.15%52.94%-
XYZ10.425.621.83-
YUV53.29115.42186.28-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.18%
GREEN value IS 16 (6.64% from 255) = 8.79%
BLUE value IS 31 (12.5% from 255) = 17.03%
R=74.18%
G=8.79%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135163100.880.770.47352.4478.8129.61
Hex87101F0584D2F1604f1e
Octal207203701301155754011736
Binary100001111000011111010110001001101101111101100000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87101F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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