#8D032B

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

Shades of Burgundy #8D032B

Tints of Burgundy #8D032B

Color information

#8D032B (or 0x8D032B) is unknown color: approx Burgundy. HEX triplet: 8D, 03 and 2B. RGB value is (141,3,43). Sum of RGB (Red+Green+Blue) = 141+3+43=187 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.40% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 141 - color contains mainly: red. Hex color #8D032B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D032B is #72FCD4. Grayscale: #303030. Windows color (decimal): -7535829 or 2818957. OLE color: 2818957.

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

Color convert

RGB141343-
CMYK00.980.700.45
HSL342.61º95.83%28.24%-
HSV(B)342.61º97.87%55.29%-
XYZ11.455.92.82-
YUV48.82124.72193.75-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 75.40%
GREEN value IS 3 (1.56% from 255) = 1.60%
BLUE value IS 43 (17.19% from 255) = 22.99%
R=75.40%
G=1.60%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.70
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14134300.980.700.45342.6195.8328.24
Hex8D32B062462D157601c
Octal21535301421065552714034
Binary1000110111101011011000101000110101101101010111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D032B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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