#87081F

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

Shades of Burgundy #87081F

Tints of Burgundy #87081F

Color information

#87081F (or 0x87081F) is unknown color: approx Burgundy. HEX triplet: 87, 08 and 1F. RGB value is (135,8,31). Sum of RGB (Red+Green+Blue) = 135+8+31=174 (23% of max value = 765). Red value is 135 (53.12% from 255 or 77.59% from 174); Green value is 8 (3.52% from 255 or 4.60% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 135 - color contains mainly: red. Hex color #87081F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87081F is #78F7E0. Grayscale: #303030. Windows color (decimal): -7927777 or 2033799. OLE color: 2033799.

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

Color convert

RGB135831-
CMYK00.940.770.47
HSL349.13º88.81%28.04%-
HSV(B)349.13º94.07%52.94%-
XYZ10.335.421.8-
YUV48.59118.08189.63-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 77.59%
GREEN value IS 8 (3.52% from 255) = 4.60%
BLUE value IS 31 (12.5% from 255) = 17.82%
R=77.59%
G=4.60%
B=17.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13583100.940.770.47349.1388.8128.04
Hex8781F05E4D2F15d591c
Octal207103701361155753513134
Binary10000111100011111010111101001101101111101011101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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