Shades of Burgundy #8B0F27
Tints of Burgundy #8B0F27
RGB
CMYK
RGB Variations
Color information
#8B0F27 (or 0x8B0F27) is known color: Burgundy. HEX triplet: 8B, 0F and 27. RGB value is (139,15,39). Sum of RGB (Red+Green+Blue) = 139+15+39=193 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.02% from 193); Green value is 15 (6.25% from 255 or 7.77% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F27 is #74F0D8. Grayscale: #363636. Windows color (decimal): -7663833 or 2559883. OLE color: 2559883.
HSL color Cylindrical-coordinate representation of color #8B0F27: hue angle of 348.39º 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 #8B0F27 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 15 | 39 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.45 |
| HSL | 348.39º | 0.81% | 0.3% | - |
| HSV(B) | 348.39º | 0.89% | 0.55% | - |
| XYZ | 11.18 | 5.98 | 2.48 | - |
| YUV | 54.81 | 119.08 | 188.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 39 | 0 | 0.89 | 0.72 | 0.45 | 348.39 | 0.81 | 0.3 |
| Hex | 8B | F | 27 | 0 | 59 | 48 | 2D | 15C | 51 | 1E |
| Octal | 213 | 17 | 47 | 0 | 131 | 110 | 55 | 534 | 121 | 36 |
| Binary | 10001011 | 1111 | 100111 | 0 | 1011001 | 1001000 | 101101 | 101011100 | 1010001 | 11110 |
Color Harmonies of #8B0F27
Complementary color
Monochromatic Colors of #8B0F27
Black with #8B0F27
Text Example
Text Example
White with #8B0F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0F27; }
p { color: rgb(139,15,39); }
H1.HeaderClassName
{
color: #8B0F27;
}
.AnyTagClassName
{
color: #8B0F27;
}
</style>
background-color css
<style>
a { background-color: #8B0F27; }
a { background-color: rgb(139,15,39); }
div.DivClassName
{
background-color: #8B0F27;
}
.BgClassName
{
background-color: #8B0F27;
}
</style>
border-color css
<style>
span { border-color: #8B0F27; }
span { border-color: rgb(139,15,39); }
td.TdClassName
{
border-color: #8B0F27;
}
.TagClassName
{
border-color: #8B0F27;
}
</style>