#8D033B

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

Shades of Burgundy #8D033B

Tints of Burgundy #8D033B

Color information

#8D033B (or 0x8D033B) is unknown color: approx Burgundy. HEX triplet: 8D, 03 and 3B. RGB value is (141,3,59). Sum of RGB (Red+Green+Blue) = 141+3+59=203 (26% of max value = 765). Red value is 141 (55.47% from 255 or 69.46% from 203); Green value is 3 (1.56% from 255 or 1.48% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 141 - color contains mainly: red. Hex color #8D033B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D033B is #72FCC4. Grayscale: #323232. Windows color (decimal): -7535813 or 3867533. OLE color: 3867533.

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

Color convert

RGB141359-
CMYK00.980.580.45
HSL335.65º95.83%28.24%-
HSV(B)335.65º97.87%55.29%-
XYZ11.816.044.68-
YUV50.65132.72192.45-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.46%
GREEN value IS 3 (1.56% from 255) = 1.48%
BLUE value IS 59 (23.44% from 255) = 29.06%
R=69.46%
G=1.48%
B=29.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.58
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14135900.980.580.45335.6595.8328.24
Hex8D33B0623A2D150601c
Octal2153730142725552014034
Binary100011011111101101100010111010101101101010000110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D033B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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