Shades of Burgundy #8B0220
Tints of Burgundy #8B0220
RGB
CMYK
RGB Variations
Color information
#8B0220 (or 0x8B0220) is known color: Burgundy. HEX triplet: 8B, 02 and 20. RGB value is (139,2,32). Sum of RGB (Red+Green+Blue) = 139+2+32=173 (22% of max value = 765). Red value is 139 (54.69% from 255 or 80.35% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 32 (12.89% from 255 or 18.50% from 173); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0220 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0220 is #74FDDF. Grayscale: #2E2E2E. Windows color (decimal): -7667168 or 2097803. OLE color: 2097803.
HSL color Cylindrical-coordinate representation of color #8B0220: hue angle of 346.86º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0220 is Cyan = 0, Magento = 0.99, Yellow = 0.77 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 2 | 32 | - |
| CMYK | 0 | 0.99 | 0.77 | 0.45 |
| HSL | 346.86º | 0.97% | 0.28% | - |
| HSV(B) | 346.86º | 0.99% | 0.55% | - |
| XYZ | 10.93 | 5.64 | 1.88 | - |
| YUV | 46.38 | 119.89 | 194.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 2 | 32 | 0 | 0.99 | 0.77 | 0.45 | 346.86 | 0.97 | 0.28 |
| Hex | 8B | 2 | 20 | 0 | 63 | 4D | 2D | 15B | 61 | 1C |
| Octal | 213 | 2 | 40 | 0 | 143 | 115 | 55 | 533 | 141 | 34 |
| Binary | 10001011 | 10 | 100000 | 0 | 1100011 | 1001101 | 101101 | 101011011 | 1100001 | 11100 |
Color Harmonies of #8B0220
Complementary color
Monochromatic Colors of #8B0220
Black with #8B0220
Text Example
Text Example
White with #8B0220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B0220; }
p { color: rgb(139,2,32); }
H1.HeaderClassName
{
color: #8B0220;
}
.AnyTagClassName
{
color: #8B0220;
}
</style>
background-color css
<style>
a { background-color: #8B0220; }
a { background-color: rgb(139,2,32); }
div.DivClassName
{
background-color: #8B0220;
}
.BgClassName
{
background-color: #8B0220;
}
</style>
border-color css
<style>
span { border-color: #8B0220; }
span { border-color: rgb(139,2,32); }
td.TdClassName
{
border-color: #8B0220;
}
.TagClassName
{
border-color: #8B0220;
}
</style>