Shades of Scarlet Gum #491F60
Tints of Scarlet Gum #491F60
RGB
CMYK
RGB Variations
Color information
#491F60 (or 0x491F60) is known color: Scarlet Gum. HEX triplet: 49, 1F and 60. RGB value is (73,31,96). Sum of RGB (Red+Green+Blue) = 73+31+96=200 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.5% from 200); Green value is 31 (12.5% from 255 or 15.5% from 200); Blue value is 96 (37.89% from 255 or 48% from 200); Max value from RGB is 96 - color contains mainly: blue. Hex color #491F60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491F60 is #B6E09F. Grayscale: #323232. Windows color (decimal): -11985056 or 6299465. OLE color: 6299465.
HSL color Cylindrical-coordinate representation of color #491F60: hue angle of 278.77º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #491F60 is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 73 | 31 | 96 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.62 |
| HSL | 278.77º | 0.51% | 0.25% | - |
| HSV(B) | 278.77º | 0.68% | 0.38% | - |
| XYZ | 5.35 | 3.24 | 11.41 | - |
| YUV | 50.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 31 | 96 | 0.24 | 0.68 | 0 | 0.62 | 278.77 | 0.51 | 0.25 |
| Hex | 49 | 1F | 60 | 18 | 44 | 0 | 3E | 117 | 33 | 19 |
| Octal | 111 | 37 | 140 | 30 | 104 | 0 | 76 | 427 | 63 | 31 |
| Binary | 1001001 | 11111 | 1100000 | 11000 | 1000100 | 0 | 111110 | 100010111 | 110011 | 11001 |
Color Harmonies of #491F60
Complementary color
Monochromatic Colors of #491F60
Black with #491F60
Text Example
Text Example
White with #491F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491F60; }
p { color: rgb(73,31,96); }
H1.HeaderClassName
{
color: #491F60;
}
.AnyTagClassName
{
color: #491F60;
}
</style>
background-color css
<style>
a { background-color: #491F60; }
a { background-color: rgb(73,31,96); }
div.DivClassName
{
background-color: #491F60;
}
.BgClassName
{
background-color: #491F60;
}
</style>
border-color css
<style>
span { border-color: #491F60; }
span { border-color: rgb(73,31,96); }
td.TdClassName
{
border-color: #491F60;
}
.TagClassName
{
border-color: #491F60;
}
</style>