Shades of Burgundy #89083F
Tints of Burgundy #89083F
RGB
CMYK
RGB Variations
Color information
#89083F (or 0x89083F) is known color: Burgundy. HEX triplet: 89, 08 and 3F. RGB value is (137,8,63). Sum of RGB (Red+Green+Blue) = 137+8+63=208 (27% of max value = 765). Red value is 137 (53.91% from 255 or 65.87% from 208); Green value is 8 (3.52% from 255 or 3.85% from 208); Blue value is 63 (25% from 255 or 30.29% from 208); Max value from RGB is 137 - color contains mainly: red. Hex color #89083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89083F is #76F7C0. Grayscale: #343434. Windows color (decimal): -7796673 or 4130953. OLE color: 4130953.
HSL color Cylindrical-coordinate representation of color #89083F: hue angle of 334.42º 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 #89083F is Cyan = 0, Magento = 0.94, Yellow = 0.54 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 8 | 63 | - |
| CMYK | 0 | 0.94 | 0.54 | 0.46 |
| HSL | 334.42º | 0.89% | 0.28% | - |
| HSV(B) | 334.42º | 0.94% | 0.54% | - |
| XYZ | 11.3 | 5.85 | 5.24 | - |
| YUV | 52.84 | 133.74 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 63 | 0 | 0.94 | 0.54 | 0.46 | 334.42 | 0.89 | 0.28 |
| Hex | 89 | 8 | 3F | 0 | 5E | 36 | 2E | 14E | 59 | 1C |
| Octal | 211 | 10 | 77 | 0 | 136 | 66 | 56 | 516 | 131 | 34 |
| Binary | 10001001 | 1000 | 111111 | 0 | 1011110 | 110110 | 101110 | 101001110 | 1011001 | 11100 |
Color Harmonies of #89083F
Complementary color
Monochromatic Colors of #89083F
Black with #89083F
Text Example
Text Example
White with #89083F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89083F; }
p { color: rgb(137,8,63); }
H1.HeaderClassName
{
color: #89083F;
}
.AnyTagClassName
{
color: #89083F;
}
</style>
background-color css
<style>
a { background-color: #89083F; }
a { background-color: rgb(137,8,63); }
div.DivClassName
{
background-color: #89083F;
}
.BgClassName
{
background-color: #89083F;
}
</style>
border-color css
<style>
span { border-color: #89083F; }
span { border-color: rgb(137,8,63); }
td.TdClassName
{
border-color: #89083F;
}
.TagClassName
{
border-color: #89083F;
}
</style>