Shades of Burgundy #8B112F
Tints of Burgundy #8B112F
RGB
CMYK
RGB Variations
Color information
#8B112F (or 0x8B112F) is known color: Burgundy. HEX triplet: 8B, 11 and 2F. RGB value is (139,17,47). Sum of RGB (Red+Green+Blue) = 139+17+47=203 (26% of max value = 765). Red value is 139 (54.69% from 255 or 68.47% from 203); Green value is 17 (7.03% from 255 or 8.37% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 139 - color contains mainly: red. Hex color #8B112F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B112F is #74EED0. Grayscale: #383838. Windows color (decimal): -7663313 or 3084683. OLE color: 3084683.
HSL color Cylindrical-coordinate representation of color #8B112F: hue angle of 345.25º 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 #8B112F is Cyan = 0, Magento = 0.88, Yellow = 0.66 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 17 | 47 | - |
| CMYK | 0 | 0.88 | 0.66 | 0.45 |
| HSL | 345.25º | 0.78% | 0.31% | - |
| HSV(B) | 345.25º | 0.88% | 0.55% | - |
| XYZ | 11.36 | 6.1 | 3.27 | - |
| YUV | 56.9 | 122.42 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 17 | 47 | 0 | 0.88 | 0.66 | 0.45 | 345.25 | 0.78 | 0.31 |
| Hex | 8B | 11 | 2F | 0 | 58 | 42 | 2D | 159 | 4E | 1F |
| Octal | 213 | 21 | 57 | 0 | 130 | 102 | 55 | 531 | 116 | 37 |
| Binary | 10001011 | 10001 | 101111 | 0 | 1011000 | 1000010 | 101101 | 101011001 | 1001110 | 11111 |
Color Harmonies of #8B112F
Complementary color
Monochromatic Colors of #8B112F
Black with #8B112F
Text Example
Text Example
White with #8B112F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B112F; }
p { color: rgb(139,17,47); }
H1.HeaderClassName
{
color: #8B112F;
}
.AnyTagClassName
{
color: #8B112F;
}
</style>
background-color css
<style>
a { background-color: #8B112F; }
a { background-color: rgb(139,17,47); }
div.DivClassName
{
background-color: #8B112F;
}
.BgClassName
{
background-color: #8B112F;
}
</style>
border-color css
<style>
span { border-color: #8B112F; }
span { border-color: rgb(139,17,47); }
td.TdClassName
{
border-color: #8B112F;
}
.TagClassName
{
border-color: #8B112F;
}
</style>