#87023A

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

Shades of Burgundy #87023A

Tints of Burgundy #87023A

Color information

#87023A (or 0x87023A) is unknown color: approx Burgundy. HEX triplet: 87, 02 and 3A. RGB value is (135,2,58). Sum of RGB (Red+Green+Blue) = 135+2+58=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 2 (1.17% from 255 or 1.03% from 195); Blue value is 58 (23.05% from 255 or 29.74% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #87023A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87023A is #78FDC5. Grayscale: #303030. Windows color (decimal): -7929286 or 3801735. OLE color: 3801735.

HSL color Cylindrical-coordinate representation of color #87023A: hue angle of 334.74º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87023A is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.47.

Color convert

RGB135258-
CMYK00.990.570.47
HSL334.74º97.08%26.86%-
HSV(B)334.74º98.52%52.94%-
XYZ10.785.54.5-
YUV48.15133.56189.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 2 (1.17% from 255) = 1.03%
BLUE value IS 58 (23.05% from 255) = 29.74%
R=69.23%
G=1.03%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13525800.990.570.47334.7497.0826.86
Hex8723A063392F14f611b
Octal2072720143715751714133
Binary100001111011101001100011111001101111101001111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,2,58); }

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

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

 a { background-color: rgb(135,2,58); }

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

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

 span { border-color: rgb(135,2,58); }

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