Shades of Burgundy #8A072F
Tints of Burgundy #8A072F
RGB
CMYK
RGB Variations
Color information
#8A072F (or 0x8A072F) is known color: Burgundy. HEX triplet: 8A, 07 and 2F. RGB value is (138,7,47). Sum of RGB (Red+Green+Blue) = 138+7+47=192 (25% of max value = 765). Red value is 138 (54.30% from 255 or 71.88% from 192); Green value is 7 (3.12% from 255 or 3.65% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 138 - color contains mainly: red. Hex color #8A072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8A072F is #75F8D0. Grayscale: #323232. Windows color (decimal): -7731409 or 3082122. OLE color: 3082122.
HSL color Cylindrical-coordinate representation of color #8A072F: hue angle of 341.68º 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 #8A072F is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 7 | 47 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.46 |
| HSL | 341.68º | 0.9% | 0.28% | - |
| HSV(B) | 341.68º | 0.95% | 0.54% | - |
| XYZ | 11.07 | 5.76 | 3.22 | - |
| YUV | 50.73 | 125.9 | 190.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 7 | 47 | 0 | 0.95 | 0.66 | 0.46 | 341.68 | 0.9 | 0.28 |
| Hex | 8A | 7 | 2F | 0 | 5F | 42 | 2E | 156 | 5A | 1C |
| Octal | 212 | 7 | 57 | 0 | 137 | 102 | 56 | 526 | 132 | 34 |
| Binary | 10001010 | 111 | 101111 | 0 | 1011111 | 1000010 | 101110 | 101010110 | 1011010 | 11100 |
Color Harmonies of #8A072F
Complementary color
Monochromatic Colors of #8A072F
Black with #8A072F
Text Example
Text Example
White with #8A072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A072F; }
p { color: rgb(138,7,47); }
H1.HeaderClassName
{
color: #8A072F;
}
.AnyTagClassName
{
color: #8A072F;
}
</style>
background-color css
<style>
a { background-color: #8A072F; }
a { background-color: rgb(138,7,47); }
div.DivClassName
{
background-color: #8A072F;
}
.BgClassName
{
background-color: #8A072F;
}
</style>
border-color css
<style>
span { border-color: #8A072F; }
span { border-color: rgb(138,7,47); }
td.TdClassName
{
border-color: #8A072F;
}
.TagClassName
{
border-color: #8A072F;
}
</style>