#8D0F39

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

Shades of Burgundy #8D0F39

Tints of Burgundy #8D0F39

Color information

#8D0F39 (or 0x8D0F39) is unknown color: approx Burgundy. HEX triplet: 8D, 0F and 39. RGB value is (141,15,57). Sum of RGB (Red+Green+Blue) = 141+15+57=213 (28% of max value = 765). Red value is 141 (55.47% from 255 or 66.20% from 213); Green value is 15 (6.25% from 255 or 7.04% from 213); Blue value is 57 (22.66% from 255 or 26.76% from 213); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0F39 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0F39 is #72F0C6. Grayscale: #393939. Windows color (decimal): -7532743 or 3739533. OLE color: 3739533.

HSL color Cylindrical-coordinate representation of color #8D0F39: hue angle of 340º 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 #8D0F39 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB1411557-
CMYK00.890.600.45
HSL340º80.77%30.59%-
HSV(B)340º89.36%55.29%-
XYZ11.896.34.46-
YUV57.46127.74187.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 66.20%
GREEN value IS 15 (6.25% from 255) = 7.04%
BLUE value IS 57 (22.66% from 255) = 26.76%
R=66.20%
G=7.04%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.60
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141155700.890.600.4534080.7730.59
Hex8DF390593C2D154511f
Octal21517710131745552412137
Binary10001101111111100101011001111100101101101010100101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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