#87131F

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

Shades of Burgundy #87131F

Tints of Burgundy #87131F

Color information

#87131F (or 0x87131F) is unknown color: approx Burgundy. HEX triplet: 87, 13 and 1F. RGB value is (135,19,31). Sum of RGB (Red+Green+Blue) = 135+19+31=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 19 (7.81% from 255 or 10.27% from 185); Blue value is 31 (12.5% from 255 or 16.76% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #87131F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87131F is #78ECE0. Grayscale: #373737. Windows color (decimal): -7924961 or 2036615. OLE color: 2036615.

HSL color Cylindrical-coordinate representation of color #87131F: hue angle of 353.79º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #87131F is Cyan = 0, Magento = 0.86, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB1351931-
CMYK00.860.770.47
HSL353.79º75.32%30.2%-
HSV(B)353.79º85.93%52.94%-
XYZ10.475.721.85-
YUV55.05114.43185.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.97%
GREEN value IS 19 (7.81% from 255) = 10.27%
BLUE value IS 31 (12.5% from 255) = 16.76%
R=72.97%
G=10.27%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135193100.860.770.47353.7975.3230.2
Hex87131F0564D2F1624b1e
Octal207233701261155754211336
Binary100001111001111111010101101001101101111101100010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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