Shades of Burgundy #89031B
Tints of Burgundy #89031B
RGB
CMYK
RGB Variations
Color information
#89031B (or 0x89031B) is known color: Burgundy. HEX triplet: 89, 03 and 1B. RGB value is (137,3,27). Sum of RGB (Red+Green+Blue) = 137+3+27=167 (22% of max value = 765). Red value is 137 (53.91% from 255 or 82.04% from 167); Green value is 3 (1.56% from 255 or 1.80% from 167); Blue value is 27 (10.94% from 255 or 16.17% from 167); Max value from RGB is 137 - color contains mainly: red. Hex color #89031B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89031B is #76FCE4. Grayscale: #2D2D2D. Windows color (decimal): -7797989 or 1770377. OLE color: 1770377.
HSL color Cylindrical-coordinate representation of color #89031B: hue angle of 349.25º 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 #89031B is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 27 | - |
| CMYK | 0 | 0.98 | 0.80 | 0.46 |
| HSL | 349.25º | 0.96% | 0.27% | - |
| HSV(B) | 349.25º | 0.98% | 0.54% | - |
| XYZ | 10.55 | 5.46 | 1.54 | - |
| YUV | 45.8 | 117.39 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 27 | 0 | 0.98 | 0.80 | 0.46 | 349.25 | 0.96 | 0.27 |
| Hex | 89 | 3 | 1B | 0 | 62 | 50 | 2E | 15D | 60 | 1B |
| Octal | 211 | 3 | 33 | 0 | 142 | 120 | 56 | 535 | 140 | 33 |
| Binary | 10001001 | 11 | 11011 | 0 | 1100010 | 1010000 | 101110 | 101011101 | 1100000 | 11011 |
Color Harmonies of #89031B
Complementary color
Monochromatic Colors of #89031B
Black with #89031B
Text Example
Text Example
White with #89031B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89031B; }
p { color: rgb(137,3,27); }
H1.HeaderClassName
{
color: #89031B;
}
.AnyTagClassName
{
color: #89031B;
}
</style>
background-color css
<style>
a { background-color: #89031B; }
a { background-color: rgb(137,3,27); }
div.DivClassName
{
background-color: #89031B;
}
.BgClassName
{
background-color: #89031B;
}
</style>
border-color css
<style>
span { border-color: #89031B; }
span { border-color: rgb(137,3,27); }
td.TdClassName
{
border-color: #89031B;
}
.TagClassName
{
border-color: #89031B;
}
</style>