Shades of Burgundy #89083C
Tints of Burgundy #89083C
RGB
CMYK
RGB Variations
Color information
#89083C (or 0x89083C) is known color: Burgundy. HEX triplet: 89, 08 and 3C. RGB value is (137,8,60). Sum of RGB (Red+Green+Blue) = 137+8+60=205 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.83% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 60 (23.83% from 255 or 29.27% from 205); Max value from RGB is 137 - color contains mainly: red. Hex color #89083C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89083C is #76F7C3. Grayscale: #343434. Windows color (decimal): -7796676 or 3934345. OLE color: 3934345.
HSL color Cylindrical-coordinate representation of color #89083C: hue angle of 335.81º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #89083C is Cyan = 0, Magento = 0.94, Yellow = 0.56 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 60 | - |
| CMYK | 0 | 0.94 | 0.56 | 0.46 |
| HSL | 335.81º | 0.89% | 0.28% | - |
| HSV(B) | 335.81º | 0.94% | 0.54% | - |
| XYZ | 11.22 | 5.82 | 4.81 | - |
| YUV | 52.5 | 132.24 | 188.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 60 | 0 | 0.94 | 0.56 | 0.46 | 335.81 | 0.89 | 0.28 |
| Hex | 89 | 8 | 3C | 0 | 5E | 38 | 2E | 150 | 59 | 1C |
| Octal | 211 | 10 | 74 | 0 | 136 | 70 | 56 | 520 | 131 | 34 |
| Binary | 10001001 | 1000 | 111100 | 0 | 1011110 | 111000 | 101110 | 101010000 | 1011001 | 11100 |
Color Harmonies of #89083C
Complementary color
Monochromatic Colors of #89083C
Black with #89083C
Text Example
Text Example
White with #89083C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89083C; }
p { color: rgb(137,8,60); }
H1.HeaderClassName
{
color: #89083C;
}
.AnyTagClassName
{
color: #89083C;
}
</style>
background-color css
<style>
a { background-color: #89083C; }
a { background-color: rgb(137,8,60); }
div.DivClassName
{
background-color: #89083C;
}
.BgClassName
{
background-color: #89083C;
}
</style>
border-color css
<style>
span { border-color: #89083C; }
span { border-color: rgb(137,8,60); }
td.TdClassName
{
border-color: #89083C;
}
.TagClassName
{
border-color: #89083C;
}
</style>