Shades of Burgundy #89033D
Tints of Burgundy #89033D
RGB
CMYK
RGB Variations
Color information
#89033D (or 0x89033D) is known color: Burgundy. HEX triplet: 89, 03 and 3D. RGB value is (137,3,61). Sum of RGB (Red+Green+Blue) = 137+3+61=201 (26% of max value = 765). Red value is 137 (53.91% from 255 or 68.16% from 201); Green value is 3 (1.56% from 255 or 1.49% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 137 - color contains mainly: red. Hex color #89033D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89033D is #76FCC2. Grayscale: #313131. Windows color (decimal): -7797955 or 3998601. OLE color: 3998601.
HSL color Cylindrical-coordinate representation of color #89033D: hue angle of 334.03º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89033D is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 61 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.46 |
| HSL | 334.03º | 0.96% | 0.27% | - |
| HSV(B) | 334.03º | 0.98% | 0.54% | - |
| XYZ | 11.19 | 5.72 | 4.93 | - |
| YUV | 49.68 | 134.39 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 61 | 0 | 0.98 | 0.55 | 0.46 | 334.03 | 0.96 | 0.27 |
| Hex | 89 | 3 | 3D | 0 | 62 | 37 | 2E | 14E | 60 | 1B |
| Octal | 211 | 3 | 75 | 0 | 142 | 67 | 56 | 516 | 140 | 33 |
| Binary | 10001001 | 11 | 111101 | 0 | 1100010 | 110111 | 101110 | 101001110 | 1100000 | 11011 |
Color Harmonies of #89033D
Complementary color
Monochromatic Colors of #89033D
Black with #89033D
Text Example
Text Example
White with #89033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89033D; }
p { color: rgb(137,3,61); }
H1.HeaderClassName
{
color: #89033D;
}
.AnyTagClassName
{
color: #89033D;
}
</style>
background-color css
<style>
a { background-color: #89033D; }
a { background-color: rgb(137,3,61); }
div.DivClassName
{
background-color: #89033D;
}
.BgClassName
{
background-color: #89033D;
}
</style>
border-color css
<style>
span { border-color: #89033D; }
span { border-color: rgb(137,3,61); }
td.TdClassName
{
border-color: #89033D;
}
.TagClassName
{
border-color: #89033D;
}
</style>