Shades of Burgundy #89031D
Tints of Burgundy #89031D
RGB
CMYK
RGB Variations
Color information
#89031D (or 0x89031D) is known color: Burgundy. HEX triplet: 89, 03 and 1D. RGB value is (137,3,29). Sum of RGB (Red+Green+Blue) = 137+3+29=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 3 (1.56% from 255 or 1.78% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #89031D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89031D is #76FCE2. Grayscale: #2E2E2E. Windows color (decimal): -7797987 or 1901449. OLE color: 1901449.
HSL color Cylindrical-coordinate representation of color #89031D: hue angle of 348.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89031D is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 29 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.46 |
| HSL | 348.36º | 0.96% | 0.27% | - |
| HSV(B) | 348.36º | 0.98% | 0.54% | - |
| XYZ | 10.57 | 5.47 | 1.66 | - |
| YUV | 46.03 | 118.39 | 192.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 29 | 0 | 0.98 | 0.79 | 0.46 | 348.36 | 0.96 | 0.27 |
| Hex | 89 | 3 | 1D | 0 | 62 | 4F | 2E | 15C | 60 | 1B |
| Octal | 211 | 3 | 35 | 0 | 142 | 117 | 56 | 534 | 140 | 33 |
| Binary | 10001001 | 11 | 11101 | 0 | 1100010 | 1001111 | 101110 | 101011100 | 1100000 | 11011 |
Color Harmonies of #89031D
Complementary color
Monochromatic Colors of #89031D
Black with #89031D
Text Example
Text Example
White with #89031D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89031D; }
p { color: rgb(137,3,29); }
H1.HeaderClassName
{
color: #89031D;
}
.AnyTagClassName
{
color: #89031D;
}
</style>
background-color css
<style>
a { background-color: #89031D; }
a { background-color: rgb(137,3,29); }
div.DivClassName
{
background-color: #89031D;
}
.BgClassName
{
background-color: #89031D;
}
</style>
border-color css
<style>
span { border-color: #89031D; }
span { border-color: rgb(137,3,29); }
td.TdClassName
{
border-color: #89031D;
}
.TagClassName
{
border-color: #89031D;
}
</style>