Shades of Burgundy #89062A
Tints of Burgundy #89062A
RGB
CMYK
RGB Variations
Color information
#89062A (or 0x89062A) is known color: Burgundy. HEX triplet: 89, 06 and 2A. RGB value is (137,6,42). Sum of RGB (Red+Green+Blue) = 137+6+42=185 (24% of max value = 765). Red value is 137 (53.91% from 255 or 74.05% from 185); Green value is 6 (2.73% from 255 or 3.24% from 185); Blue value is 42 (16.80% from 255 or 22.70% from 185); Max value from RGB is 137 - color contains mainly: red. Hex color #89062A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89062A is #76F9D5. Grayscale: #313131. Windows color (decimal): -7797206 or 2754185. OLE color: 2754185.
HSL color Cylindrical-coordinate representation of color #89062A: hue angle of 343.51º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89062A is Cyan = 0, Magento = 0.96, Yellow = 0.69 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 42 | - |
| CMYK | 0 | 0.96 | 0.69 | 0.46 |
| HSL | 343.51º | 0.92% | 0.28% | - |
| HSV(B) | 343.51º | 0.96% | 0.54% | - |
| XYZ | 10.8 | 5.62 | 2.71 | - |
| YUV | 49.27 | 123.9 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 42 | 0 | 0.96 | 0.69 | 0.46 | 343.51 | 0.92 | 0.28 |
| Hex | 89 | 6 | 2A | 0 | 60 | 45 | 2E | 158 | 5C | 1C |
| Octal | 211 | 6 | 52 | 0 | 140 | 105 | 56 | 530 | 134 | 34 |
| Binary | 10001001 | 110 | 101010 | 0 | 1100000 | 1000101 | 101110 | 101011000 | 1011100 | 11100 |
Color Harmonies of #89062A
Complementary color
Monochromatic Colors of #89062A
Black with #89062A
Text Example
Text Example
White with #89062A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89062A; }
p { color: rgb(137,6,42); }
H1.HeaderClassName
{
color: #89062A;
}
.AnyTagClassName
{
color: #89062A;
}
</style>
background-color css
<style>
a { background-color: #89062A; }
a { background-color: rgb(137,6,42); }
div.DivClassName
{
background-color: #89062A;
}
.BgClassName
{
background-color: #89062A;
}
</style>
border-color css
<style>
span { border-color: #89062A; }
span { border-color: rgb(137,6,42); }
td.TdClassName
{
border-color: #89062A;
}
.TagClassName
{
border-color: #89062A;
}
</style>