#87082A

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

Shades of Burgundy #87082A

Tints of Burgundy #87082A

Color information

#87082A (or 0x87082A) is unknown color: approx Burgundy. HEX triplet: 87, 08 and 2A. RGB value is (135,8,42). Sum of RGB (Red+Green+Blue) = 135+8+42=185 (24% of max value = 765). Red value is 135 (53.12% from 255 or 72.97% from 185); Green value is 8 (3.52% from 255 or 4.32% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 135 - color contains mainly: red. Hex color #87082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87082A is #78F7D5. Grayscale: #313131. Windows color (decimal): -7927766 or 2754695. OLE color: 2754695.

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

Color convert

RGB135842-
CMYK00.940.690.47
HSL343.94º88.81%28.04%-
HSV(B)343.94º94.07%52.94%-
XYZ10.55.492.7-
YUV49.85123.58188.74-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 72.97%
GREEN value IS 8 (3.52% from 255) = 4.32%
BLUE value IS 42 (16.80% from 255) = 22.70%
R=72.97%
G=4.32%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13584200.940.690.47343.9488.8128.04
Hex8782A05E452F158591c
Octal207105201361055753013134
Binary100001111000101010010111101000101101111101011000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87082A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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