#8D0A36

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

Shades of Burgundy #8D0A36

Tints of Burgundy #8D0A36

Color information

#8D0A36 (or 0x8D0A36) is unknown color: approx Burgundy. HEX triplet: 8D, 0A and 36. RGB value is (141,10,54). Sum of RGB (Red+Green+Blue) = 141+10+54=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0A36 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0A36 is #72F5C9. Grayscale: #363636. Windows color (decimal): -7534026 or 3541645. OLE color: 3541645.

HSL color Cylindrical-coordinate representation of color #8D0A36: hue angle of 339.85º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8D0A36 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.45.

Color convert

RGB1411054-
CMYK00.930.620.45
HSL339.85º86.75%29.61%-
HSV(B)339.85º92.91%55.29%-
XYZ11.766.154.06-
YUV54.18127.9189.92-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.78%
GREEN value IS 10 (4.30% from 255) = 4.88%
BLUE value IS 54 (21.48% from 255) = 26.34%
R=68.78%
G=4.88%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.62
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141105400.930.620.45339.8586.7529.61
Hex8DA3605D3E2D154571e
Octal21512660135765552412736
Binary10001101101011011001011101111110101101101010100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,10,54); }

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

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

 a { background-color: rgb(141,10,54); }

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

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

 span { border-color: rgb(141,10,54); }

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