Shades of Rum #73597B
Tints of Rum #73597B
RGB
CMYK
RGB Variations
Color information
#73597B (or 0x73597B) is known color: Rum. HEX triplet: 73, 59 and 7B. RGB value is (115,89,123). Sum of RGB (Red+Green+Blue) = 115+89+123=327 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.17% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #73597B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73597B is #8CA684. Grayscale: #646464. Windows color (decimal): -9217669 or 8083827. OLE color: 8083827.
HSL color Cylindrical-coordinate representation of color #73597B: hue angle of 285.88º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73597B is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 115 | 89 | 123 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.52 |
| HSL | 285.88º | 0.16% | 0.42% | - |
| HSV(B) | 285.88º | 0.28% | 0.48% | - |
| XYZ | 14.22 | 12.22 | 20.35 | - |
| YUV | 100.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 89 | 123 | 0.07 | 0.28 | 0 | 0.52 | 285.88 | 0.16 | 0.42 |
| Hex | 73 | 59 | 7B | 7 | 1C | 0 | 34 | 11E | 10 | 2A |
| Octal | 163 | 131 | 173 | 7 | 34 | 0 | 64 | 436 | 20 | 52 |
| Binary | 1110011 | 1011001 | 1111011 | 111 | 11100 | 0 | 110100 | 100011110 | 10000 | 101010 |
Color Harmonies of #73597B
Complementary color
Monochromatic Colors of #73597B
Black with #73597B
Text Example
Text Example
White with #73597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73597B; }
p { color: rgb(115,89,123); }
H1.HeaderClassName
{
color: #73597B;
}
.AnyTagClassName
{
color: #73597B;
}
</style>
background-color css
<style>
a { background-color: #73597B; }
a { background-color: rgb(115,89,123); }
div.DivClassName
{
background-color: #73597B;
}
.BgClassName
{
background-color: #73597B;
}
</style>
border-color css
<style>
span { border-color: #73597B; }
span { border-color: rgb(115,89,123); }
td.TdClassName
{
border-color: #73597B;
}
.TagClassName
{
border-color: #73597B;
}
</style>