Shades of Burgundy #8F052F
Tints of Burgundy #8F052F
RGB
CMYK
RGB Variations
Color information
#8F052F (or 0x8F052F) is known color: Burgundy. HEX triplet: 8F, 05 and 2F. RGB value is (143,5,47). Sum of RGB (Red+Green+Blue) = 143+5+47=195 (25% of max value = 765). Red value is 143 (56.25% from 255 or 73.33% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 143 - color contains mainly: red. Hex color #8F052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F052F is #70FAD0. Grayscale: #333333. Windows color (decimal): -7404241 or 3081615. OLE color: 3081615.
HSL color Cylindrical-coordinate representation of color #8F052F: hue angle of 341.74º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F052F is Cyan = 0, Magento = 0.97, Yellow = 0.67 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 5 | 47 | - |
| CMYK | 0 | 0.97 | 0.67 | 0.44 |
| HSL | 341.74º | 0.93% | 0.29% | - |
| HSV(B) | 341.74º | 0.97% | 0.56% | - |
| XYZ | 11.9 | 6.15 | 3.25 | - |
| YUV | 51.05 | 125.72 | 193.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 5 | 47 | 0 | 0.97 | 0.67 | 0.44 | 341.74 | 0.93 | 0.29 |
| Hex | 8F | 5 | 2F | 0 | 61 | 43 | 2C | 156 | 5D | 1D |
| Octal | 217 | 5 | 57 | 0 | 141 | 103 | 54 | 526 | 135 | 35 |
| Binary | 10001111 | 101 | 101111 | 0 | 1100001 | 1000011 | 101100 | 101010110 | 1011101 | 11101 |
Color Harmonies of #8F052F
Complementary color
Monochromatic Colors of #8F052F
Black with #8F052F
Text Example
Text Example
White with #8F052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F052F; }
p { color: rgb(143,5,47); }
H1.HeaderClassName
{
color: #8F052F;
}
.AnyTagClassName
{
color: #8F052F;
}
</style>
background-color css
<style>
a { background-color: #8F052F; }
a { background-color: rgb(143,5,47); }
div.DivClassName
{
background-color: #8F052F;
}
.BgClassName
{
background-color: #8F052F;
}
</style>
border-color css
<style>
span { border-color: #8F052F; }
span { border-color: rgb(143,5,47); }
td.TdClassName
{
border-color: #8F052F;
}
.TagClassName
{
border-color: #8F052F;
}
</style>