Shades of Burgundy #89072B
Tints of Burgundy #89072B
RGB
CMYK
RGB Variations
Color information
#89072B (or 0x89072B) is known color: Burgundy. HEX triplet: 89, 07 and 2B. RGB value is (137,7,43). Sum of RGB (Red+Green+Blue) = 137+7+43=187 (24% of max value = 765). Red value is 137 (53.91% from 255 or 73.26% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 43 (17.19% from 255 or 22.99% from 187); Max value from RGB is 137 - color contains mainly: red. Hex color #89072B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89072B is #76F8D4. Grayscale: #313131. Windows color (decimal): -7796949 or 2819977. OLE color: 2819977.
HSL color Cylindrical-coordinate representation of color #89072B: hue angle of 343.38º 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 #89072B is Cyan = 0, Magento = 0.95, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 43 | - |
| CMYK | 0 | 0.95 | 0.69 | 0.46 |
| HSL | 343.38º | 0.9% | 0.28% | - |
| HSV(B) | 343.38º | 0.95% | 0.54% | - |
| XYZ | 10.83 | 5.64 | 2.8 | - |
| YUV | 49.97 | 124.07 | 190.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 43 | 0 | 0.95 | 0.69 | 0.46 | 343.38 | 0.9 | 0.28 |
| Hex | 89 | 7 | 2B | 0 | 5F | 45 | 2E | 157 | 5A | 1C |
| Octal | 211 | 7 | 53 | 0 | 137 | 105 | 56 | 527 | 132 | 34 |
| Binary | 10001001 | 111 | 101011 | 0 | 1011111 | 1000101 | 101110 | 101010111 | 1011010 | 11100 |
Color Harmonies of #89072B
Complementary color
Monochromatic Colors of #89072B
Black with #89072B
Text Example
Text Example
White with #89072B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89072B; }
p { color: rgb(137,7,43); }
H1.HeaderClassName
{
color: #89072B;
}
.AnyTagClassName
{
color: #89072B;
}
</style>
background-color css
<style>
a { background-color: #89072B; }
a { background-color: rgb(137,7,43); }
div.DivClassName
{
background-color: #89072B;
}
.BgClassName
{
background-color: #89072B;
}
</style>
border-color css
<style>
span { border-color: #89072B; }
span { border-color: rgb(137,7,43); }
td.TdClassName
{
border-color: #89072B;
}
.TagClassName
{
border-color: #89072B;
}
</style>