Shades of Burgundy #8B1127
Tints of Burgundy #8B1127
RGB
CMYK
RGB Variations
Color information
#8B1127 (or 0x8B1127) is known color: Burgundy. HEX triplet: 8B, 11 and 27. RGB value is (139,17,39). Sum of RGB (Red+Green+Blue) = 139+17+39=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 17 (7.03% from 255 or 8.72% from 195); Blue value is 39 (15.62% from 255 or 20% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1127 is #74EED8. Grayscale: #383838. Windows color (decimal): -7663321 or 2560395. OLE color: 2560395.
HSL color Cylindrical-coordinate representation of color #8B1127: hue angle of 349.18º degrees, saturation: 0.78, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8B1127 is Cyan = 0, Magento = 0.88, Yellow = 0.72 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 17 | 39 | - |
| CMYK | 0 | 0.88 | 0.72 | 0.45 |
| HSL | 349.18º | 0.78% | 0.31% | - |
| HSV(B) | 349.18º | 0.88% | 0.55% | - |
| XYZ | 11.21 | 6.04 | 2.49 | - |
| YUV | 55.99 | 118.42 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 39 | 0 | 0.88 | 0.72 | 0.45 | 349.18 | 0.78 | 0.31 |
| Hex | 8B | 11 | 27 | 0 | 58 | 48 | 2D | 15D | 4E | 1F |
| Octal | 213 | 21 | 47 | 0 | 130 | 110 | 55 | 535 | 116 | 37 |
| Binary | 10001011 | 10001 | 100111 | 0 | 1011000 | 1001000 | 101101 | 101011101 | 1001110 | 11111 |
Color Harmonies of #8B1127
Complementary color
Monochromatic Colors of #8B1127
Black with #8B1127
Text Example
Text Example
White with #8B1127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1127; }
p { color: rgb(139,17,39); }
H1.HeaderClassName
{
color: #8B1127;
}
.AnyTagClassName
{
color: #8B1127;
}
</style>
background-color css
<style>
a { background-color: #8B1127; }
a { background-color: rgb(139,17,39); }
div.DivClassName
{
background-color: #8B1127;
}
.BgClassName
{
background-color: #8B1127;
}
</style>
border-color css
<style>
span { border-color: #8B1127; }
span { border-color: rgb(139,17,39); }
td.TdClassName
{
border-color: #8B1127;
}
.TagClassName
{
border-color: #8B1127;
}
</style>