Shades of Burgundy #89051D
Tints of Burgundy #89051D
RGB
CMYK
RGB Variations
Color information
#89051D (or 0x89051D) is known color: Burgundy. HEX triplet: 89, 05 and 1D. RGB value is (137,5,29). Sum of RGB (Red+Green+Blue) = 137+5+29=171 (22% of max value = 765). Red value is 137 (53.91% from 255 or 80.12% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 29 (11.72% from 255 or 16.96% from 171); Max value from RGB is 137 - color contains mainly: red. Hex color #89051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89051D is #76FAE2. Grayscale: #2F2F2F. Windows color (decimal): -7797475 or 1901961. OLE color: 1901961.
HSL color Cylindrical-coordinate representation of color #89051D: hue angle of 349.09º 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 #89051D is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 29 | - |
| CMYK | 0 | 0.96 | 0.79 | 0.46 |
| HSL | 349.09º | 0.93% | 0.28% | - |
| HSV(B) | 349.09º | 0.96% | 0.54% | - |
| XYZ | 10.59 | 5.52 | 1.67 | - |
| YUV | 47.2 | 117.73 | 192.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 29 | 0 | 0.96 | 0.79 | 0.46 | 349.09 | 0.93 | 0.28 |
| Hex | 89 | 5 | 1D | 0 | 60 | 4F | 2E | 15D | 5D | 1C |
| Octal | 211 | 5 | 35 | 0 | 140 | 117 | 56 | 535 | 135 | 34 |
| Binary | 10001001 | 101 | 11101 | 0 | 1100000 | 1001111 | 101110 | 101011101 | 1011101 | 11100 |
Color Harmonies of #89051D
Complementary color
Monochromatic Colors of #89051D
Black with #89051D
Text Example
Text Example
White with #89051D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89051D; }
p { color: rgb(137,5,29); }
H1.HeaderClassName
{
color: #89051D;
}
.AnyTagClassName
{
color: #89051D;
}
</style>
background-color css
<style>
a { background-color: #89051D; }
a { background-color: rgb(137,5,29); }
div.DivClassName
{
background-color: #89051D;
}
.BgClassName
{
background-color: #89051D;
}
</style>
border-color css
<style>
span { border-color: #89051D; }
span { border-color: rgb(137,5,29); }
td.TdClassName
{
border-color: #89051D;
}
.TagClassName
{
border-color: #89051D;
}
</style>