#8D0D33

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

Shades of Burgundy #8D0D33

Tints of Burgundy #8D0D33

Color information

#8D0D33 (or 0x8D0D33) is unknown color: approx Burgundy. HEX triplet: 8D, 0D and 33. RGB value is (141,13,51). Sum of RGB (Red+Green+Blue) = 141+13+51=205 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.78% from 205); Green value is 13 (5.47% from 255 or 6.34% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D33 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0D33 is #72F2CC. Grayscale: #373737. Windows color (decimal): -7533261 or 3345805. OLE color: 3345805.

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

Color convert

RGB1411351-
CMYK00.910.640.45
HSL342.19º83.12%30.2%-
HSV(B)342.19º90.78%55.29%-
XYZ11.736.193.71-
YUV55.6125.41188.91-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.78%
GREEN value IS 13 (5.47% from 255) = 6.34%
BLUE value IS 51 (20.31% from 255) = 24.88%
R=68.78%
G=6.34%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.64
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141135100.910.640.45342.1983.1230.2
Hex8DD3305B402D156531e
Octal215156301331005552612336
Binary100011011101110011010110111000000101101101010110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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