Shades of Burgundy #8F082A
Tints of Burgundy #8F082A
RGB
CMYK
RGB Variations
Color information
#8F082A (or 0x8F082A) is known color: Burgundy. HEX triplet: 8F, 08 and 2A. RGB value is (143,8,42). Sum of RGB (Red+Green+Blue) = 143+8+42=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 8 (3.52% from 255 or 4.15% from 193); Blue value is 42 (16.80% from 255 or 21.76% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F082A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F082A is #70F7D5. Grayscale: #343434. Windows color (decimal): -7403478 or 2754703. OLE color: 2754703.
HSL color Cylindrical-coordinate representation of color #8F082A: hue angle of 344.89º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F082A is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 8 | 42 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.44 |
| HSL | 344.89º | 0.89% | 0.3% | - |
| HSV(B) | 344.89º | 0.94% | 0.56% | - |
| XYZ | 11.83 | 6.18 | 2.76 | - |
| YUV | 52.24 | 122.23 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 8 | 42 | 0 | 0.94 | 0.71 | 0.44 | 344.89 | 0.89 | 0.3 |
| Hex | 8F | 8 | 2A | 0 | 5E | 47 | 2C | 159 | 59 | 1E |
| Octal | 217 | 10 | 52 | 0 | 136 | 107 | 54 | 531 | 131 | 36 |
| Binary | 10001111 | 1000 | 101010 | 0 | 1011110 | 1000111 | 101100 | 101011001 | 1011001 | 11110 |
Color Harmonies of #8F082A
Complementary color
Monochromatic Colors of #8F082A
Black with #8F082A
Text Example
Text Example
White with #8F082A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F082A; }
p { color: rgb(143,8,42); }
H1.HeaderClassName
{
color: #8F082A;
}
.AnyTagClassName
{
color: #8F082A;
}
</style>
background-color css
<style>
a { background-color: #8F082A; }
a { background-color: rgb(143,8,42); }
div.DivClassName
{
background-color: #8F082A;
}
.BgClassName
{
background-color: #8F082A;
}
</style>
border-color css
<style>
span { border-color: #8F082A; }
span { border-color: rgb(143,8,42); }
td.TdClassName
{
border-color: #8F082A;
}
.TagClassName
{
border-color: #8F082A;
}
</style>