Shades of Burgundy #8C0221
Tints of Burgundy #8C0221
RGB
CMYK
RGB Variations
Color information
#8C0221 (or 0x8C0221) is known color: Burgundy. HEX triplet: 8C, 02 and 21. RGB value is (140,2,33). Sum of RGB (Red+Green+Blue) = 140+2+33=175 (23% of max value = 765). Red value is 140 (55.08% from 255 or 80% from 175); Green value is 2 (1.17% from 255 or 1.14% from 175); Blue value is 33 (13.28% from 255 or 18.86% from 175); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C0221 is #73FDDE. Grayscale: #2E2E2E. Windows color (decimal): -7601631 or 2163340. OLE color: 2163340.
HSL color Cylindrical-coordinate representation of color #8C0221: hue angle of 346.52º 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 #8C0221 is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 2 | 33 | - |
| CMYK | 0 | 0.99 | 0.76 | 0.45 |
| HSL | 346.52º | 0.97% | 0.28% | - |
| HSV(B) | 346.52º | 0.99% | 0.55% | - |
| XYZ | 11.11 | 5.73 | 1.96 | - |
| YUV | 46.8 | 120.22 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 2 | 33 | 0 | 0.99 | 0.76 | 0.45 | 346.52 | 0.97 | 0.28 |
| Hex | 8C | 2 | 21 | 0 | 63 | 4C | 2D | 15B | 61 | 1C |
| Octal | 214 | 2 | 41 | 0 | 143 | 114 | 55 | 533 | 141 | 34 |
| Binary | 10001100 | 10 | 100001 | 0 | 1100011 | 1001100 | 101101 | 101011011 | 1100001 | 11100 |
Color Harmonies of #8C0221
Complementary color
Monochromatic Colors of #8C0221
Black with #8C0221
Text Example
Text Example
White with #8C0221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C0221; }
p { color: rgb(140,2,33); }
H1.HeaderClassName
{
color: #8C0221;
}
.AnyTagClassName
{
color: #8C0221;
}
</style>
background-color css
<style>
a { background-color: #8C0221; }
a { background-color: rgb(140,2,33); }
div.DivClassName
{
background-color: #8C0221;
}
.BgClassName
{
background-color: #8C0221;
}
</style>
border-color css
<style>
span { border-color: #8C0221; }
span { border-color: rgb(140,2,33); }
td.TdClassName
{
border-color: #8C0221;
}
.TagClassName
{
border-color: #8C0221;
}
</style>