#87041C

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

Shades of Burgundy #87041C

Tints of Burgundy #87041C

Color information

#87041C (or 0x87041C) is unknown color: approx Burgundy. HEX triplet: 87, 04 and 1C. RGB value is (135,4,28). Sum of RGB (Red+Green+Blue) = 135+4+28=167 (22% of max value = 765). Red value is 135 (53.12% from 255 or 80.84% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 135 - color contains mainly: red. Hex color #87041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87041C is #78FBE3. Grayscale: #2D2D2D. Windows color (decimal): -7928804 or 1836167. OLE color: 1836167.

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

Color convert

RGB135428-
CMYK00.970.790.47
HSL349.01º94.24%27.25%-
HSV(B)349.01º97.04%52.94%-
XYZ10.245.321.59-
YUV45.9117.9191.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 80.84%
GREEN value IS 4 (1.95% from 255) = 2.40%
BLUE value IS 28 (11.33% from 255) = 16.77%
R=80.84%
G=2.40%
B=16.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13542800.970.790.47349.0194.2427.25
Hex8741C0614F2F15d5e1b
Octal20743401411175753513633
Binary1000011110011100011000011001111101111101011101101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87041C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87041C; }

 p { color: rgb(135,4,28); }

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

<style>
 a { background-color: #87041C; }

 a { background-color: rgb(135,4,28); }

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

<style>
 span { border-color: #87041C; }

 span { border-color: rgb(135,4,28); }

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