Shades of Burgundy #890633
Tints of Burgundy #890633
RGB
CMYK
RGB Variations
Color information
#890633 (or 0x890633) is known color: Burgundy. HEX triplet: 89, 06 and 33. RGB value is (137,6,51). Sum of RGB (Red+Green+Blue) = 137+6+51=194 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.62% from 194); Green value is 6 (2.73% from 255 or 3.09% from 194); Blue value is 51 (20.31% from 255 or 26.29% from 194); Max value from RGB is 137 - color contains mainly: red. Hex color #890633 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890633 is #76F9CC. Grayscale: #323232. Windows color (decimal): -7797197 or 3344009. OLE color: 3344009.
HSL color Cylindrical-coordinate representation of color #890633: hue angle of 339.39º 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 #890633 is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 51 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.46 |
| HSL | 339.39º | 0.92% | 0.28% | - |
| HSV(B) | 339.39º | 0.96% | 0.54% | - |
| XYZ | 10.98 | 5.69 | 3.65 | - |
| YUV | 50.3 | 128.4 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 51 | 0 | 0.96 | 0.63 | 0.46 | 339.39 | 0.92 | 0.28 |
| Hex | 89 | 6 | 33 | 0 | 60 | 3F | 2E | 153 | 5C | 1C |
| Octal | 211 | 6 | 63 | 0 | 140 | 77 | 56 | 523 | 134 | 34 |
| Binary | 10001001 | 110 | 110011 | 0 | 1100000 | 111111 | 101110 | 101010011 | 1011100 | 11100 |
Color Harmonies of #890633
Complementary color
Monochromatic Colors of #890633
Black with #890633
Text Example
Text Example
White with #890633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890633; }
p { color: rgb(137,6,51); }
H1.HeaderClassName
{
color: #890633;
}
.AnyTagClassName
{
color: #890633;
}
</style>
background-color css
<style>
a { background-color: #890633; }
a { background-color: rgb(137,6,51); }
div.DivClassName
{
background-color: #890633;
}
.BgClassName
{
background-color: #890633;
}
</style>
border-color css
<style>
span { border-color: #890633; }
span { border-color: rgb(137,6,51); }
td.TdClassName
{
border-color: #890633;
}
.TagClassName
{
border-color: #890633;
}
</style>