Shades of Burgundy #8F072C
Tints of Burgundy #8F072C
RGB
CMYK
RGB Variations
Color information
#8F072C (or 0x8F072C) is known color: Burgundy. HEX triplet: 8F, 07 and 2C. RGB value is (143,7,44). Sum of RGB (Red+Green+Blue) = 143+7+44=194 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.71% from 194); Green value is 7 (3.12% from 255 or 3.61% from 194); Blue value is 44 (17.58% from 255 or 22.68% from 194); Max value from RGB is 143 - color contains mainly: red. Hex color #8F072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F072C is #70F8D3. Grayscale: #333333. Windows color (decimal): -7403732 or 2885519. OLE color: 2885519.
HSL color Cylindrical-coordinate representation of color #8F072C: hue angle of 343.68º 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 #8F072C is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.44 |
| HSL | 343.68º | 0.91% | 0.29% | - |
| HSV(B) | 343.68º | 0.95% | 0.56% | - |
| XYZ | 11.86 | 6.17 | 2.95 | - |
| YUV | 51.88 | 123.56 | 192.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 44 | 0 | 0.95 | 0.69 | 0.44 | 343.68 | 0.91 | 0.29 |
| Hex | 8F | 7 | 2C | 0 | 5F | 45 | 2C | 158 | 5B | 1D |
| Octal | 217 | 7 | 54 | 0 | 137 | 105 | 54 | 530 | 133 | 35 |
| Binary | 10001111 | 111 | 101100 | 0 | 1011111 | 1000101 | 101100 | 101011000 | 1011011 | 11101 |
Color Harmonies of #8F072C
Complementary color
Monochromatic Colors of #8F072C
Black with #8F072C
Text Example
Text Example
White with #8F072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F072C; }
p { color: rgb(143,7,44); }
H1.HeaderClassName
{
color: #8F072C;
}
.AnyTagClassName
{
color: #8F072C;
}
</style>
background-color css
<style>
a { background-color: #8F072C; }
a { background-color: rgb(143,7,44); }
div.DivClassName
{
background-color: #8F072C;
}
.BgClassName
{
background-color: #8F072C;
}
</style>
border-color css
<style>
span { border-color: #8F072C; }
span { border-color: rgb(143,7,44); }
td.TdClassName
{
border-color: #8F072C;
}
.TagClassName
{
border-color: #8F072C;
}
</style>