Shades of Burgundy #8F033F
Tints of Burgundy #8F033F
RGB
CMYK
RGB Variations
Color information
#8F033F (or 0x8F033F) is known color: Burgundy. HEX triplet: 8F, 03 and 3F. RGB value is (143,3,63). Sum of RGB (Red+Green+Blue) = 143+3+63=209 (27% of max value = 765). Red value is 143 (56.25% from 255 or 68.42% from 209); Green value is 3 (1.56% from 255 or 1.44% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 143 - color contains mainly: red. Hex color #8F033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F033F is #70FCC0. Grayscale: #333333. Windows color (decimal): -7404737 or 4129679. OLE color: 4129679.
HSL color Cylindrical-coordinate representation of color #8F033F: hue angle of 334.29º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8F033F is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.44 |
| HSL | 334.29º | 0.96% | 0.29% | - |
| HSV(B) | 334.29º | 0.98% | 0.56% | - |
| XYZ | 12.26 | 6.26 | 5.27 | - |
| YUV | 51.7 | 134.38 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 3 | 63 | 0 | 0.98 | 0.56 | 0.44 | 334.29 | 0.96 | 0.29 |
| Hex | 8F | 3 | 3F | 0 | 62 | 38 | 2C | 14E | 60 | 1D |
| Octal | 217 | 3 | 77 | 0 | 142 | 70 | 54 | 516 | 140 | 35 |
| Binary | 10001111 | 11 | 111111 | 0 | 1100010 | 111000 | 101100 | 101001110 | 1100000 | 11101 |
Color Harmonies of #8F033F
Complementary color
Monochromatic Colors of #8F033F
Black with #8F033F
Text Example
Text Example
White with #8F033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F033F; }
p { color: rgb(143,3,63); }
H1.HeaderClassName
{
color: #8F033F;
}
.AnyTagClassName
{
color: #8F033F;
}
</style>
background-color css
<style>
a { background-color: #8F033F; }
a { background-color: rgb(143,3,63); }
div.DivClassName
{
background-color: #8F033F;
}
.BgClassName
{
background-color: #8F033F;
}
</style>
border-color css
<style>
span { border-color: #8F033F; }
span { border-color: rgb(143,3,63); }
td.TdClassName
{
border-color: #8F033F;
}
.TagClassName
{
border-color: #8F033F;
}
</style>