Shades of Burgundy #8F0340
Tints of Burgundy #8F0340
RGB
CMYK
RGB Variations
Color information
#8F0340 (or 0x8F0340) is known color: Burgundy. HEX triplet: 8F, 03 and 40. RGB value is (143,3,64). Sum of RGB (Red+Green+Blue) = 143+3+64=210 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.10% from 210); Green value is 3 (1.56% from 255 or 1.43% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0340 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0340 is #70FCBF. Grayscale: #333333. Windows color (decimal): -7404736 or 4195215. OLE color: 4195215.
HSL color Cylindrical-coordinate representation of color #8F0340: hue angle of 333.86º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F0340 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 64 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.44 |
| HSL | 333.86º | 0.96% | 0.29% | - |
| HSV(B) | 333.86º | 0.98% | 0.56% | - |
| XYZ | 12.29 | 6.27 | 5.41 | - |
| YUV | 51.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 64 | 0 | 0.98 | 0.55 | 0.44 | 333.86 | 0.96 | 0.29 |
| Hex | 8F | 3 | 40 | 0 | 62 | 37 | 2C | 14E | 60 | 1D |
| Octal | 217 | 3 | 100 | 0 | 142 | 67 | 54 | 516 | 140 | 35 |
| Binary | 10001111 | 11 | 1000000 | 0 | 1100010 | 110111 | 101100 | 101001110 | 1100000 | 11101 |
Color Harmonies of #8F0340
Complementary color
Monochromatic Colors of #8F0340
Black with #8F0340
Text Example
Text Example
White with #8F0340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0340; }
p { color: rgb(143,3,64); }
H1.HeaderClassName
{
color: #8F0340;
}
.AnyTagClassName
{
color: #8F0340;
}
</style>
background-color css
<style>
a { background-color: #8F0340; }
a { background-color: rgb(143,3,64); }
div.DivClassName
{
background-color: #8F0340;
}
.BgClassName
{
background-color: #8F0340;
}
</style>
border-color css
<style>
span { border-color: #8F0340; }
span { border-color: rgb(143,3,64); }
td.TdClassName
{
border-color: #8F0340;
}
.TagClassName
{
border-color: #8F0340;
}
</style>