Shades of Burgundy #8F0C3E
Tints of Burgundy #8F0C3E
RGB
CMYK
RGB Variations
Color information
#8F0C3E (or 0x8F0C3E) is known color: Burgundy. HEX triplet: 8F, 0C and 3E. RGB value is (143,12,62). Sum of RGB (Red+Green+Blue) = 143+12+62=217 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.90% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0C3E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0C3E is #70F3C1. Grayscale: #383838. Windows color (decimal): -7402434 or 4066447. OLE color: 4066447.
HSL color Cylindrical-coordinate representation of color #8F0C3E: hue angle of 337.1º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8F0C3E is Cyan = 0, Magento = 0.92, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 12 | 62 | - |
| CMYK | 0 | 0.92 | 0.57 | 0.44 |
| HSL | 337.1º | 0.85% | 0.3% | - |
| HSV(B) | 337.1º | 0.92% | 0.56% | - |
| XYZ | 12.33 | 6.45 | 5.15 | - |
| YUV | 56.87 | 130.9 | 189.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 12 | 62 | 0 | 0.92 | 0.57 | 0.44 | 337.1 | 0.85 | 0.3 |
| Hex | 8F | C | 3E | 0 | 5C | 39 | 2C | 151 | 55 | 1E |
| Octal | 217 | 14 | 76 | 0 | 134 | 71 | 54 | 521 | 125 | 36 |
| Binary | 10001111 | 1100 | 111110 | 0 | 1011100 | 111001 | 101100 | 101010001 | 1010101 | 11110 |
Color Harmonies of #8F0C3E
Complementary color
Monochromatic Colors of #8F0C3E
Black with #8F0C3E
Text Example
Text Example
White with #8F0C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0C3E; }
p { color: rgb(143,12,62); }
H1.HeaderClassName
{
color: #8F0C3E;
}
.AnyTagClassName
{
color: #8F0C3E;
}
</style>
background-color css
<style>
a { background-color: #8F0C3E; }
a { background-color: rgb(143,12,62); }
div.DivClassName
{
background-color: #8F0C3E;
}
.BgClassName
{
background-color: #8F0C3E;
}
</style>
border-color css
<style>
span { border-color: #8F0C3E; }
span { border-color: rgb(143,12,62); }
td.TdClassName
{
border-color: #8F0C3E;
}
.TagClassName
{
border-color: #8F0C3E;
}
</style>