Shades of Burgundy #8F0629
Tints of Burgundy #8F0629
RGB
CMYK
RGB Variations
Color information
#8F0629 (or 0x8F0629) is known color: Burgundy. HEX triplet: 8F, 06 and 29. RGB value is (143,6,41). Sum of RGB (Red+Green+Blue) = 143+6+41=190 (25% of max value = 765). Red value is 143 (56.25% from 255 or 75.26% from 190); Green value is 6 (2.73% from 255 or 3.16% from 190); Blue value is 41 (16.41% from 255 or 21.58% from 190); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0629 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0629 is #70F9D6. Grayscale: #323232. Windows color (decimal): -7403991 or 2688655. OLE color: 2688655.
HSL color Cylindrical-coordinate representation of color #8F0629: hue angle of 344.67º 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 #8F0629 is Cyan = 0, Magento = 0.96, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 6 | 41 | - |
| CMYK | 0 | 0.96 | 0.71 | 0.44 |
| HSL | 344.67º | 0.92% | 0.29% | - |
| HSV(B) | 344.67º | 0.96% | 0.56% | - |
| XYZ | 11.79 | 6.13 | 2.66 | - |
| YUV | 50.95 | 122.39 | 193.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 6 | 41 | 0 | 0.96 | 0.71 | 0.44 | 344.67 | 0.92 | 0.29 |
| Hex | 8F | 6 | 29 | 0 | 60 | 47 | 2C | 159 | 5C | 1D |
| Octal | 217 | 6 | 51 | 0 | 140 | 107 | 54 | 531 | 134 | 35 |
| Binary | 10001111 | 110 | 101001 | 0 | 1100000 | 1000111 | 101100 | 101011001 | 1011100 | 11101 |
Color Harmonies of #8F0629
Complementary color
Monochromatic Colors of #8F0629
Black with #8F0629
Text Example
Text Example
White with #8F0629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0629; }
p { color: rgb(143,6,41); }
H1.HeaderClassName
{
color: #8F0629;
}
.AnyTagClassName
{
color: #8F0629;
}
</style>
background-color css
<style>
a { background-color: #8F0629; }
a { background-color: rgb(143,6,41); }
div.DivClassName
{
background-color: #8F0629;
}
.BgClassName
{
background-color: #8F0629;
}
</style>
border-color css
<style>
span { border-color: #8F0629; }
span { border-color: rgb(143,6,41); }
td.TdClassName
{
border-color: #8F0629;
}
.TagClassName
{
border-color: #8F0629;
}
</style>