#87022D

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

Shades of Burgundy #87022D

Tints of Burgundy #87022D

Color information

#87022D (or 0x87022D) is unknown color: approx Burgundy. HEX triplet: 87, 02 and 2D. RGB value is (135,2,45). Sum of RGB (Red+Green+Blue) = 135+2+45=182 (24% of max value = 765). Red value is 135 (53.12% from 255 or 74.18% from 182); Green value is 2 (1.17% from 255 or 1.10% from 182); Blue value is 45 (17.97% from 255 or 24.73% from 182); Max value from RGB is 135 - color contains mainly: red. Hex color #87022D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87022D is #78FDD2. Grayscale: #2E2E2E. Windows color (decimal): -7929299 or 2949767. OLE color: 2949767.

HSL color Cylindrical-coordinate representation of color #87022D: hue angle of 340.6º 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 #87022D is Cyan = 0, Magento = 0.99, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB135245-
CMYK00.990.670.47
HSL340.6º97.08%26.86%-
HSV(B)340.6º98.52%52.94%-
XYZ10.495.382.97-
YUV46.67127.06191-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.18%
GREEN value IS 2 (1.17% from 255) = 1.10%
BLUE value IS 45 (17.97% from 255) = 24.73%
R=74.18%
G=1.10%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13524500.990.670.47340.697.0826.86
Hex8722D063432F155611b
Octal20725501431035752514133
Binary1000011110101101011000111000011101111101010101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87022D; }

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

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

<style>
 a { background-color: #87022D; }

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

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

<style>
 span { border-color: #87022D; }

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

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