Shades of Scarlet Gum #491D58
Tints of Scarlet Gum #491D58
RGB
CMYK
RGB Variations
Color information
#491D58 (or 0x491D58) is known color: Scarlet Gum. HEX triplet: 49, 1D and 58. RGB value is (73,29,88). Sum of RGB (Red+Green+Blue) = 73+29+88=190 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.42% from 190); Green value is 29 (11.72% from 255 or 15.26% from 190); Blue value is 88 (34.77% from 255 or 46.32% from 190); Max value from RGB is 88 - color contains mainly: blue. Hex color #491D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491D58 is #B6E2A7. Grayscale: #303030. Windows color (decimal): -11985576 or 5774665. OLE color: 5774665.
HSL color Cylindrical-coordinate representation of color #491D58: hue angle of 284.75º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #491D58 is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 29 | 88 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.65 |
| HSL | 284.75º | 0.5% | 0.23% | - |
| HSV(B) | 284.75º | 0.67% | 0.35% | - |
| XYZ | 4.95 | 3 | 9.55 | - |
| YUV | 48.88 | 150.08 | 145.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 29 | 88 | 0.17 | 0.67 | 0 | 0.65 | 284.75 | 0.5 | 0.23 |
| Hex | 49 | 1D | 58 | 11 | 43 | 0 | 41 | 11D | 32 | 17 |
| Octal | 111 | 35 | 130 | 21 | 103 | 0 | 101 | 435 | 62 | 27 |
| Binary | 1001001 | 11101 | 1011000 | 10001 | 1000011 | 0 | 1000001 | 100011101 | 110010 | 10111 |
Color Harmonies of #491D58
Complementary color
Monochromatic Colors of #491D58
Black with #491D58
Text Example
Text Example
White with #491D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491D58; }
p { color: rgb(73,29,88); }
H1.HeaderClassName
{
color: #491D58;
}
.AnyTagClassName
{
color: #491D58;
}
</style>
background-color css
<style>
a { background-color: #491D58; }
a { background-color: rgb(73,29,88); }
div.DivClassName
{
background-color: #491D58;
}
.BgClassName
{
background-color: #491D58;
}
</style>
border-color css
<style>
span { border-color: #491D58; }
span { border-color: rgb(73,29,88); }
td.TdClassName
{
border-color: #491D58;
}
.TagClassName
{
border-color: #491D58;
}
</style>