#87093B

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

Shades of Burgundy #87093B

Tints of Burgundy #87093B

Color information

#87093B (or 0x87093B) is unknown color: approx Burgundy. HEX triplet: 87, 09 and 3B. RGB value is (135,9,59). Sum of RGB (Red+Green+Blue) = 135+9+59=203 (26% of max value = 765). Red value is 135 (53.12% from 255 or 66.50% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 135 - color contains mainly: red. Hex color #87093B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87093B is #78F6C4. Grayscale: #343434. Windows color (decimal): -7927493 or 3869063. OLE color: 3869063.

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

Color convert

RGB135959-
CMYK00.930.560.47
HSL336.19º87.5%28.24%-
HSV(B)336.19º93.33%52.94%-
XYZ10.885.664.66-
YUV52.37131.74186.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 66.50%
GREEN value IS 9 (3.91% from 255) = 4.43%
BLUE value IS 59 (23.44% from 255) = 29.06%
R=66.50%
G=4.43%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13595900.930.560.47336.1987.528.24
Hex8793B05D382F150581c
Octal20711730135705752013034
Binary10000111100111101101011101111000101111101010000101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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