#8D0E29

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

Shades of Burgundy #8D0E29

Tints of Burgundy #8D0E29

Color information

#8D0E29 (or 0x8D0E29) is unknown color: approx Burgundy. HEX triplet: 8D, 0E and 29. RGB value is (141,14,41). Sum of RGB (Red+Green+Blue) = 141+14+41=196 (25% of max value = 765). Red value is 141 (55.47% from 255 or 71.94% from 196); Green value is 14 (5.86% from 255 or 7.14% from 196); Blue value is 41 (16.41% from 255 or 20.92% from 196); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0E29 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0E29 is #72F1D6. Grayscale: #373737. Windows color (decimal): -7533015 or 2690701. OLE color: 2690701.

HSL color Cylindrical-coordinate representation of color #8D0E29: hue angle of 347.24º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8D0E29 is Cyan = 0, Magento = 0.90, Yellow = 0.71 and Black (K on CMYK) = 0.45.

Color convert

RGB1411441-
CMYK00.900.710.45
HSL347.24º81.94%30.39%-
HSV(B)347.24º90.07%55.29%-
XYZ11.546.142.67-
YUV55.05120.08189.3-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 71.94%
GREEN value IS 14 (5.86% from 255) = 7.14%
BLUE value IS 41 (16.41% from 255) = 20.92%
R=71.94%
G=7.14%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.71
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141144100.900.710.45347.2481.9430.39
Hex8DE2905A472D15b521e
Octal215165101321075553312236
Binary100011011110101001010110101000111101101101011011101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,14,41); }

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

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

 a { background-color: rgb(141,14,41); }

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

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

 span { border-color: rgb(141,14,41); }

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