#87083B

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

Shades of Burgundy #87083B

Tints of Burgundy #87083B

Color information

#87083B (or 0x87083B) is unknown color: approx Burgundy. HEX triplet: 87, 08 and 3B. RGB value is (135,8,59). Sum of RGB (Red+Green+Blue) = 135+8+59=202 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.83% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 59 (23.44% from 255 or 29.21% from 202); Max value from RGB is 135 - color contains mainly: red. Hex color #87083B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87083B is #78F7C4. Grayscale: #333333. Windows color (decimal): -7927749 or 3868807. OLE color: 3868807.

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

Color convert

RGB135859-
CMYK00.940.560.47
HSL335.91º88.81%28.04%-
HSV(B)335.91º94.07%52.94%-
XYZ10.875.644.65-
YUV51.79132.08187.35-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.83%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 59 (23.44% from 255) = 29.21%
R=66.83%
G=3.96%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13585900.940.560.47335.9188.8128.04
Hex8783B05E382F150591c
Octal20710730136705752013134
Binary10000111100011101101011110111000101111101010000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87083B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87083B; }

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

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

<style>
 a { background-color: #87083B; }

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

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

<style>
 span { border-color: #87083B; }

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

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