Shades of Burgundy #8B052E
Tints of Burgundy #8B052E
RGB
CMYK
RGB Variations
Color information
#8B052E (or 0x8B052E) is known color: Burgundy. HEX triplet: 8B, 05 and 2E. RGB value is (139,5,46). Sum of RGB (Red+Green+Blue) = 139+5+46=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 46 (18.36% from 255 or 24.21% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B052E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B052E is #74FAD1. Grayscale: #313131. Windows color (decimal): -7666386 or 3016075. OLE color: 3016075.
HSL color Cylindrical-coordinate representation of color #8B052E: hue angle of 341.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B052E is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 46 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.45 |
| HSL | 341.64º | 0.93% | 0.28% | - |
| HSV(B) | 341.64º | 0.96% | 0.55% | - |
| XYZ | 11.19 | 5.79 | 3.11 | - |
| YUV | 49.74 | 125.89 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 46 | 0 | 0.96 | 0.67 | 0.45 | 341.64 | 0.93 | 0.28 |
| Hex | 8B | 5 | 2E | 0 | 60 | 43 | 2D | 156 | 5D | 1C |
| Octal | 213 | 5 | 56 | 0 | 140 | 103 | 55 | 526 | 135 | 34 |
| Binary | 10001011 | 101 | 101110 | 0 | 1100000 | 1000011 | 101101 | 101010110 | 1011101 | 11100 |
Color Harmonies of #8B052E
Complementary color
Monochromatic Colors of #8B052E
Black with #8B052E
Text Example
Text Example
White with #8B052E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B052E; }
p { color: rgb(139,5,46); }
H1.HeaderClassName
{
color: #8B052E;
}
.AnyTagClassName
{
color: #8B052E;
}
</style>
background-color css
<style>
a { background-color: #8B052E; }
a { background-color: rgb(139,5,46); }
div.DivClassName
{
background-color: #8B052E;
}
.BgClassName
{
background-color: #8B052E;
}
</style>
border-color css
<style>
span { border-color: #8B052E; }
span { border-color: rgb(139,5,46); }
td.TdClassName
{
border-color: #8B052E;
}
.TagClassName
{
border-color: #8B052E;
}
</style>