Shades of Burgundy #8F0F30
Tints of Burgundy #8F0F30
RGB
CMYK
RGB Variations
Color information
#8F0F30 (or 0x8F0F30) is known color: Burgundy. HEX triplet: 8F, 0F and 30. RGB value is (143,15,48). Sum of RGB (Red+Green+Blue) = 143+15+48=206 (27% of max value = 765). Red value is 143 (56.25% from 255 or 69.42% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 48 (19.14% from 255 or 23.30% from 206); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0F30 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0F30 is #70F0CF. Grayscale: #393939. Windows color (decimal): -7401680 or 3149711. OLE color: 3149711.
HSL color Cylindrical-coordinate representation of color #8F0F30: hue angle of 344.53º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0F30 is Cyan = 0, Magento = 0.90, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 15 | 48 | - |
| CMYK | 0 | 0.90 | 0.66 | 0.44 |
| HSL | 344.53º | 0.81% | 0.31% | - |
| HSV(B) | 344.53º | 0.9% | 0.56% | - |
| XYZ | 12.03 | 6.39 | 3.4 | - |
| YUV | 57.03 | 122.91 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 15 | 48 | 0 | 0.90 | 0.66 | 0.44 | 344.53 | 0.81 | 0.31 |
| Hex | 8F | F | 30 | 0 | 5A | 42 | 2C | 159 | 51 | 1F |
| Octal | 217 | 17 | 60 | 0 | 132 | 102 | 54 | 531 | 121 | 37 |
| Binary | 10001111 | 1111 | 110000 | 0 | 1011010 | 1000010 | 101100 | 101011001 | 1010001 | 11111 |
Color Harmonies of #8F0F30
Complementary color
Monochromatic Colors of #8F0F30
Black with #8F0F30
Text Example
Text Example
White with #8F0F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0F30; }
p { color: rgb(143,15,48); }
H1.HeaderClassName
{
color: #8F0F30;
}
.AnyTagClassName
{
color: #8F0F30;
}
</style>
background-color css
<style>
a { background-color: #8F0F30; }
a { background-color: rgb(143,15,48); }
div.DivClassName
{
background-color: #8F0F30;
}
.BgClassName
{
background-color: #8F0F30;
}
</style>
border-color css
<style>
span { border-color: #8F0F30; }
span { border-color: rgb(143,15,48); }
td.TdClassName
{
border-color: #8F0F30;
}
.TagClassName
{
border-color: #8F0F30;
}
</style>