Shades of Burgundy #8F1029
Tints of Burgundy #8F1029
RGB
CMYK
RGB Variations
Color information
#8F1029 (or 0x8F1029) is known color: Burgundy. HEX triplet: 8F, 10 and 29. RGB value is (143,16,41). Sum of RGB (Red+Green+Blue) = 143+16+41=200 (26% of max value = 765). Red value is 143 (56.25% from 255 or 71.5% from 200); Green value is 16 (6.64% from 255 or 8% from 200); Blue value is 41 (16.41% from 255 or 20.5% from 200); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F1029 is #70EFD6. Grayscale: #383838. Windows color (decimal): -7401431 or 2691215. OLE color: 2691215.
HSL color Cylindrical-coordinate representation of color #8F1029: hue angle of 348.19º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8F1029 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 16 | 41 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.44 |
| HSL | 348.19º | 0.8% | 0.31% | - |
| HSV(B) | 348.19º | 0.89% | 0.56% | - |
| XYZ | 11.91 | 6.37 | 2.7 | - |
| YUV | 56.82 | 119.08 | 189.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 16 | 41 | 0 | 0.89 | 0.71 | 0.44 | 348.19 | 0.8 | 0.31 |
| Hex | 8F | 10 | 29 | 0 | 59 | 47 | 2C | 15C | 50 | 1F |
| Octal | 217 | 20 | 51 | 0 | 131 | 107 | 54 | 534 | 120 | 37 |
| Binary | 10001111 | 10000 | 101001 | 0 | 1011001 | 1000111 | 101100 | 101011100 | 1010000 | 11111 |
Color Harmonies of #8F1029
Complementary color
Monochromatic Colors of #8F1029
Black with #8F1029
Text Example
Text Example
White with #8F1029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1029; }
p { color: rgb(143,16,41); }
H1.HeaderClassName
{
color: #8F1029;
}
.AnyTagClassName
{
color: #8F1029;
}
</style>
background-color css
<style>
a { background-color: #8F1029; }
a { background-color: rgb(143,16,41); }
div.DivClassName
{
background-color: #8F1029;
}
.BgClassName
{
background-color: #8F1029;
}
</style>
border-color css
<style>
span { border-color: #8F1029; }
span { border-color: rgb(143,16,41); }
td.TdClassName
{
border-color: #8F1029;
}
.TagClassName
{
border-color: #8F1029;
}
</style>