Shades of Burgundy #8F0329
Tints of Burgundy #8F0329
RGB
CMYK
RGB Variations
Color information
#8F0329 (or 0x8F0329) is known color: Burgundy. HEX triplet: 8F, 03 and 29. RGB value is (143,3,41). Sum of RGB (Red+Green+Blue) = 143+3+41=187 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.47% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0329 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0329 is #70FCD6. Grayscale: #313131. Windows color (decimal): -7404759 or 2687887. OLE color: 2687887.
HSL color Cylindrical-coordinate representation of color #8F0329: hue angle of 343.71º 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 #8F0329 is Cyan = 0, Magento = 0.98, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 41 | - |
| CMYK | 0 | 0.98 | 0.71 | 0.44 |
| HSL | 343.71º | 0.96% | 0.29% | - |
| HSV(B) | 343.71º | 0.98% | 0.56% | - |
| XYZ | 11.76 | 6.06 | 2.65 | - |
| YUV | 49.19 | 123.38 | 194.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 41 | 0 | 0.98 | 0.71 | 0.44 | 343.71 | 0.96 | 0.29 |
| Hex | 8F | 3 | 29 | 0 | 62 | 47 | 2C | 158 | 60 | 1D |
| Octal | 217 | 3 | 51 | 0 | 142 | 107 | 54 | 530 | 140 | 35 |
| Binary | 10001111 | 11 | 101001 | 0 | 1100010 | 1000111 | 101100 | 101011000 | 1100000 | 11101 |
Color Harmonies of #8F0329
Complementary color
Monochromatic Colors of #8F0329
Black with #8F0329
Text Example
Text Example
White with #8F0329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0329; }
p { color: rgb(143,3,41); }
H1.HeaderClassName
{
color: #8F0329;
}
.AnyTagClassName
{
color: #8F0329;
}
</style>
background-color css
<style>
a { background-color: #8F0329; }
a { background-color: rgb(143,3,41); }
div.DivClassName
{
background-color: #8F0329;
}
.BgClassName
{
background-color: #8F0329;
}
</style>
border-color css
<style>
span { border-color: #8F0329; }
span { border-color: rgb(143,3,41); }
td.TdClassName
{
border-color: #8F0329;
}
.TagClassName
{
border-color: #8F0329;
}
</style>