Shades of Burgundy #89052F
Tints of Burgundy #89052F
RGB
CMYK
RGB Variations
Color information
#89052F (or 0x89052F) is known color: Burgundy. HEX triplet: 89, 05 and 2F. RGB value is (137,5,47). Sum of RGB (Red+Green+Blue) = 137+5+47=189 (25% of max value = 765). Red value is 137 (53.91% from 255 or 72.49% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 47 (18.75% from 255 or 24.87% from 189); Max value from RGB is 137 - color contains mainly: red. Hex color #89052F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89052F is #76FAD0. Grayscale: #313131. Windows color (decimal): -7797457 or 3081609. OLE color: 3081609.
HSL color Cylindrical-coordinate representation of color #89052F: hue angle of 340.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89052F is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 47 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.46 |
| HSL | 340.91º | 0.93% | 0.28% | - |
| HSV(B) | 340.91º | 0.96% | 0.54% | - |
| XYZ | 10.88 | 5.63 | 3.2 | - |
| YUV | 49.26 | 126.73 | 190.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 47 | 0 | 0.96 | 0.66 | 0.46 | 340.91 | 0.93 | 0.28 |
| Hex | 89 | 5 | 2F | 0 | 60 | 42 | 2E | 155 | 5D | 1C |
| Octal | 211 | 5 | 57 | 0 | 140 | 102 | 56 | 525 | 135 | 34 |
| Binary | 10001001 | 101 | 101111 | 0 | 1100000 | 1000010 | 101110 | 101010101 | 1011101 | 11100 |
Color Harmonies of #89052F
Complementary color
Monochromatic Colors of #89052F
Black with #89052F
Text Example
Text Example
White with #89052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89052F; }
p { color: rgb(137,5,47); }
H1.HeaderClassName
{
color: #89052F;
}
.AnyTagClassName
{
color: #89052F;
}
</style>
background-color css
<style>
a { background-color: #89052F; }
a { background-color: rgb(137,5,47); }
div.DivClassName
{
background-color: #89052F;
}
.BgClassName
{
background-color: #89052F;
}
</style>
border-color css
<style>
span { border-color: #89052F; }
span { border-color: rgb(137,5,47); }
td.TdClassName
{
border-color: #89052F;
}
.TagClassName
{
border-color: #89052F;
}
</style>