#8D052E

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

Shades of Burgundy #8D052E

Tints of Burgundy #8D052E

Color information

#8D052E (or 0x8D052E) is unknown color: approx Burgundy. HEX triplet: 8D, 05 and 2E. RGB value is (141,5,46). Sum of RGB (Red+Green+Blue) = 141+5+46=192 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.44% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 141 - color contains mainly: red. Hex color #8D052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D052E is #72FAD1. Grayscale: #323232. Windows color (decimal): -7535314 or 3016077. OLE color: 3016077.

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

Color convert

RGB141546-
CMYK00.960.670.45
HSL341.91º93.15%28.63%-
HSV(B)341.91º96.45%55.29%-
XYZ11.535.973.13-
YUV50.34125.56192.67-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 73.44%
GREEN value IS 5 (2.34% from 255) = 2.60%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=73.44%
G=2.60%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.67
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14154600.960.670.45341.9193.1528.63
Hex8D52E060432D1565d1d
Octal21555601401035552613535
Binary10001101101101110011000001000011101101101010110101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D052E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,5,46); }

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

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

 a { background-color: rgb(141,5,46); }

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

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

 span { border-color: rgb(141,5,46); }

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