Shades of Burgundy #89051F
Tints of Burgundy #89051F
RGB
CMYK
RGB Variations
Color information
#89051F (or 0x89051F) is known color: Burgundy. HEX triplet: 89, 05 and 1F. RGB value is (137,5,31). Sum of RGB (Red+Green+Blue) = 137+5+31=173 (22% of max value = 765). Red value is 137 (53.91% from 255 or 79.19% from 173); Green value is 5 (2.34% from 255 or 2.89% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 137 - color contains mainly: red. Hex color #89051F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89051F is #76FAE0. Grayscale: #2F2F2F. Windows color (decimal): -7797473 or 2033033. OLE color: 2033033.
HSL color Cylindrical-coordinate representation of color #89051F: hue angle of 348.18º 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 #89051F is Cyan = 0, Magento = 0.96, Yellow = 0.77 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 31 | - |
| CMYK | 0 | 0.96 | 0.77 | 0.46 |
| HSL | 348.18º | 0.93% | 0.28% | - |
| HSV(B) | 348.18º | 0.96% | 0.54% | - |
| XYZ | 10.62 | 5.53 | 1.8 | - |
| YUV | 47.43 | 118.73 | 191.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 31 | 0 | 0.96 | 0.77 | 0.46 | 348.18 | 0.93 | 0.28 |
| Hex | 89 | 5 | 1F | 0 | 60 | 4D | 2E | 15C | 5D | 1C |
| Octal | 211 | 5 | 37 | 0 | 140 | 115 | 56 | 534 | 135 | 34 |
| Binary | 10001001 | 101 | 11111 | 0 | 1100000 | 1001101 | 101110 | 101011100 | 1011101 | 11100 |
Color Harmonies of #89051F
Complementary color
Monochromatic Colors of #89051F
Black with #89051F
Text Example
Text Example
White with #89051F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89051F; }
p { color: rgb(137,5,31); }
H1.HeaderClassName
{
color: #89051F;
}
.AnyTagClassName
{
color: #89051F;
}
</style>
background-color css
<style>
a { background-color: #89051F; }
a { background-color: rgb(137,5,31); }
div.DivClassName
{
background-color: #89051F;
}
.BgClassName
{
background-color: #89051F;
}
</style>
border-color css
<style>
span { border-color: #89051F; }
span { border-color: rgb(137,5,31); }
td.TdClassName
{
border-color: #89051F;
}
.TagClassName
{
border-color: #89051F;
}
</style>