Shades of Burgundy #8F013C
Tints of Burgundy #8F013C
RGB
CMYK
RGB Variations
Color information
#8F013C (or 0x8F013C) is known color: Burgundy. HEX triplet: 8F, 01 and 3C. RGB value is (143,1,60). Sum of RGB (Red+Green+Blue) = 143+1+60=204 (27% of max value = 765). Red value is 143 (56.25% from 255 or 70.10% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 143 - color contains mainly: red. Hex color #8F013C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F013C is #70FEC3. Grayscale: #323232. Windows color (decimal): -7405252 or 3932559. OLE color: 3932559.
HSL color Cylindrical-coordinate representation of color #8F013C: hue angle of 335.07º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F013C is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 1 | 60 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.44 |
| HSL | 335.07º | 0.99% | 0.28% | - |
| HSV(B) | 335.07º | 0.99% | 0.56% | - |
| XYZ | 12.15 | 6.19 | 4.83 | - |
| YUV | 50.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 1 | 60 | 0 | 0.99 | 0.58 | 0.44 | 335.07 | 0.99 | 0.28 |
| Hex | 8F | 1 | 3C | 0 | 63 | 3A | 2C | 14F | 63 | 1C |
| Octal | 217 | 1 | 74 | 0 | 143 | 72 | 54 | 517 | 143 | 34 |
| Binary | 10001111 | 1 | 111100 | 0 | 1100011 | 111010 | 101100 | 101001111 | 1100011 | 11100 |
Color Harmonies of #8F013C
Complementary color
Monochromatic Colors of #8F013C
Black with #8F013C
Text Example
Text Example
White with #8F013C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F013C; }
p { color: rgb(143,1,60); }
H1.HeaderClassName
{
color: #8F013C;
}
.AnyTagClassName
{
color: #8F013C;
}
</style>
background-color css
<style>
a { background-color: #8F013C; }
a { background-color: rgb(143,1,60); }
div.DivClassName
{
background-color: #8F013C;
}
.BgClassName
{
background-color: #8F013C;
}
</style>
border-color css
<style>
span { border-color: #8F013C; }
span { border-color: rgb(143,1,60); }
td.TdClassName
{
border-color: #8F013C;
}
.TagClassName
{
border-color: #8F013C;
}
</style>