Shades of Scarlet Gum #491C66
Tints of Scarlet Gum #491C66
RGB
CMYK
RGB Variations
Color information
#491C66 (or 0x491C66) is known color: Scarlet Gum. HEX triplet: 49, 1C and 66. RGB value is (73,28,102). Sum of RGB (Red+Green+Blue) = 73+28+102=203 (26% of max value = 765). Red value is 73 (28.91% from 255 or 35.96% from 203); Green value is 28 (11.33% from 255 or 13.79% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #491C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C66 is #B6E399. Grayscale: #313131. Windows color (decimal): -11985818 or 6691913. OLE color: 6691913.
HSL color Cylindrical-coordinate representation of color #491C66: hue angle of 276.49º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #491C66 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 73 | 28 | 102 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.6 |
| HSL | 276.49º | 0.57% | 0.25% | - |
| HSV(B) | 276.49º | 0.73% | 0.4% | - |
| XYZ | 5.56 | 3.21 | 12.9 | - |
| YUV | 49.89 | 157.41 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 102 | 0.28 | 0.73 | 0 | 0.6 | 276.49 | 0.57 | 0.25 |
| Hex | 49 | 1C | 66 | 1C | 49 | 0 | 3C | 114 | 39 | 19 |
| Octal | 111 | 34 | 146 | 34 | 111 | 0 | 74 | 424 | 71 | 31 |
| Binary | 1001001 | 11100 | 1100110 | 11100 | 1001001 | 0 | 111100 | 100010100 | 111001 | 11001 |
Color Harmonies of #491C66
Complementary color
Monochromatic Colors of #491C66
Black with #491C66
Text Example
Text Example
White with #491C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C66; }
p { color: rgb(73,28,102); }
H1.HeaderClassName
{
color: #491C66;
}
.AnyTagClassName
{
color: #491C66;
}
</style>
background-color css
<style>
a { background-color: #491C66; }
a { background-color: rgb(73,28,102); }
div.DivClassName
{
background-color: #491C66;
}
.BgClassName
{
background-color: #491C66;
}
</style>
border-color css
<style>
span { border-color: #491C66; }
span { border-color: rgb(73,28,102); }
td.TdClassName
{
border-color: #491C66;
}
.TagClassName
{
border-color: #491C66;
}
</style>