Shades of Burgundy #8F062B
Tints of Burgundy #8F062B
RGB
CMYK
RGB Variations
Color information
#8F062B (or 0x8F062B) is known color: Burgundy. HEX triplet: 8F, 06 and 2B. RGB value is (143,6,43). Sum of RGB (Red+Green+Blue) = 143+6+43=192 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.48% from 192); Green value is 6 (2.73% from 255 or 3.12% from 192); Blue value is 43 (17.19% from 255 or 22.40% from 192); Max value from RGB is 143 - color contains mainly: red. Hex color #8F062B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F062B is #70F9D4. Grayscale: #333333. Windows color (decimal): -7403989 or 2819727. OLE color: 2819727.
HSL color Cylindrical-coordinate representation of color #8F062B: hue angle of 343.8º 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 #8F062B is Cyan = 0, Magento = 0.96, Yellow = 0.70 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 43 | - |
| CMYK | 0 | 0.96 | 0.70 | 0.44 |
| HSL | 343.8º | 0.92% | 0.29% | - |
| HSV(B) | 343.8º | 0.96% | 0.56% | - |
| XYZ | 11.83 | 6.14 | 2.85 | - |
| YUV | 51.18 | 123.39 | 193.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 43 | 0 | 0.96 | 0.70 | 0.44 | 343.8 | 0.92 | 0.29 |
| Hex | 8F | 6 | 2B | 0 | 60 | 46 | 2C | 158 | 5C | 1D |
| Octal | 217 | 6 | 53 | 0 | 140 | 106 | 54 | 530 | 134 | 35 |
| Binary | 10001111 | 110 | 101011 | 0 | 1100000 | 1000110 | 101100 | 101011000 | 1011100 | 11101 |
Color Harmonies of #8F062B
Complementary color
Monochromatic Colors of #8F062B
Black with #8F062B
Text Example
Text Example
White with #8F062B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F062B; }
p { color: rgb(143,6,43); }
H1.HeaderClassName
{
color: #8F062B;
}
.AnyTagClassName
{
color: #8F062B;
}
</style>
background-color css
<style>
a { background-color: #8F062B; }
a { background-color: rgb(143,6,43); }
div.DivClassName
{
background-color: #8F062B;
}
.BgClassName
{
background-color: #8F062B;
}
</style>
border-color css
<style>
span { border-color: #8F062B; }
span { border-color: rgb(143,6,43); }
td.TdClassName
{
border-color: #8F062B;
}
.TagClassName
{
border-color: #8F062B;
}
</style>