Shades of Burgundy #89011B
Tints of Burgundy #89011B
RGB
CMYK
RGB Variations
Color information
#89011B (or 0x89011B) is known color: Burgundy. HEX triplet: 89, 01 and 1B. RGB value is (137,1,27). Sum of RGB (Red+Green+Blue) = 137+1+27=165 (21% of max value = 765). Red value is 137 (53.91% from 255 or 83.03% from 165); Green value is 1 (0.78% from 255 or 0.61% from 165); Blue value is 27 (10.94% from 255 or 16.36% from 165); Max value from RGB is 137 - color contains mainly: red. Hex color #89011B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89011B is #76FEE4. Grayscale: #2C2C2C. Windows color (decimal): -7798501 or 1769865. OLE color: 1769865.
HSL color Cylindrical-coordinate representation of color #89011B: hue angle of 348.53º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89011B is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 1 | 27 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.46 |
| HSL | 348.53º | 0.99% | 0.27% | - |
| HSV(B) | 348.53º | 0.99% | 0.54% | - |
| XYZ | 10.53 | 5.42 | 1.53 | - |
| YUV | 44.63 | 118.06 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 27 | 0 | 0.99 | 0.80 | 0.46 | 348.53 | 0.99 | 0.27 |
| Hex | 89 | 1 | 1B | 0 | 63 | 50 | 2E | 15D | 63 | 1B |
| Octal | 211 | 1 | 33 | 0 | 143 | 120 | 56 | 535 | 143 | 33 |
| Binary | 10001001 | 1 | 11011 | 0 | 1100011 | 1010000 | 101110 | 101011101 | 1100011 | 11011 |
Color Harmonies of #89011B
Complementary color
Monochromatic Colors of #89011B
Black with #89011B
Text Example
Text Example
White with #89011B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89011B; }
p { color: rgb(137,1,27); }
H1.HeaderClassName
{
color: #89011B;
}
.AnyTagClassName
{
color: #89011B;
}
</style>
background-color css
<style>
a { background-color: #89011B; }
a { background-color: rgb(137,1,27); }
div.DivClassName
{
background-color: #89011B;
}
.BgClassName
{
background-color: #89011B;
}
</style>
border-color css
<style>
span { border-color: #89011B; }
span { border-color: rgb(137,1,27); }
td.TdClassName
{
border-color: #89011B;
}
.TagClassName
{
border-color: #89011B;
}
</style>