Shades of Burgundy #8F0230
Tints of Burgundy #8F0230
RGB
CMYK
RGB Variations
Color information
#8F0230 (or 0x8F0230) is known color: Burgundy. HEX triplet: 8F, 02 and 30. RGB value is (143,2,48). Sum of RGB (Red+Green+Blue) = 143+2+48=193 (25% of max value = 765). Red value is 143 (56.25% from 255 or 74.09% from 193); Green value is 2 (1.17% from 255 or 1.04% from 193); Blue value is 48 (19.14% from 255 or 24.87% from 193); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0230 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0230 is #70FDCF. Grayscale: #313131. Windows color (decimal): -7405008 or 3146383. OLE color: 3146383.
HSL color Cylindrical-coordinate representation of color #8F0230: hue angle of 340.43º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F0230 is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 143 | 2 | 48 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.44 |
| HSL | 340.43º | 0.97% | 0.28% | - |
| HSV(B) | 340.43º | 0.99% | 0.56% | - |
| XYZ | 11.88 | 6.1 | 3.35 | - |
| YUV | 49.4 | 127.21 | 194.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 2 | 48 | 0 | 0.99 | 0.66 | 0.44 | 340.43 | 0.97 | 0.28 |
| Hex | 8F | 2 | 30 | 0 | 63 | 42 | 2C | 154 | 61 | 1C |
| Octal | 217 | 2 | 60 | 0 | 143 | 102 | 54 | 524 | 141 | 34 |
| Binary | 10001111 | 10 | 110000 | 0 | 1100011 | 1000010 | 101100 | 101010100 | 1100001 | 11100 |
Color Harmonies of #8F0230
Complementary color
Monochromatic Colors of #8F0230
Black with #8F0230
Text Example
Text Example
White with #8F0230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0230; }
p { color: rgb(143,2,48); }
H1.HeaderClassName
{
color: #8F0230;
}
.AnyTagClassName
{
color: #8F0230;
}
</style>
background-color css
<style>
a { background-color: #8F0230; }
a { background-color: rgb(143,2,48); }
div.DivClassName
{
background-color: #8F0230;
}
.BgClassName
{
background-color: #8F0230;
}
</style>
border-color css
<style>
span { border-color: #8F0230; }
span { border-color: rgb(143,2,48); }
td.TdClassName
{
border-color: #8F0230;
}
.TagClassName
{
border-color: #8F0230;
}
</style>