Shades of Burgundy #8B0535
Tints of Burgundy #8B0535
RGB
CMYK
RGB Variations
Color information
#8B0535 (or 0x8B0535) is known color: Burgundy. HEX triplet: 8B, 05 and 35. RGB value is (139,5,53). Sum of RGB (Red+Green+Blue) = 139+5+53=197 (26% of max value = 765). Red value is 139 (54.69% from 255 or 70.56% from 197); Green value is 5 (2.34% from 255 or 2.54% from 197); Blue value is 53 (21.09% from 255 or 26.90% from 197); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0535 is #74FACA. Grayscale: #323232. Windows color (decimal): -7666379 or 3474827. OLE color: 3474827.
HSL color Cylindrical-coordinate representation of color #8B0535: hue angle of 338.51º 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 #8B0535 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 5 | 53 | - |
| CMYK | 0 | 0.96 | 0.62 | 0.45 |
| HSL | 338.51º | 0.93% | 0.28% | - |
| HSV(B) | 338.51º | 0.96% | 0.55% | - |
| XYZ | 11.34 | 5.85 | 3.9 | - |
| YUV | 50.54 | 129.39 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 5 | 53 | 0 | 0.96 | 0.62 | 0.45 | 338.51 | 0.93 | 0.28 |
| Hex | 8B | 5 | 35 | 0 | 60 | 3E | 2D | 153 | 5D | 1C |
| Octal | 213 | 5 | 65 | 0 | 140 | 76 | 55 | 523 | 135 | 34 |
| Binary | 10001011 | 101 | 110101 | 0 | 1100000 | 111110 | 101101 | 101010011 | 1011101 | 11100 |
Color Harmonies of #8B0535
Complementary color
Monochromatic Colors of #8B0535
Black with #8B0535
Text Example
Text Example
White with #8B0535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0535; }
p { color: rgb(139,5,53); }
H1.HeaderClassName
{
color: #8B0535;
}
.AnyTagClassName
{
color: #8B0535;
}
</style>
background-color css
<style>
a { background-color: #8B0535; }
a { background-color: rgb(139,5,53); }
div.DivClassName
{
background-color: #8B0535;
}
.BgClassName
{
background-color: #8B0535;
}
</style>
border-color css
<style>
span { border-color: #8B0535; }
span { border-color: rgb(139,5,53); }
td.TdClassName
{
border-color: #8B0535;
}
.TagClassName
{
border-color: #8B0535;
}
</style>