Shades of Burgundy #8B0D2B
Tints of Burgundy #8B0D2B
RGB
CMYK
RGB Variations
Color information
#8B0D2B (or 0x8B0D2B) is known color: Burgundy. HEX triplet: 8B, 0D and 2B. RGB value is (139,13,43). Sum of RGB (Red+Green+Blue) = 139+13+43=195 (25% of max value = 765). Red value is 139 (54.69% from 255 or 71.28% from 195); Green value is 13 (5.47% from 255 or 6.67% from 195); Blue value is 43 (17.19% from 255 or 22.05% from 195); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D2B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D2B is #74F2D4. Grayscale: #363636. Windows color (decimal): -7664341 or 2821515. OLE color: 2821515.
HSL color Cylindrical-coordinate representation of color #8B0D2B: hue angle of 345.71º degrees, saturation: 0.83, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8B0D2B is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 13 | 43 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.45 |
| HSL | 345.71º | 0.83% | 0.3% | - |
| HSV(B) | 345.71º | 0.91% | 0.55% | - |
| XYZ | 11.23 | 5.95 | 2.84 | - |
| YUV | 54.09 | 121.74 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 43 | 0 | 0.91 | 0.69 | 0.45 | 345.71 | 0.83 | 0.3 |
| Hex | 8B | D | 2B | 0 | 5B | 45 | 2D | 15A | 53 | 1E |
| Octal | 213 | 15 | 53 | 0 | 133 | 105 | 55 | 532 | 123 | 36 |
| Binary | 10001011 | 1101 | 101011 | 0 | 1011011 | 1000101 | 101101 | 101011010 | 1010011 | 11110 |
Color Harmonies of #8B0D2B
Complementary color
Monochromatic Colors of #8B0D2B
Black with #8B0D2B
Text Example
Text Example
White with #8B0D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0D2B; }
p { color: rgb(139,13,43); }
H1.HeaderClassName
{
color: #8B0D2B;
}
.AnyTagClassName
{
color: #8B0D2B;
}
</style>
background-color css
<style>
a { background-color: #8B0D2B; }
a { background-color: rgb(139,13,43); }
div.DivClassName
{
background-color: #8B0D2B;
}
.BgClassName
{
background-color: #8B0D2B;
}
</style>
border-color css
<style>
span { border-color: #8B0D2B; }
span { border-color: rgb(139,13,43); }
td.TdClassName
{
border-color: #8B0D2B;
}
.TagClassName
{
border-color: #8B0D2B;
}
</style>