Shades of Burgundy #8F0336
Tints of Burgundy #8F0336
RGB
CMYK
RGB Variations
Color information
#8F0336 (or 0x8F0336) is known color: Burgundy. HEX triplet: 8F, 03 and 36. RGB value is (143,3,54). Sum of RGB (Red+Green+Blue) = 143+3+54=200 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.5% from 200); Green value is 3 (1.56% from 255 or 1.5% from 200); Blue value is 54 (21.48% from 255 or 27% from 200); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0336 is #70FCC9. Grayscale: #323232. Windows color (decimal): -7404746 or 3539855. OLE color: 3539855.
HSL color Cylindrical-coordinate representation of color #8F0336: hue angle of 338.14º 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 #8F0336 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 54 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.44 |
| HSL | 338.14º | 0.96% | 0.29% | - |
| HSV(B) | 338.14º | 0.98% | 0.56% | - |
| XYZ | 12.03 | 6.17 | 4.05 | - |
| YUV | 50.67 | 129.88 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 54 | 0 | 0.98 | 0.62 | 0.44 | 338.14 | 0.96 | 0.29 |
| Hex | 8F | 3 | 36 | 0 | 62 | 3E | 2C | 152 | 60 | 1D |
| Octal | 217 | 3 | 66 | 0 | 142 | 76 | 54 | 522 | 140 | 35 |
| Binary | 10001111 | 11 | 110110 | 0 | 1100010 | 111110 | 101100 | 101010010 | 1100000 | 11101 |
Color Harmonies of #8F0336
Complementary color
Monochromatic Colors of #8F0336
Black with #8F0336
Text Example
Text Example
White with #8F0336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0336; }
p { color: rgb(143,3,54); }
H1.HeaderClassName
{
color: #8F0336;
}
.AnyTagClassName
{
color: #8F0336;
}
</style>
background-color css
<style>
a { background-color: #8F0336; }
a { background-color: rgb(143,3,54); }
div.DivClassName
{
background-color: #8F0336;
}
.BgClassName
{
background-color: #8F0336;
}
</style>
border-color css
<style>
span { border-color: #8F0336; }
span { border-color: rgb(143,3,54); }
td.TdClassName
{
border-color: #8F0336;
}
.TagClassName
{
border-color: #8F0336;
}
</style>