Shades of Burgundy #8F073E
Tints of Burgundy #8F073E
RGB
CMYK
RGB Variations
Color information
#8F073E (or 0x8F073E) is known color: Burgundy. HEX triplet: 8F, 07 and 3E. RGB value is (143,7,62). Sum of RGB (Red+Green+Blue) = 143+7+62=212 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.45% from 212); Green value is 7 (3.12% from 255 or 3.30% from 212); Blue value is 62 (24.61% from 255 or 29.25% from 212); Max value from RGB is 143 - color contains mainly: red. Hex color #8F073E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F073E is #70F8C1. Grayscale: #353535. Windows color (decimal): -7403714 or 4065167. OLE color: 4065167.
HSL color Cylindrical-coordinate representation of color #8F073E: hue angle of 335.74º 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 #8F073E is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 62 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.44 |
| HSL | 335.74º | 0.91% | 0.29% | - |
| HSV(B) | 335.74º | 0.95% | 0.56% | - |
| XYZ | 12.27 | 6.34 | 5.13 | - |
| YUV | 53.93 | 132.56 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 62 | 0 | 0.95 | 0.57 | 0.44 | 335.74 | 0.91 | 0.29 |
| Hex | 8F | 7 | 3E | 0 | 5F | 39 | 2C | 150 | 5B | 1D |
| Octal | 217 | 7 | 76 | 0 | 137 | 71 | 54 | 520 | 133 | 35 |
| Binary | 10001111 | 111 | 111110 | 0 | 1011111 | 111001 | 101100 | 101010000 | 1011011 | 11101 |
Color Harmonies of #8F073E
Complementary color
Monochromatic Colors of #8F073E
Black with #8F073E
Text Example
Text Example
White with #8F073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F073E; }
p { color: rgb(143,7,62); }
H1.HeaderClassName
{
color: #8F073E;
}
.AnyTagClassName
{
color: #8F073E;
}
</style>
background-color css
<style>
a { background-color: #8F073E; }
a { background-color: rgb(143,7,62); }
div.DivClassName
{
background-color: #8F073E;
}
.BgClassName
{
background-color: #8F073E;
}
</style>
border-color css
<style>
span { border-color: #8F073E; }
span { border-color: rgb(143,7,62); }
td.TdClassName
{
border-color: #8F073E;
}
.TagClassName
{
border-color: #8F073E;
}
</style>