Shades of Burgundy #89041C
Tints of Burgundy #89041C
RGB
CMYK
RGB Variations
Color information
#89041C (or 0x89041C) is known color: Burgundy. HEX triplet: 89, 04 and 1C. RGB value is (137,4,28). Sum of RGB (Red+Green+Blue) = 137+4+28=169 (22% of max value = 765). Red value is 137 (53.91% from 255 or 81.07% from 169); Green value is 4 (1.95% from 255 or 2.37% from 169); Blue value is 28 (11.33% from 255 or 16.57% from 169); Max value from RGB is 137 - color contains mainly: red. Hex color #89041C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89041C is #76FBE3. Grayscale: #2E2E2E. Windows color (decimal): -7797732 or 1836169. OLE color: 1836169.
HSL color Cylindrical-coordinate representation of color #89041C: hue angle of 349.17º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #89041C is Cyan = 0, Magento = 0.97, Yellow = 0.80 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 4 | 28 | - |
| CMYK | 0 | 0.97 | 0.80 | 0.46 |
| HSL | 349.17º | 0.94% | 0.28% | - |
| HSV(B) | 349.17º | 0.97% | 0.54% | - |
| XYZ | 10.57 | 5.49 | 1.6 | - |
| YUV | 46.5 | 117.56 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 4 | 28 | 0 | 0.97 | 0.80 | 0.46 | 349.17 | 0.94 | 0.28 |
| Hex | 89 | 4 | 1C | 0 | 61 | 50 | 2E | 15D | 5E | 1C |
| Octal | 211 | 4 | 34 | 0 | 141 | 120 | 56 | 535 | 136 | 34 |
| Binary | 10001001 | 100 | 11100 | 0 | 1100001 | 1010000 | 101110 | 101011101 | 1011110 | 11100 |
Color Harmonies of #89041C
Complementary color
Monochromatic Colors of #89041C
Black with #89041C
Text Example
Text Example
White with #89041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89041C; }
p { color: rgb(137,4,28); }
H1.HeaderClassName
{
color: #89041C;
}
.AnyTagClassName
{
color: #89041C;
}
</style>
background-color css
<style>
a { background-color: #89041C; }
a { background-color: rgb(137,4,28); }
div.DivClassName
{
background-color: #89041C;
}
.BgClassName
{
background-color: #89041C;
}
</style>
border-color css
<style>
span { border-color: #89041C; }
span { border-color: rgb(137,4,28); }
td.TdClassName
{
border-color: #89041C;
}
.TagClassName
{
border-color: #89041C;
}
</style>