Shades of Burgundy #8F0729
Tints of Burgundy #8F0729
RGB
CMYK
RGB Variations
Color information
#8F0729 (or 0x8F0729) is known color: Burgundy. HEX triplet: 8F, 07 and 29. RGB value is (143,7,41). Sum of RGB (Red+Green+Blue) = 143+7+41=191 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.87% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 41 (16.41% from 255 or 21.47% from 191); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0729 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0729 is #70F8D6. Grayscale: #333333. Windows color (decimal): -7403735 or 2688911. OLE color: 2688911.
HSL color Cylindrical-coordinate representation of color #8F0729: hue angle of 345º degrees, saturation: 0.91, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8F0729 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 41 | - |
| CMYK | 0 | 0.95 | 0.71 | 0.44 |
| HSL | 345º | 0.91% | 0.29% | - |
| HSV(B) | 345º | 0.95% | 0.56% | - |
| XYZ | 11.8 | 6.15 | 2.66 | - |
| YUV | 51.54 | 122.06 | 193.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 41 | 0 | 0.95 | 0.71 | 0.44 | 345 | 0.91 | 0.29 |
| Hex | 8F | 7 | 29 | 0 | 5F | 47 | 2C | 159 | 5B | 1D |
| Octal | 217 | 7 | 51 | 0 | 137 | 107 | 54 | 531 | 133 | 35 |
| Binary | 10001111 | 111 | 101001 | 0 | 1011111 | 1000111 | 101100 | 101011001 | 1011011 | 11101 |
Color Harmonies of #8F0729
Complementary color
Monochromatic Colors of #8F0729
Black with #8F0729
Text Example
Text Example
White with #8F0729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0729; }
p { color: rgb(143,7,41); }
H1.HeaderClassName
{
color: #8F0729;
}
.AnyTagClassName
{
color: #8F0729;
}
</style>
background-color css
<style>
a { background-color: #8F0729; }
a { background-color: rgb(143,7,41); }
div.DivClassName
{
background-color: #8F0729;
}
.BgClassName
{
background-color: #8F0729;
}
</style>
border-color css
<style>
span { border-color: #8F0729; }
span { border-color: rgb(143,7,41); }
td.TdClassName
{
border-color: #8F0729;
}
.TagClassName
{
border-color: #8F0729;
}
</style>