#87081A

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

Shades of Burgundy #87081A

Tints of Burgundy #87081A

Color information

#87081A (or 0x87081A) is unknown color: approx Burgundy. HEX triplet: 87, 08 and 1A. RGB value is (135,8,26). Sum of RGB (Red+Green+Blue) = 135+8+26=169 (22% of max value = 765). Red value is 135 (53.12% from 255 or 79.88% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 26 (10.55% from 255 or 15.38% from 169); Max value from RGB is 135 - color contains mainly: red. Hex color #87081A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87081A is #78F7E5. Grayscale: #303030. Windows color (decimal): -7927782 or 1706119. OLE color: 1706119.

HSL color Cylindrical-coordinate representation of color #87081A: hue angle of 351.5º 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 #87081A is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB135826-
CMYK00.940.810.47
HSL351.5º88.81%28.04%-
HSV(B)351.5º94.07%52.94%-
XYZ10.265.41.48-
YUV48.02115.58190.04-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 79.88%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 26 (10.55% from 255) = 15.38%
R=79.88%
G=4.73%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13582600.940.810.47351.588.8128.04
Hex8781A05E512F15f591c
Octal207103201361215753713134
Binary10000111100011010010111101010001101111101011111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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