Shades of Burgundy #8B0D2C
Tints of Burgundy #8B0D2C
RGB
CMYK
RGB Variations
Color information
#8B0D2C (or 0x8B0D2C) is known color: Burgundy. HEX triplet: 8B, 0D and 2C. RGB value is (139,13,44). Sum of RGB (Red+Green+Blue) = 139+13+44=196 (25% of max value = 765). Red value is 139 (54.69% from 255 or 70.92% from 196); Green value is 13 (5.47% from 255 or 6.63% from 196); Blue value is 44 (17.58% from 255 or 22.45% from 196); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0D2C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0D2C is #74F2D3. Grayscale: #363636. Windows color (decimal): -7664340 or 2887051. OLE color: 2887051.
HSL color Cylindrical-coordinate representation of color #8B0D2C: hue angle of 345.24º 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 #8B0D2C is Cyan = 0, Magento = 0.91, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 13 | 44 | - |
| CMYK | 0 | 0.91 | 0.68 | 0.45 |
| HSL | 345.24º | 0.83% | 0.3% | - |
| HSV(B) | 345.24º | 0.91% | 0.55% | - |
| XYZ | 11.25 | 5.96 | 2.94 | - |
| YUV | 54.21 | 122.24 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 13 | 44 | 0 | 0.91 | 0.68 | 0.45 | 345.24 | 0.83 | 0.3 |
| Hex | 8B | D | 2C | 0 | 5B | 44 | 2D | 159 | 53 | 1E |
| Octal | 213 | 15 | 54 | 0 | 133 | 104 | 55 | 531 | 123 | 36 |
| Binary | 10001011 | 1101 | 101100 | 0 | 1011011 | 1000100 | 101101 | 101011001 | 1010011 | 11110 |
Color Harmonies of #8B0D2C
Complementary color
Monochromatic Colors of #8B0D2C
Black with #8B0D2C
Text Example
Text Example
White with #8B0D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0D2C; }
p { color: rgb(139,13,44); }
H1.HeaderClassName
{
color: #8B0D2C;
}
.AnyTagClassName
{
color: #8B0D2C;
}
</style>
background-color css
<style>
a { background-color: #8B0D2C; }
a { background-color: rgb(139,13,44); }
div.DivClassName
{
background-color: #8B0D2C;
}
.BgClassName
{
background-color: #8B0D2C;
}
</style>
border-color css
<style>
span { border-color: #8B0D2C; }
span { border-color: rgb(139,13,44); }
td.TdClassName
{
border-color: #8B0D2C;
}
.TagClassName
{
border-color: #8B0D2C;
}
</style>