Shades of Burgundy #8B1123
Tints of Burgundy #8B1123
RGB
CMYK
RGB Variations
Color information
#8B1123 (or 0x8B1123) is known color: Burgundy. HEX triplet: 8B, 11 and 23. RGB value is (139,17,35). Sum of RGB (Red+Green+Blue) = 139+17+35=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 35 (14.06% from 255 or 18.32% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1123 is #74EEDC. Grayscale: #373737. Windows color (decimal): -7663325 or 2298251. OLE color: 2298251.
HSL color Cylindrical-coordinate representation of color #8B1123: hue angle of 351.15º 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 #8B1123 is Cyan = 0, Magento = 0.88, Yellow = 0.75 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 17 | 35 | - |
| CMYK | 0 | 0.88 | 0.75 | 0.45 |
| HSL | 351.15º | 0.78% | 0.31% | - |
| HSV(B) | 351.15º | 0.88% | 0.55% | - |
| XYZ | 11.15 | 6.01 | 2.16 | - |
| YUV | 55.53 | 116.42 | 187.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 35 | 0 | 0.88 | 0.75 | 0.45 | 351.15 | 0.78 | 0.31 |
| Hex | 8B | 11 | 23 | 0 | 58 | 4B | 2D | 15F | 4E | 1F |
| Octal | 213 | 21 | 43 | 0 | 130 | 113 | 55 | 537 | 116 | 37 |
| Binary | 10001011 | 10001 | 100011 | 0 | 1011000 | 1001011 | 101101 | 101011111 | 1001110 | 11111 |
Color Harmonies of #8B1123
Complementary color
Monochromatic Colors of #8B1123
Black with #8B1123
Text Example
Text Example
White with #8B1123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1123; }
p { color: rgb(139,17,35); }
H1.HeaderClassName
{
color: #8B1123;
}
.AnyTagClassName
{
color: #8B1123;
}
</style>
background-color css
<style>
a { background-color: #8B1123; }
a { background-color: rgb(139,17,35); }
div.DivClassName
{
background-color: #8B1123;
}
.BgClassName
{
background-color: #8B1123;
}
</style>
border-color css
<style>
span { border-color: #8B1123; }
span { border-color: rgb(139,17,35); }
td.TdClassName
{
border-color: #8B1123;
}
.TagClassName
{
border-color: #8B1123;
}
</style>