Shades of Burgundy #89002A
Tints of Burgundy #89002A
RGB
CMYK
RGB Variations
Color information
#89002A (or 0x89002A) is known color: Burgundy. HEX triplet: 89, 00 and 2A. RGB value is (137,0,42). Sum of RGB (Red+Green+Blue) = 137+0+42=179 (23% of max value = 765). Red value is 137 (53.91% from 255 or 76.54% from 179); Green value is 0 (0.39% from 255 or 0% from 179); Blue value is 42 (16.80% from 255 or 23.46% from 179); Max value from RGB is 137 - color contains mainly: red. Hex color #89002A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89002A is #76FFD5. Grayscale: #2D2D2D. Windows color (decimal): -7798742 or 2752649. OLE color: 2752649.
HSL color Cylindrical-coordinate representation of color #89002A: hue angle of 341.61º 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 #89002A is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.69 | 0.46 |
| HSL | 341.61º | 1% | 0.27% | - |
| HSV(B) | 341.61º | 1% | 0.54% | - |
| XYZ | 10.73 | 5.49 | 2.68 | - |
| YUV | 45.75 | 125.89 | 193.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 42 | 0 | 1 | 0.69 | 0.46 | 341.61 | 1 | 0.27 |
| Hex | 89 | 0 | 2A | 0 | 64 | 45 | 2E | 156 | 64 | 1B |
| Octal | 211 | 0 | 52 | 0 | 144 | 105 | 56 | 526 | 144 | 33 |
| Binary | 10001001 | 0 | 101010 | 0 | 1100100 | 1000101 | 101110 | 101010110 | 1100100 | 11011 |
Color Harmonies of #89002A
Complementary color
Monochromatic Colors of #89002A
Black with #89002A
Text Example
Text Example
White with #89002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89002A; }
p { color: rgb(137,0,42); }
H1.HeaderClassName
{
color: #89002A;
}
.AnyTagClassName
{
color: #89002A;
}
</style>
background-color css
<style>
a { background-color: #89002A; }
a { background-color: rgb(137,0,42); }
div.DivClassName
{
background-color: #89002A;
}
.BgClassName
{
background-color: #89002A;
}
</style>
border-color css
<style>
span { border-color: #89002A; }
span { border-color: rgb(137,0,42); }
td.TdClassName
{
border-color: #89002A;
}
.TagClassName
{
border-color: #89002A;
}
</style>