Shades of Burgundy #8B1222
Tints of Burgundy #8B1222
RGB
CMYK
RGB Variations
Color information
#8B1222 (or 0x8B1222) is known color: Burgundy. HEX triplet: 8B, 12 and 22. RGB value is (139,18,34). Sum of RGB (Red+Green+Blue) = 139+18+34=191 (25% of max value = 765). Red value is 139 (54.69% from 255 or 72.77% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 34 (13.67% from 255 or 17.80% from 191); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1222 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B1222 is #74EDDD. Grayscale: #383838. Windows color (decimal): -7663070 or 2232971. OLE color: 2232971.
HSL color Cylindrical-coordinate representation of color #8B1222: hue angle of 352.07º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8B1222 is Cyan = 0, Magento = 0.87, Yellow = 0.76 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 18 | 34 | - |
| CMYK | 0 | 0.87 | 0.76 | 0.45 |
| HSL | 352.07º | 0.77% | 0.31% | - |
| HSV(B) | 352.07º | 0.87% | 0.55% | - |
| XYZ | 11.15 | 6.04 | 2.09 | - |
| YUV | 56 | 115.59 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 18 | 34 | 0 | 0.87 | 0.76 | 0.45 | 352.07 | 0.77 | 0.31 |
| Hex | 8B | 12 | 22 | 0 | 57 | 4C | 2D | 160 | 4D | 1F |
| Octal | 213 | 22 | 42 | 0 | 127 | 114 | 55 | 540 | 115 | 37 |
| Binary | 10001011 | 10010 | 100010 | 0 | 1010111 | 1001100 | 101101 | 101100000 | 1001101 | 11111 |
Color Harmonies of #8B1222
Complementary color
Monochromatic Colors of #8B1222
Black with #8B1222
Text Example
Text Example
White with #8B1222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B1222; }
p { color: rgb(139,18,34); }
H1.HeaderClassName
{
color: #8B1222;
}
.AnyTagClassName
{
color: #8B1222;
}
</style>
background-color css
<style>
a { background-color: #8B1222; }
a { background-color: rgb(139,18,34); }
div.DivClassName
{
background-color: #8B1222;
}
.BgClassName
{
background-color: #8B1222;
}
</style>
border-color css
<style>
span { border-color: #8B1222; }
span { border-color: rgb(139,18,34); }
td.TdClassName
{
border-color: #8B1222;
}
.TagClassName
{
border-color: #8B1222;
}
</style>