Shades of Burgundy #8F073F
Tints of Burgundy #8F073F
RGB
CMYK
RGB Variations
Color information
#8F073F (or 0x8F073F) is known color: Burgundy. HEX triplet: 8F, 07 and 3F. RGB value is (143,7,63). Sum of RGB (Red+Green+Blue) = 143+7+63=213 (28% of max value = 765). Red value is 143 (56.25% from 255 or 67.14% from 213); Green value is 7 (3.12% from 255 or 3.29% from 213); Blue value is 63 (25% from 255 or 29.58% from 213); Max value from RGB is 143 - color contains mainly: red. Hex color #8F073F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F073F is #70F8C0. Grayscale: #353535. Windows color (decimal): -7403713 or 4130703. OLE color: 4130703.
HSL color Cylindrical-coordinate representation of color #8F073F: hue angle of 335.29º 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 #8F073F is Cyan = 0, Magento = 0.95, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 7 | 63 | - |
| CMYK | 0 | 0.95 | 0.56 | 0.44 |
| HSL | 335.29º | 0.91% | 0.29% | - |
| HSV(B) | 335.29º | 0.95% | 0.56% | - |
| XYZ | 12.3 | 6.35 | 5.28 | - |
| YUV | 54.05 | 133.06 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 7 | 63 | 0 | 0.95 | 0.56 | 0.44 | 335.29 | 0.91 | 0.29 |
| Hex | 8F | 7 | 3F | 0 | 5F | 38 | 2C | 14F | 5B | 1D |
| Octal | 217 | 7 | 77 | 0 | 137 | 70 | 54 | 517 | 133 | 35 |
| Binary | 10001111 | 111 | 111111 | 0 | 1011111 | 111000 | 101100 | 101001111 | 1011011 | 11101 |
Color Harmonies of #8F073F
Complementary color
Monochromatic Colors of #8F073F
Black with #8F073F
Text Example
Text Example
White with #8F073F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F073F; }
p { color: rgb(143,7,63); }
H1.HeaderClassName
{
color: #8F073F;
}
.AnyTagClassName
{
color: #8F073F;
}
</style>
background-color css
<style>
a { background-color: #8F073F; }
a { background-color: rgb(143,7,63); }
div.DivClassName
{
background-color: #8F073F;
}
.BgClassName
{
background-color: #8F073F;
}
</style>
border-color css
<style>
span { border-color: #8F073F; }
span { border-color: rgb(143,7,63); }
td.TdClassName
{
border-color: #8F073F;
}
.TagClassName
{
border-color: #8F073F;
}
</style>