Shades of Burgundy #89072F
Tints of Burgundy #89072F
RGB
CMYK
RGB Variations
Color information
#89072F (or 0x89072F) is known color: Burgundy. HEX triplet: 89, 07 and 2F. RGB value is (137,7,47). Sum of RGB (Red+Green+Blue) = 137+7+47=191 (25% of max value = 765). Red value is 137 (53.91% from 255 or 71.73% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 137 - color contains mainly: red. Hex color #89072F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89072F is #76F8D0. Grayscale: #323232. Windows color (decimal): -7796945 or 3082121. OLE color: 3082121.
HSL color Cylindrical-coordinate representation of color #89072F: hue angle of 341.54º 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 #89072F is Cyan = 0, Magento = 0.95, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 47 | - |
| CMYK | 0 | 0.95 | 0.66 | 0.46 |
| HSL | 341.54º | 0.9% | 0.28% | - |
| HSV(B) | 341.54º | 0.95% | 0.54% | - |
| XYZ | 10.91 | 5.68 | 3.21 | - |
| YUV | 50.43 | 126.07 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 47 | 0 | 0.95 | 0.66 | 0.46 | 341.54 | 0.9 | 0.28 |
| Hex | 89 | 7 | 2F | 0 | 5F | 42 | 2E | 156 | 5A | 1C |
| Octal | 211 | 7 | 57 | 0 | 137 | 102 | 56 | 526 | 132 | 34 |
| Binary | 10001001 | 111 | 101111 | 0 | 1011111 | 1000010 | 101110 | 101010110 | 1011010 | 11100 |
Color Harmonies of #89072F
Complementary color
Monochromatic Colors of #89072F
Black with #89072F
Text Example
Text Example
White with #89072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89072F; }
p { color: rgb(137,7,47); }
H1.HeaderClassName
{
color: #89072F;
}
.AnyTagClassName
{
color: #89072F;
}
</style>
background-color css
<style>
a { background-color: #89072F; }
a { background-color: rgb(137,7,47); }
div.DivClassName
{
background-color: #89072F;
}
.BgClassName
{
background-color: #89072F;
}
</style>
border-color css
<style>
span { border-color: #89072F; }
span { border-color: rgb(137,7,47); }
td.TdClassName
{
border-color: #89072F;
}
.TagClassName
{
border-color: #89072F;
}
</style>