#8d003f

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

Shades of Burgundy #8D003F

Tints of Burgundy #8D003F

Color information

#8D003F (or 0x8D003F) is unknown color: approx Burgundy. HEX triplet: 8D, 00 and 3F. RGB value is (141,0,63). Sum of RGB (Red+Green+Blue) = 141+0+63=204 (27% of max value = 765). Red value is 141 (55.47% from 255 or 69.12% from 204); Green value is 0 (0.39% from 255 or 0% from 204); Blue value is 63 (25% from 255 or 30.88% from 204); Max value from RGB is 141 - color contains mainly: red. Hex color #8D003F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D003F is #72FFC0. Grayscale: #313131. Windows color (decimal): -7536577 or 4128909. OLE color: 4128909.

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

Color convert

RGB141063-
CMYK010.550.45
HSL333.19º100%27.65%-
HSV(B)333.19º100%55.29%-
XYZ11.886.025.24-
YUV49.34135.71193.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 69.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 63 (25% from 255) = 30.88%
R=69.12%
G=0%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal141063010.550.45333.1910027.65
Hex8D03F064372D14d641c
Octal2150770144675551514434
Binary10001101011111101100100110111101101101001101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8d003f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,0,63); }

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

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

 a { background-color: rgb(141,0,63); }

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

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

 span { border-color: rgb(141,0,63); }

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