Shades of Burgundy #8B072C
Tints of Burgundy #8B072C
RGB
CMYK
RGB Variations
Color information
#8B072C (or 0x8B072C) is known color: Burgundy. HEX triplet: 8B, 07 and 2C. RGB value is (139,7,44). Sum of RGB (Red+Green+Blue) = 139+7+44=190 (25% of max value = 765). Red value is 139 (54.69% from 255 or 73.16% from 190); Green value is 7 (3.12% from 255 or 3.68% from 190); Blue value is 44 (17.58% from 255 or 23.16% from 190); Max value from RGB is 139 - color contains mainly: red. Hex color #8B072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B072C is #74F8D3. Grayscale: #323232. Windows color (decimal): -7665876 or 2885515. OLE color: 2885515.
HSL color Cylindrical-coordinate representation of color #8B072C: hue angle of 343.18º degrees, saturation: 0.9, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8B072C is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.45 |
| HSL | 343.18º | 0.9% | 0.29% | - |
| HSV(B) | 343.18º | 0.95% | 0.55% | - |
| XYZ | 11.18 | 5.82 | 2.92 | - |
| YUV | 50.69 | 124.23 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 7 | 44 | 0 | 0.95 | 0.68 | 0.45 | 343.18 | 0.9 | 0.29 |
| Hex | 8B | 7 | 2C | 0 | 5F | 44 | 2D | 157 | 5A | 1D |
| Octal | 213 | 7 | 54 | 0 | 137 | 104 | 55 | 527 | 132 | 35 |
| Binary | 10001011 | 111 | 101100 | 0 | 1011111 | 1000100 | 101101 | 101010111 | 1011010 | 11101 |
Color Harmonies of #8B072C
Complementary color
Monochromatic Colors of #8B072C
Black with #8B072C
Text Example
Text Example
White with #8B072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B072C; }
p { color: rgb(139,7,44); }
H1.HeaderClassName
{
color: #8B072C;
}
.AnyTagClassName
{
color: #8B072C;
}
</style>
background-color css
<style>
a { background-color: #8B072C; }
a { background-color: rgb(139,7,44); }
div.DivClassName
{
background-color: #8B072C;
}
.BgClassName
{
background-color: #8B072C;
}
</style>
border-color css
<style>
span { border-color: #8B072C; }
span { border-color: rgb(139,7,44); }
td.TdClassName
{
border-color: #8B072C;
}
.TagClassName
{
border-color: #8B072C;
}
</style>