#87091F

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

Shades of Burgundy #87091F

Tints of Burgundy #87091F

Color information

#87091F (or 0x87091F) is unknown color: approx Burgundy. HEX triplet: 87, 09 and 1F. RGB value is (135,9,31). Sum of RGB (Red+Green+Blue) = 135+9+31=175 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.14% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 135 - color contains mainly: red. Hex color #87091F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87091F is #78F6E0. Grayscale: #313131. Windows color (decimal): -7927521 or 2034055. OLE color: 2034055.

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

Color convert

RGB135931-
CMYK00.930.770.47
HSL349.52º87.5%28.24%-
HSV(B)349.52º93.33%52.94%-
XYZ10.345.451.8-
YUV49.18117.74189.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.14%
GREEN value IS 9 (3.91% from 255) = 5.14%
BLUE value IS 31 (12.5% from 255) = 17.71%
R=77.14%
G=5.14%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13593100.930.770.47349.5287.528.24
Hex8791F05D4D2F15e581c
Octal207113701351155753613034
Binary10000111100111111010111011001101101111101011110101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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