Shades of Burgundy #8B0F2F
Tints of Burgundy #8B0F2F
RGB
CMYK
RGB Variations
Color information
#8B0F2F (or 0x8B0F2F) is known color: Burgundy. HEX triplet: 8B, 0F and 2F. RGB value is (139,15,47). Sum of RGB (Red+Green+Blue) = 139+15+47=201 (26% of max value = 765). Red value is 139 (54.69% from 255 or 69.15% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 47 (18.75% from 255 or 23.38% from 201); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0F2F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0F2F is #74F0D0. Grayscale: #373737. Windows color (decimal): -7663825 or 3084171. OLE color: 3084171.
HSL color Cylindrical-coordinate representation of color #8B0F2F: hue angle of 344.52º 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 #8B0F2F is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 15 | 47 | - |
| CMYK | 0 | 0.89 | 0.66 | 0.45 |
| HSL | 344.52º | 0.81% | 0.3% | - |
| HSV(B) | 344.52º | 0.89% | 0.55% | - |
| XYZ | 11.33 | 6.04 | 3.26 | - |
| YUV | 55.72 | 123.08 | 187.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 15 | 47 | 0 | 0.89 | 0.66 | 0.45 | 344.52 | 0.81 | 0.3 |
| Hex | 8B | F | 2F | 0 | 59 | 42 | 2D | 159 | 51 | 1E |
| Octal | 213 | 17 | 57 | 0 | 131 | 102 | 55 | 531 | 121 | 36 |
| Binary | 10001011 | 1111 | 101111 | 0 | 1011001 | 1000010 | 101101 | 101011001 | 1010001 | 11110 |
Color Harmonies of #8B0F2F
Complementary color
Monochromatic Colors of #8B0F2F
Black with #8B0F2F
Text Example
Text Example
White with #8B0F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0F2F; }
p { color: rgb(139,15,47); }
H1.HeaderClassName
{
color: #8B0F2F;
}
.AnyTagClassName
{
color: #8B0F2F;
}
</style>
background-color css
<style>
a { background-color: #8B0F2F; }
a { background-color: rgb(139,15,47); }
div.DivClassName
{
background-color: #8B0F2F;
}
.BgClassName
{
background-color: #8B0F2F;
}
</style>
border-color css
<style>
span { border-color: #8B0F2F; }
span { border-color: rgb(139,15,47); }
td.TdClassName
{
border-color: #8B0F2F;
}
.TagClassName
{
border-color: #8B0F2F;
}
</style>