#8D0D34

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

Shades of Burgundy #8D0D34

Tints of Burgundy #8D0D34

Color information

#8D0D34 (or 0x8D0D34) is unknown color: approx Burgundy. HEX triplet: 8D, 0D and 34. RGB value is (141,13,52). Sum of RGB (Red+Green+Blue) = 141+13+52=206 (27% of max value = 765). Red value is 141 (55.47% from 255 or 68.45% from 206); Green value is 13 (5.47% from 255 or 6.31% from 206); Blue value is 52 (20.70% from 255 or 25.24% from 206); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0D34 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0D34 is #72F2CB. Grayscale: #373737. Windows color (decimal): -7533260 or 3411341. OLE color: 3411341.

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

Color convert

RGB1411352-
CMYK00.910.630.45
HSL341.72º83.12%30.2%-
HSV(B)341.72º90.78%55.29%-
XYZ11.756.23.83-
YUV55.72125.91188.83-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 68.45%
GREEN value IS 13 (5.47% from 255) = 6.31%
BLUE value IS 52 (20.70% from 255) = 25.24%
R=68.45%
G=6.31%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141135200.910.630.45341.7283.1230.2
Hex8DD3405B3F2D156531e
Octal21515640133775552612336
Binary10001101110111010001011011111111101101101010110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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