Shades of Burgundy #89052B
Tints of Burgundy #89052B
RGB
CMYK
RGB Variations
Color information
#89052B (or 0x89052B) is known color: Burgundy. HEX triplet: 89, 05 and 2B. RGB value is (137,5,43). Sum of RGB (Red+Green+Blue) = 137+5+43=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 5 (2.34% from 255 or 2.70% from 185); Blue value is 43 (17.19% from 255 or 23.24% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89052B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89052B is #76FAD4. Grayscale: #303030. Windows color (decimal): -7797461 or 2819465. OLE color: 2819465.
HSL color Cylindrical-coordinate representation of color #89052B: hue angle of 342.73º 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 #89052B is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 43 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.46 |
| HSL | 342.73º | 0.93% | 0.28% | - |
| HSV(B) | 342.73º | 0.96% | 0.54% | - |
| XYZ | 10.81 | 5.6 | 2.8 | - |
| YUV | 48.8 | 124.73 | 190.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 43 | 0 | 0.96 | 0.69 | 0.46 | 342.73 | 0.93 | 0.28 |
| Hex | 89 | 5 | 2B | 0 | 60 | 45 | 2E | 157 | 5D | 1C |
| Octal | 211 | 5 | 53 | 0 | 140 | 105 | 56 | 527 | 135 | 34 |
| Binary | 10001001 | 101 | 101011 | 0 | 1100000 | 1000101 | 101110 | 101010111 | 1011101 | 11100 |
Color Harmonies of #89052B
Complementary color
Monochromatic Colors of #89052B
Black with #89052B
Text Example
Text Example
White with #89052B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89052B; }
p { color: rgb(137,5,43); }
H1.HeaderClassName
{
color: #89052B;
}
.AnyTagClassName
{
color: #89052B;
}
</style>
background-color css
<style>
a { background-color: #89052B; }
a { background-color: rgb(137,5,43); }
div.DivClassName
{
background-color: #89052B;
}
.BgClassName
{
background-color: #89052B;
}
</style>
border-color css
<style>
span { border-color: #89052B; }
span { border-color: rgb(137,5,43); }
td.TdClassName
{
border-color: #89052B;
}
.TagClassName
{
border-color: #89052B;
}
</style>