#8D0D31

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

Shades of Burgundy #8D0D31

Tints of Burgundy #8D0D31

Color information

#8D0D31 (or 0x8D0D31) is unknown color: approx Burgundy. HEX triplet: 8D, 0D and 31. RGB value is (141,13,49). Sum of RGB (Red+Green+Blue) = 141+13+49=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 13 (5.47% from 255 or 6.40% from 203); Blue value is 49 (19.53% from 255 or 24.14% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D31 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0D31 is #72F2CE. Grayscale: #373737. Windows color (decimal): -7533263 or 3214733. OLE color: 3214733.

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

Color convert

RGB1411349-
CMYK00.910.650.45
HSL343.12º83.12%30.2%-
HSV(B)343.12º90.78%55.29%-
XYZ11.686.173.48-
YUV55.38124.41189.07-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 13 (5.47% from 255) = 6.40%
BLUE value IS 49 (19.53% from 255) = 24.14%
R=69.46%
G=6.40%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141134900.910.650.45343.1283.1230.2
Hex8DD3105B412D157531e
Octal215156101331015552712336
Binary100011011101110001010110111000001101101101010111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,13,49); }

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

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

 a { background-color: rgb(141,13,49); }

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

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

 span { border-color: rgb(141,13,49); }

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