Shades of Burgundy #89002B
Tints of Burgundy #89002B
RGB
CMYK
RGB Variations
Color information
#89002B (or 0x89002B) is known color: Burgundy. HEX triplet: 89, 00 and 2B. RGB value is (137,0,43). Sum of RGB (Red+Green+Blue) = 137+0+43=180 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.11% from 180); Green value is 0 (0.39% from 255 or 0% from 180); Blue value is 43 (17.19% from 255 or 23.89% from 180); Max value from RGB is 137 - color contains mainly: red. Hex color #89002B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89002B is #76FFD4. Grayscale: #2D2D2D. Windows color (decimal): -7798741 or 2818185. OLE color: 2818185.
HSL color Cylindrical-coordinate representation of color #89002B: hue angle of 341.17º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89002B is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 43 | - |
| CMYK | 0 | 1 | 0.69 | 0.46 |
| HSL | 341.17º | 1% | 0.27% | - |
| HSV(B) | 341.17º | 1% | 0.54% | - |
| XYZ | 10.75 | 5.49 | 2.78 | - |
| YUV | 45.87 | 126.39 | 193 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 43 | 0 | 1 | 0.69 | 0.46 | 341.17 | 1 | 0.27 |
| Hex | 89 | 0 | 2B | 0 | 64 | 45 | 2E | 155 | 64 | 1B |
| Octal | 211 | 0 | 53 | 0 | 144 | 105 | 56 | 525 | 144 | 33 |
| Binary | 10001001 | 0 | 101011 | 0 | 1100100 | 1000101 | 101110 | 101010101 | 1100100 | 11011 |
Color Harmonies of #89002B
Complementary color
Monochromatic Colors of #89002B
Black with #89002B
Text Example
Text Example
White with #89002B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89002B; }
p { color: rgb(137,0,43); }
H1.HeaderClassName
{
color: #89002B;
}
.AnyTagClassName
{
color: #89002B;
}
</style>
background-color css
<style>
a { background-color: #89002B; }
a { background-color: rgb(137,0,43); }
div.DivClassName
{
background-color: #89002B;
}
.BgClassName
{
background-color: #89002B;
}
</style>
border-color css
<style>
span { border-color: #89002B; }
span { border-color: rgb(137,0,43); }
td.TdClassName
{
border-color: #89002B;
}
.TagClassName
{
border-color: #89002B;
}
</style>