Shades of Burgundy #8B053C
Tints of Burgundy #8B053C
RGB
CMYK
RGB Variations
Color information
#8B053C (or 0x8B053C) is known color: Burgundy. HEX triplet: 8B, 05 and 3C. RGB value is (139,5,60). Sum of RGB (Red+Green+Blue) = 139+5+60=204 (27% of max value = 765). Red value is 139 (54.69% from 255 or 68.14% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 60 (23.83% from 255 or 29.41% from 204); Max value from RGB is 139 - color contains mainly: red. Hex color #8B053C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B053C is #74FAC3. Grayscale: #333333. Windows color (decimal): -7666372 or 3933579. OLE color: 3933579.
HSL color Cylindrical-coordinate representation of color #8B053C: hue angle of 335.37º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B053C is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 60 | - |
| CMYK | 0 | 0.96 | 0.57 | 0.45 |
| HSL | 335.37º | 0.93% | 0.28% | - |
| HSV(B) | 335.37º | 0.96% | 0.55% | - |
| XYZ | 11.52 | 5.92 | 4.81 | - |
| YUV | 51.34 | 132.89 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 60 | 0 | 0.96 | 0.57 | 0.45 | 335.37 | 0.93 | 0.28 |
| Hex | 8B | 5 | 3C | 0 | 60 | 39 | 2D | 14F | 5D | 1C |
| Octal | 213 | 5 | 74 | 0 | 140 | 71 | 55 | 517 | 135 | 34 |
| Binary | 10001011 | 101 | 111100 | 0 | 1100000 | 111001 | 101101 | 101001111 | 1011101 | 11100 |
Color Harmonies of #8B053C
Complementary color
Monochromatic Colors of #8B053C
Black with #8B053C
Text Example
Text Example
White with #8B053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B053C; }
p { color: rgb(139,5,60); }
H1.HeaderClassName
{
color: #8B053C;
}
.AnyTagClassName
{
color: #8B053C;
}
</style>
background-color css
<style>
a { background-color: #8B053C; }
a { background-color: rgb(139,5,60); }
div.DivClassName
{
background-color: #8B053C;
}
.BgClassName
{
background-color: #8B053C;
}
</style>
border-color css
<style>
span { border-color: #8B053C; }
span { border-color: rgb(139,5,60); }
td.TdClassName
{
border-color: #8B053C;
}
.TagClassName
{
border-color: #8B053C;
}
</style>