Shades of Burgundy #8F063E
Tints of Burgundy #8F063E
RGB
CMYK
RGB Variations
Color information
#8F063E (or 0x8F063E) is known color: Burgundy. HEX triplet: 8F, 06 and 3E. RGB value is (143,6,62). Sum of RGB (Red+Green+Blue) = 143+6+62=211 (27% of max value = 765). Red value is 143 (56.25% from 255 or 67.77% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 143 - color contains mainly: red. Hex color #8F063E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F063E is #70F9C1. Grayscale: #353535. Windows color (decimal): -7403970 or 4064911. OLE color: 4064911.
HSL color Cylindrical-coordinate representation of color #8F063E: hue angle of 335.47º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F063E is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 62 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.44 |
| HSL | 335.47º | 0.92% | 0.29% | - |
| HSV(B) | 335.47º | 0.96% | 0.56% | - |
| XYZ | 12.26 | 6.32 | 5.13 | - |
| YUV | 53.35 | 132.89 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 62 | 0 | 0.96 | 0.57 | 0.44 | 335.47 | 0.92 | 0.29 |
| Hex | 8F | 6 | 3E | 0 | 60 | 39 | 2C | 14F | 5C | 1D |
| Octal | 217 | 6 | 76 | 0 | 140 | 71 | 54 | 517 | 134 | 35 |
| Binary | 10001111 | 110 | 111110 | 0 | 1100000 | 111001 | 101100 | 101001111 | 1011100 | 11101 |
Color Harmonies of #8F063E
Complementary color
Monochromatic Colors of #8F063E
Black with #8F063E
Text Example
Text Example
White with #8F063E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F063E; }
p { color: rgb(143,6,62); }
H1.HeaderClassName
{
color: #8F063E;
}
.AnyTagClassName
{
color: #8F063E;
}
</style>
background-color css
<style>
a { background-color: #8F063E; }
a { background-color: rgb(143,6,62); }
div.DivClassName
{
background-color: #8F063E;
}
.BgClassName
{
background-color: #8F063E;
}
</style>
border-color css
<style>
span { border-color: #8F063E; }
span { border-color: rgb(143,6,62); }
td.TdClassName
{
border-color: #8F063E;
}
.TagClassName
{
border-color: #8F063E;
}
</style>