#87121C

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

Shades of Burgundy #87121C

Tints of Burgundy #87121C

Color information

#87121C (or 0x87121C) is unknown color: approx Burgundy. HEX triplet: 87, 12 and 1C. RGB value is (135,18,28). Sum of RGB (Red+Green+Blue) = 135+18+28=181 (23% of max value = 765). Red value is 135 (53.12% from 255 or 74.59% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 135 - color contains mainly: red. Hex color #87121C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87121C is #78EDE3. Grayscale: #363636. Windows color (decimal): -7925220 or 1839751. OLE color: 1839751.

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

Color convert

RGB1351828-
CMYK00.870.790.47
HSL354.87º76.47%30%-
HSV(B)354.87º86.67%52.94%-
XYZ10.425.671.64-
YUV54.12113.26185.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 74.59%
GREEN value IS 18 (7.42% from 255) = 9.94%
BLUE value IS 28 (11.33% from 255) = 15.47%
R=74.59%
G=9.94%
B=15.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135182800.870.790.47354.8776.4730
Hex87121C0574F2F1634c1e
Octal207223401271175754311436
Binary100001111001011100010101111001111101111101100011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87121C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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