Shades of Burgundy #8A072B
Tints of Burgundy #8A072B
RGB
CMYK
RGB Variations
Color information
#8A072B (or 0x8A072B) is known color: Burgundy. HEX triplet: 8A, 07 and 2B. RGB value is (138,7,43). Sum of RGB (Red+Green+Blue) = 138+7+43=188 (24% of max value = 765). Red value is 138 (54.30% from 255 or 73.40% from 188); Green value is 7 (3.12% from 255 or 3.72% from 188); Blue value is 43 (17.19% from 255 or 22.87% from 188); Max value from RGB is 138 - color contains mainly: red. Hex color #8A072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A072B is #75F8D4. Grayscale: #323232. Windows color (decimal): -7731413 or 2819978. OLE color: 2819978.
HSL color Cylindrical-coordinate representation of color #8A072B: hue angle of 343.51º 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 #8A072B is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 43 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.46 |
| HSL | 343.51º | 0.9% | 0.28% | - |
| HSV(B) | 343.51º | 0.95% | 0.54% | - |
| XYZ | 10.99 | 5.73 | 2.81 | - |
| YUV | 50.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 43 | 0 | 0.95 | 0.69 | 0.46 | 343.51 | 0.9 | 0.28 |
| Hex | 8A | 7 | 2B | 0 | 5F | 45 | 2E | 158 | 5A | 1C |
| Octal | 212 | 7 | 53 | 0 | 137 | 105 | 56 | 530 | 132 | 34 |
| Binary | 10001010 | 111 | 101011 | 0 | 1011111 | 1000101 | 101110 | 101011000 | 1011010 | 11100 |
Color Harmonies of #8A072B
Complementary color
Monochromatic Colors of #8A072B
Black with #8A072B
Text Example
Text Example
White with #8A072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A072B; }
p { color: rgb(138,7,43); }
H1.HeaderClassName
{
color: #8A072B;
}
.AnyTagClassName
{
color: #8A072B;
}
</style>
background-color css
<style>
a { background-color: #8A072B; }
a { background-color: rgb(138,7,43); }
div.DivClassName
{
background-color: #8A072B;
}
.BgClassName
{
background-color: #8A072B;
}
</style>
border-color css
<style>
span { border-color: #8A072B; }
span { border-color: rgb(138,7,43); }
td.TdClassName
{
border-color: #8A072B;
}
.TagClassName
{
border-color: #8A072B;
}
</style>