Shades of Burgundy #89003D
Tints of Burgundy #89003D
RGB
CMYK
RGB Variations
Color information
#89003D (or 0x89003D) is known color: Burgundy. HEX triplet: 89, 00 and 3D. RGB value is (137,0,61). Sum of RGB (Red+Green+Blue) = 137+0+61=198 (26% of max value = 765). Red value is 137 (53.91% from 255 or 69.19% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 137 - color contains mainly: red. Hex color #89003D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89003D is #76FFC2. Grayscale: #2F2F2F. Windows color (decimal): -7798723 or 3997833. OLE color: 3997833.
HSL color Cylindrical-coordinate representation of color #89003D: hue angle of 333.28º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89003D is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.55 | 0.46 |
| HSL | 333.28º | 1% | 0.27% | - |
| HSV(B) | 333.28º | 1% | 0.54% | - |
| XYZ | 11.16 | 5.66 | 4.92 | - |
| YUV | 47.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 61 | 0 | 1 | 0.55 | 0.46 | 333.28 | 1 | 0.27 |
| Hex | 89 | 0 | 3D | 0 | 64 | 37 | 2E | 14D | 64 | 1B |
| Octal | 211 | 0 | 75 | 0 | 144 | 67 | 56 | 515 | 144 | 33 |
| Binary | 10001001 | 0 | 111101 | 0 | 1100100 | 110111 | 101110 | 101001101 | 1100100 | 11011 |
Color Harmonies of #89003D
Complementary color
Monochromatic Colors of #89003D
Black with #89003D
Text Example
Text Example
White with #89003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89003D; }
p { color: rgb(137,0,61); }
H1.HeaderClassName
{
color: #89003D;
}
.AnyTagClassName
{
color: #89003D;
}
</style>
background-color css
<style>
a { background-color: #89003D; }
a { background-color: rgb(137,0,61); }
div.DivClassName
{
background-color: #89003D;
}
.BgClassName
{
background-color: #89003D;
}
</style>
border-color css
<style>
span { border-color: #89003D; }
span { border-color: rgb(137,0,61); }
td.TdClassName
{
border-color: #89003D;
}
.TagClassName
{
border-color: #89003D;
}
</style>