Shades of Burgundy #890535
Tints of Burgundy #890535
RGB
CMYK
RGB Variations
Color information
#890535 (or 0x890535) is known color: Burgundy. HEX triplet: 89, 05 and 35. RGB value is (137,5,53). Sum of RGB (Red+Green+Blue) = 137+5+53=195 (25% of max value = 765). Red value is 137 (53.91% from 255 or 70.26% from 195); Green value is 5 (2.34% from 255 or 2.56% from 195); Blue value is 53 (21.09% from 255 or 27.18% from 195); Max value from RGB is 137 - color contains mainly: red. Hex color #890535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890535 is #76FACA. Grayscale: #313131. Windows color (decimal): -7797451 or 3474825. OLE color: 3474825.
HSL color Cylindrical-coordinate representation of color #890535: hue angle of 338.18º degrees, saturation: 0.93, 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 #890535 is Cyan = 0, Magento = 0.96, Yellow = 0.61 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 53 | - |
| CMYK | 0 | 0.96 | 0.61 | 0.46 |
| HSL | 338.18º | 0.93% | 0.28% | - |
| HSV(B) | 338.18º | 0.96% | 0.54% | - |
| XYZ | 11.01 | 5.68 | 3.88 | - |
| YUV | 49.94 | 129.73 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 53 | 0 | 0.96 | 0.61 | 0.46 | 338.18 | 0.93 | 0.28 |
| Hex | 89 | 5 | 35 | 0 | 60 | 3D | 2E | 152 | 5D | 1C |
| Octal | 211 | 5 | 65 | 0 | 140 | 75 | 56 | 522 | 135 | 34 |
| Binary | 10001001 | 101 | 110101 | 0 | 1100000 | 111101 | 101110 | 101010010 | 1011101 | 11100 |
Color Harmonies of #890535
Complementary color
Monochromatic Colors of #890535
Black with #890535
Text Example
Text Example
White with #890535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890535; }
p { color: rgb(137,5,53); }
H1.HeaderClassName
{
color: #890535;
}
.AnyTagClassName
{
color: #890535;
}
</style>
background-color css
<style>
a { background-color: #890535; }
a { background-color: rgb(137,5,53); }
div.DivClassName
{
background-color: #890535;
}
.BgClassName
{
background-color: #890535;
}
</style>
border-color css
<style>
span { border-color: #890535; }
span { border-color: rgb(137,5,53); }
td.TdClassName
{
border-color: #890535;
}
.TagClassName
{
border-color: #890535;
}
</style>