Shades of Burgundy #89063D
Tints of Burgundy #89063D
RGB
CMYK
RGB Variations
Color information
#89063D (or 0x89063D) is known color: Burgundy. HEX triplet: 89, 06 and 3D. RGB value is (137,6,61). Sum of RGB (Red+Green+Blue) = 137+6+61=204 (27% of max value = 765). Red value is 137 (53.91% from 255 or 67.16% from 204); Green value is 6 (2.73% from 255 or 2.94% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 137 - color contains mainly: red. Hex color #89063D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89063D is #76F9C2. Grayscale: #333333. Windows color (decimal): -7797187 or 3999369. OLE color: 3999369.
HSL color Cylindrical-coordinate representation of color #89063D: hue angle of 334.81º 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 #89063D is Cyan = 0, Magento = 0.96, Yellow = 0.55 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 61 | - |
| CMYK | 0 | 0.96 | 0.55 | 0.46 |
| HSL | 334.81º | 0.92% | 0.28% | - |
| HSV(B) | 334.81º | 0.96% | 0.54% | - |
| XYZ | 11.22 | 5.79 | 4.94 | - |
| YUV | 51.44 | 133.4 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 61 | 0 | 0.96 | 0.55 | 0.46 | 334.81 | 0.92 | 0.28 |
| Hex | 89 | 6 | 3D | 0 | 60 | 37 | 2E | 14F | 5C | 1C |
| Octal | 211 | 6 | 75 | 0 | 140 | 67 | 56 | 517 | 134 | 34 |
| Binary | 10001001 | 110 | 111101 | 0 | 1100000 | 110111 | 101110 | 101001111 | 1011100 | 11100 |
Color Harmonies of #89063D
Complementary color
Monochromatic Colors of #89063D
Black with #89063D
Text Example
Text Example
White with #89063D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89063D; }
p { color: rgb(137,6,61); }
H1.HeaderClassName
{
color: #89063D;
}
.AnyTagClassName
{
color: #89063D;
}
</style>
background-color css
<style>
a { background-color: #89063D; }
a { background-color: rgb(137,6,61); }
div.DivClassName
{
background-color: #89063D;
}
.BgClassName
{
background-color: #89063D;
}
</style>
border-color css
<style>
span { border-color: #89063D; }
span { border-color: rgb(137,6,61); }
td.TdClassName
{
border-color: #89063D;
}
.TagClassName
{
border-color: #89063D;
}
</style>