Shades of Burgundy #8D0330
Tints of Burgundy #8D0330
RGB
CMYK
RGB Variations
Color information
#8D0330 (or 0x8D0330) is known color: Burgundy. HEX triplet: 8D, 03 and 30. RGB value is (141,3,48). Sum of RGB (Red+Green+Blue) = 141+3+48=192 (25% of max value = 765). Red value is 141 (55.47% from 255 or 73.44% from 192); Green value is 3 (1.56% from 255 or 1.56% from 192); Blue value is 48 (19.14% from 255 or 25% from 192); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D0330 is #72FCCF. Grayscale: #313131. Windows color (decimal): -7535824 or 3146637. OLE color: 3146637.
HSL color Cylindrical-coordinate representation of color #8D0330: hue angle of 340.43º 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 #8D0330 is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 3 | 48 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.45 |
| HSL | 340.43º | 0.96% | 0.28% | - |
| HSV(B) | 340.43º | 0.98% | 0.55% | - |
| XYZ | 11.55 | 5.94 | 3.33 | - |
| YUV | 49.39 | 127.22 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 3 | 48 | 0 | 0.98 | 0.66 | 0.45 | 340.43 | 0.96 | 0.28 |
| Hex | 8D | 3 | 30 | 0 | 62 | 42 | 2D | 154 | 60 | 1C |
| Octal | 215 | 3 | 60 | 0 | 142 | 102 | 55 | 524 | 140 | 34 |
| Binary | 10001101 | 11 | 110000 | 0 | 1100010 | 1000010 | 101101 | 101010100 | 1100000 | 11100 |
Color Harmonies of #8D0330
Complementary color
Monochromatic Colors of #8D0330
Black with #8D0330
Text Example
Text Example
White with #8D0330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D0330; }
p { color: rgb(141,3,48); }
H1.HeaderClassName
{
color: #8D0330;
}
.AnyTagClassName
{
color: #8D0330;
}
</style>
background-color css
<style>
a { background-color: #8D0330; }
a { background-color: rgb(141,3,48); }
div.DivClassName
{
background-color: #8D0330;
}
.BgClassName
{
background-color: #8D0330;
}
</style>
border-color css
<style>
span { border-color: #8D0330; }
span { border-color: rgb(141,3,48); }
td.TdClassName
{
border-color: #8D0330;
}
.TagClassName
{
border-color: #8D0330;
}
</style>