Shades of Burgundy #8B0F28
Tints of Burgundy #8B0F28
RGB
CMYK
RGB Variations
Color information
#8B0F28 (or 0x8B0F28) is known color: Burgundy. HEX triplet: 8B, 0F and 28. RGB value is (139,15,40). Sum of RGB (Red+Green+Blue) = 139+15+40=194 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.65% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 40 (16.02% from 255 or 20.62% from 194); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F28 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F28 is #74F0D7. Grayscale: #363636. Windows color (decimal): -7663832 or 2625419. OLE color: 2625419.
HSL color Cylindrical-coordinate representation of color #8B0F28: hue angle of 347.9º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8B0F28 is Cyan = 0, Magento = 0.89, Yellow = 0.71 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 15 | 40 | - |
| CMYK | 0 | 0.89 | 0.71 | 0.45 |
| HSL | 347.9º | 0.81% | 0.3% | - |
| HSV(B) | 347.9º | 0.89% | 0.55% | - |
| XYZ | 11.2 | 5.98 | 2.57 | - |
| YUV | 54.93 | 119.58 | 187.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 40 | 0 | 0.89 | 0.71 | 0.45 | 347.9 | 0.81 | 0.3 |
| Hex | 8B | F | 28 | 0 | 59 | 47 | 2D | 15C | 51 | 1E |
| Octal | 213 | 17 | 50 | 0 | 131 | 107 | 55 | 534 | 121 | 36 |
| Binary | 10001011 | 1111 | 101000 | 0 | 1011001 | 1000111 | 101101 | 101011100 | 1010001 | 11110 |
Color Harmonies of #8B0F28
Complementary color
Monochromatic Colors of #8B0F28
Black with #8B0F28
Text Example
Text Example
White with #8B0F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0F28; }
p { color: rgb(139,15,40); }
H1.HeaderClassName
{
color: #8B0F28;
}
.AnyTagClassName
{
color: #8B0F28;
}
</style>
background-color css
<style>
a { background-color: #8B0F28; }
a { background-color: rgb(139,15,40); }
div.DivClassName
{
background-color: #8B0F28;
}
.BgClassName
{
background-color: #8B0F28;
}
</style>
border-color css
<style>
span { border-color: #8B0F28; }
span { border-color: rgb(139,15,40); }
td.TdClassName
{
border-color: #8B0F28;
}
.TagClassName
{
border-color: #8B0F28;
}
</style>