Shades of Burgundy #89021C
Tints of Burgundy #89021C
RGB
CMYK
RGB Variations
Color information
#89021C (or 0x89021C) is known color: Burgundy. HEX triplet: 89, 02 and 1C. RGB value is (137,2,28). Sum of RGB (Red+Green+Blue) = 137+2+28=167 (22% of max value = 765). Red value is 137 (53.91% from 255 or 82.04% from 167); Green value is 2 (1.17% from 255 or 1.20% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 137 - color contains mainly: red. Hex color #89021C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89021C is #76FDE3. Grayscale: #2D2D2D. Windows color (decimal): -7798244 or 1835657. OLE color: 1835657.
HSL color Cylindrical-coordinate representation of color #89021C: hue angle of 348.44º degrees, saturation: 0.97, 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 #89021C is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 28 | - |
| CMYK | 0 | 0.99 | 0.80 | 0.46 |
| HSL | 348.44º | 0.97% | 0.27% | - |
| HSV(B) | 348.44º | 0.99% | 0.54% | - |
| XYZ | 10.55 | 5.45 | 1.59 | - |
| YUV | 45.33 | 118.23 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 28 | 0 | 0.99 | 0.80 | 0.46 | 348.44 | 0.97 | 0.27 |
| Hex | 89 | 2 | 1C | 0 | 63 | 50 | 2E | 15C | 61 | 1B |
| Octal | 211 | 2 | 34 | 0 | 143 | 120 | 56 | 534 | 141 | 33 |
| Binary | 10001001 | 10 | 11100 | 0 | 1100011 | 1010000 | 101110 | 101011100 | 1100001 | 11011 |
Color Harmonies of #89021C
Complementary color
Monochromatic Colors of #89021C
Black with #89021C
Text Example
Text Example
White with #89021C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89021C; }
p { color: rgb(137,2,28); }
H1.HeaderClassName
{
color: #89021C;
}
.AnyTagClassName
{
color: #89021C;
}
</style>
background-color css
<style>
a { background-color: #89021C; }
a { background-color: rgb(137,2,28); }
div.DivClassName
{
background-color: #89021C;
}
.BgClassName
{
background-color: #89021C;
}
</style>
border-color css
<style>
span { border-color: #89021C; }
span { border-color: rgb(137,2,28); }
td.TdClassName
{
border-color: #89021C;
}
.TagClassName
{
border-color: #89021C;
}
</style>