Shades of Burgundy #8F063D
Tints of Burgundy #8F063D
RGB
CMYK
RGB Variations
Color information
#8F063D (or 0x8F063D) is known color: Burgundy. HEX triplet: 8F, 06 and 3D. RGB value is (143,6,61). Sum of RGB (Red+Green+Blue) = 143+6+61=210 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.10% from 210); Green value is 6 (2.73% from 255 or 2.86% from 210); Blue value is 61 (24.22% from 255 or 29.05% from 210); Max value from RGB is 143 - color contains mainly: red. Hex color #8F063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F063D is #70F9C2. Grayscale: #353535. Windows color (decimal): -7403971 or 3999375. OLE color: 3999375.
HSL color Cylindrical-coordinate representation of color #8F063D: hue angle of 335.91º 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 #8F063D is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 61 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.44 |
| HSL | 335.91º | 0.92% | 0.29% | - |
| HSV(B) | 335.91º | 0.96% | 0.56% | - |
| XYZ | 12.24 | 6.31 | 4.99 | - |
| YUV | 53.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 61 | 0 | 0.96 | 0.57 | 0.44 | 335.91 | 0.92 | 0.29 |
| Hex | 8F | 6 | 3D | 0 | 60 | 39 | 2C | 150 | 5C | 1D |
| Octal | 217 | 6 | 75 | 0 | 140 | 71 | 54 | 520 | 134 | 35 |
| Binary | 10001111 | 110 | 111101 | 0 | 1100000 | 111001 | 101100 | 101010000 | 1011100 | 11101 |
Color Harmonies of #8F063D
Complementary color
Monochromatic Colors of #8F063D
Black with #8F063D
Text Example
Text Example
White with #8F063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F063D; }
p { color: rgb(143,6,61); }
H1.HeaderClassName
{
color: #8F063D;
}
.AnyTagClassName
{
color: #8F063D;
}
</style>
background-color css
<style>
a { background-color: #8F063D; }
a { background-color: rgb(143,6,61); }
div.DivClassName
{
background-color: #8F063D;
}
.BgClassName
{
background-color: #8F063D;
}
</style>
border-color css
<style>
span { border-color: #8F063D; }
span { border-color: rgb(143,6,61); }
td.TdClassName
{
border-color: #8F063D;
}
.TagClassName
{
border-color: #8F063D;
}
</style>