#87122A

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

Shades of Burgundy #87122A

Tints of Burgundy #87122A

Color information

#87122A (or 0x87122A) is unknown color: approx Burgundy. HEX triplet: 87, 12 and 2A. RGB value is (135,18,42). Sum of RGB (Red+Green+Blue) = 135+18+42=195 (25% of max value = 765). Red value is 135 (53.12% from 255 or 69.23% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 42 (16.80% from 255 or 21.54% from 195); Max value from RGB is 135 - color contains mainly: red. Hex color #87122A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #87122A is #78EDD5. Grayscale: #373737. Windows color (decimal): -7925206 or 2757255. OLE color: 2757255.

HSL color Cylindrical-coordinate representation of color #87122A: hue angle of 347.69º 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 #87122A is Cyan = 0, Magento = 0.87, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1351842-
CMYK00.870.690.47
HSL347.69º76.47%30%-
HSV(B)347.69º86.67%52.94%-
XYZ10.635.752.74-
YUV55.72120.26184.55-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 69.23%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 42 (16.80% from 255) = 21.54%
R=69.23%
G=9.23%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135184200.870.690.47347.6976.4730
Hex87122A057452F15c4c1e
Octal207225201271055753411436
Binary1000011110010101010010101111000101101111101011100100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87122A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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