#8D0F2C

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

Shades of Burgundy #8D0F2C

Tints of Burgundy #8D0F2C

Color information

#8D0F2C (or 0x8D0F2C) is unknown color: approx Burgundy. HEX triplet: 8D, 0F and 2C. RGB value is (141,15,44). Sum of RGB (Red+Green+Blue) = 141+15+44=200 (26% of max value = 765). Red value is 141 (55.47% from 255 or 70.5% from 200); Green value is 15 (6.25% from 255 or 7.5% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0F2C is #72F0D3. Grayscale: #373737. Windows color (decimal): -7532756 or 2887565. OLE color: 2887565.

HSL color Cylindrical-coordinate representation of color #8D0F2C: hue angle of 346.19º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8D0F2C is Cyan = 0, Magento = 0.89, Yellow = 0.69 and Black (K on CMYK) = 0.45.

Color convert

RGB1411544-
CMYK00.890.690.45
HSL346.19º80.77%30.59%-
HSV(B)346.19º89.36%55.29%-
XYZ11.616.192.97-
YUV55.98121.24188.64-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 70.5%
GREEN value IS 15 (6.25% from 255) = 7.5%
BLUE value IS 44 (17.58% from 255) = 22%
R=70.5%
G=7.5%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.69
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141154400.890.690.45346.1980.7730.59
Hex8DF2C059452D15a511f
Octal215175401311055553212137
Binary100011011111101100010110011000101101101101011010101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D0F2C; }

 p { color: rgb(141,15,44); }

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

<style>
 a { background-color: #8D0F2C; }

 a { background-color: rgb(141,15,44); }

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

<style>
 span { border-color: #8D0F2C; }

 span { border-color: rgb(141,15,44); }

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