Shades of Burgundy #8A072C
Tints of Burgundy #8A072C
RGB
CMYK
RGB Variations
Color information
#8A072C (or 0x8A072C) is known color: Burgundy. HEX triplet: 8A, 07 and 2C. RGB value is (138,7,44). Sum of RGB (Red+Green+Blue) = 138+7+44=189 (25% of max value = 765). Red value is 138 (54.30% from 255 or 73.02% from 189); Green value is 7 (3.12% from 255 or 3.70% from 189); Blue value is 44 (17.58% from 255 or 23.28% from 189); Max value from RGB is 138 - color contains mainly: red. Hex color #8A072C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A072C is #75F8D3. Grayscale: #323232. Windows color (decimal): -7731412 or 2885514. OLE color: 2885514.
HSL color Cylindrical-coordinate representation of color #8A072C: hue angle of 343.05º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8A072C is Cyan = 0, Magento = 0.95, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 44 | - |
| CMYK | 0 | 0.95 | 0.68 | 0.46 |
| HSL | 343.05º | 0.9% | 0.28% | - |
| HSV(B) | 343.05º | 0.95% | 0.54% | - |
| XYZ | 11.01 | 5.74 | 2.91 | - |
| YUV | 50.39 | 124.4 | 190.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 44 | 0 | 0.95 | 0.68 | 0.46 | 343.05 | 0.9 | 0.28 |
| Hex | 8A | 7 | 2C | 0 | 5F | 44 | 2E | 157 | 5A | 1C |
| Octal | 212 | 7 | 54 | 0 | 137 | 104 | 56 | 527 | 132 | 34 |
| Binary | 10001010 | 111 | 101100 | 0 | 1011111 | 1000100 | 101110 | 101010111 | 1011010 | 11100 |
Color Harmonies of #8A072C
Complementary color
Monochromatic Colors of #8A072C
Black with #8A072C
Text Example
Text Example
White with #8A072C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A072C; }
p { color: rgb(138,7,44); }
H1.HeaderClassName
{
color: #8A072C;
}
.AnyTagClassName
{
color: #8A072C;
}
</style>
background-color css
<style>
a { background-color: #8A072C; }
a { background-color: rgb(138,7,44); }
div.DivClassName
{
background-color: #8A072C;
}
.BgClassName
{
background-color: #8A072C;
}
</style>
border-color css
<style>
span { border-color: #8A072C; }
span { border-color: rgb(138,7,44); }
td.TdClassName
{
border-color: #8A072C;
}
.TagClassName
{
border-color: #8A072C;
}
</style>