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