#8D0332

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

Shades of Burgundy #8D0332

Tints of Burgundy #8D0332

Color information

#8D0332 (or 0x8D0332) is unknown color: approx Burgundy. HEX triplet: 8D, 03 and 32. RGB value is (141,3,50). Sum of RGB (Red+Green+Blue) = 141+3+50=194 (25% of max value = 765). Red value is 141 (55.47% from 255 or 72.68% from 194); Green value is 3 (1.56% from 255 or 1.55% from 194); Blue value is 50 (19.92% from 255 or 25.77% from 194); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0332 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0332 is #72FCCD. Grayscale: #313131. Windows color (decimal): -7535822 or 3277709. OLE color: 3277709.

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

Color convert

RGB141350-
CMYK00.980.650.45
HSL339.57º95.83%28.24%-
HSV(B)339.57º97.87%55.29%-
XYZ11.595.963.56-
YUV49.62128.22193.18-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 72.68%
GREEN value IS 3 (1.56% from 255) = 1.55%
BLUE value IS 50 (19.92% from 255) = 25.77%
R=72.68%
G=1.55%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.65
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14135000.980.650.45339.5795.8328.24
Hex8D332062412D154601c
Octal21536201421015552414034
Binary1000110111110010011000101000001101101101010100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D0332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,3,50); }

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

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

 a { background-color: rgb(141,3,50); }

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

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

 span { border-color: rgb(141,3,50); }

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