Shades of Burgundy #8F0539
Tints of Burgundy #8F0539
RGB
CMYK
RGB Variations
Color information
#8F0539 (or 0x8F0539) is known color: Burgundy. HEX triplet: 8F, 05 and 39. RGB value is (143,5,57). Sum of RGB (Red+Green+Blue) = 143+5+57=205 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.76% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 57 (22.66% from 255 or 27.80% from 205); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0539 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0539 is #70FAC6. Grayscale: #343434. Windows color (decimal): -7404231 or 3736975. OLE color: 3736975.
HSL color Cylindrical-coordinate representation of color #8F0539: hue angle of 337.39º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F0539 is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 57 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.44 |
| HSL | 337.39º | 0.93% | 0.29% | - |
| HSV(B) | 337.39º | 0.97% | 0.56% | - |
| XYZ | 12.12 | 6.24 | 4.44 | - |
| YUV | 52.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 57 | 0 | 0.97 | 0.60 | 0.44 | 337.39 | 0.93 | 0.29 |
| Hex | 8F | 5 | 39 | 0 | 61 | 3C | 2C | 151 | 5D | 1D |
| Octal | 217 | 5 | 71 | 0 | 141 | 74 | 54 | 521 | 135 | 35 |
| Binary | 10001111 | 101 | 111001 | 0 | 1100001 | 111100 | 101100 | 101010001 | 1011101 | 11101 |
Color Harmonies of #8F0539
Complementary color
Monochromatic Colors of #8F0539
Black with #8F0539
Text Example
Text Example
White with #8F0539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0539; }
p { color: rgb(143,5,57); }
H1.HeaderClassName
{
color: #8F0539;
}
.AnyTagClassName
{
color: #8F0539;
}
</style>
background-color css
<style>
a { background-color: #8F0539; }
a { background-color: rgb(143,5,57); }
div.DivClassName
{
background-color: #8F0539;
}
.BgClassName
{
background-color: #8F0539;
}
</style>
border-color css
<style>
span { border-color: #8F0539; }
span { border-color: rgb(143,5,57); }
td.TdClassName
{
border-color: #8F0539;
}
.TagClassName
{
border-color: #8F0539;
}
</style>