Shades of Burgundy #8B051F
Tints of Burgundy #8B051F
RGB
CMYK
RGB Variations
Color information
#8B051F (or 0x8B051F) is known color: Burgundy. HEX triplet: 8B, 05 and 1F. RGB value is (139,5,31). Sum of RGB (Red+Green+Blue) = 139+5+31=175 (23% of max value = 765). Red value is 139 (54.69% from 255 or 79.43% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 31 (12.5% from 255 or 17.71% from 175); Max value from RGB is 139 - color contains mainly: red. Hex color #8B051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B051F is #74FAE0. Grayscale: #303030. Windows color (decimal): -7666401 or 2033035. OLE color: 2033035.
HSL color Cylindrical-coordinate representation of color #8B051F: hue angle of 348.36º 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 #8B051F is Cyan = 0, Magento = 0.96, Yellow = 0.78 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 31 | - |
| CMYK | 0 | 0.96 | 0.78 | 0.45 |
| HSL | 348.36º | 0.93% | 0.28% | - |
| HSV(B) | 348.36º | 0.96% | 0.55% | - |
| XYZ | 10.95 | 5.7 | 1.82 | - |
| YUV | 48.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 31 | 0 | 0.96 | 0.78 | 0.45 | 348.36 | 0.93 | 0.28 |
| Hex | 8B | 5 | 1F | 0 | 60 | 4E | 2D | 15C | 5D | 1C |
| Octal | 213 | 5 | 37 | 0 | 140 | 116 | 55 | 534 | 135 | 34 |
| Binary | 10001011 | 101 | 11111 | 0 | 1100000 | 1001110 | 101101 | 101011100 | 1011101 | 11100 |
Color Harmonies of #8B051F
Complementary color
Monochromatic Colors of #8B051F
Black with #8B051F
Text Example
Text Example
White with #8B051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B051F; }
p { color: rgb(139,5,31); }
H1.HeaderClassName
{
color: #8B051F;
}
.AnyTagClassName
{
color: #8B051F;
}
</style>
background-color css
<style>
a { background-color: #8B051F; }
a { background-color: rgb(139,5,31); }
div.DivClassName
{
background-color: #8B051F;
}
.BgClassName
{
background-color: #8B051F;
}
</style>
border-color css
<style>
span { border-color: #8B051F; }
span { border-color: rgb(139,5,31); }
td.TdClassName
{
border-color: #8B051F;
}
.TagClassName
{
border-color: #8B051F;
}
</style>