Shades of Scarlet Gum #491C65
Tints of Scarlet Gum #491C65
RGB
CMYK
RGB Variations
Color information
#491C65 (or 0x491C65) is known color: Scarlet Gum. HEX triplet: 49, 1C and 65. RGB value is (73,28,101). Sum of RGB (Red+Green+Blue) = 73+28+101=202 (26% of max value = 765). Red value is 73 (28.91% from 255 or 36.14% from 202); Green value is 28 (11.33% from 255 or 13.86% from 202); Blue value is 101 (39.84% from 255 or 50% from 202); Max value from RGB is 101 - color contains mainly: blue. Hex color #491C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C65 is #B6E39A. Grayscale: #313131. Windows color (decimal): -11985819 or 6626377. OLE color: 6626377.
HSL color Cylindrical-coordinate representation of color #491C65: hue angle of 276.99º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #491C65 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 73 | 28 | 101 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.60 |
| HSL | 276.99º | 0.57% | 0.25% | - |
| HSV(B) | 276.99º | 0.72% | 0.4% | - |
| XYZ | 5.51 | 3.19 | 12.64 | - |
| YUV | 49.78 | 156.91 | 144.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 101 | 0.28 | 0.72 | 0 | 0.60 | 276.99 | 0.57 | 0.25 |
| Hex | 49 | 1C | 65 | 1C | 48 | 0 | 3C | 115 | 39 | 19 |
| Octal | 111 | 34 | 145 | 34 | 110 | 0 | 74 | 425 | 71 | 31 |
| Binary | 1001001 | 11100 | 1100101 | 11100 | 1001000 | 0 | 111100 | 100010101 | 111001 | 11001 |
Color Harmonies of #491C65
Complementary color
Monochromatic Colors of #491C65
Black with #491C65
Text Example
Text Example
White with #491C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C65; }
p { color: rgb(73,28,101); }
H1.HeaderClassName
{
color: #491C65;
}
.AnyTagClassName
{
color: #491C65;
}
</style>
background-color css
<style>
a { background-color: #491C65; }
a { background-color: rgb(73,28,101); }
div.DivClassName
{
background-color: #491C65;
}
.BgClassName
{
background-color: #491C65;
}
</style>
border-color css
<style>
span { border-color: #491C65; }
span { border-color: rgb(73,28,101); }
td.TdClassName
{
border-color: #491C65;
}
.TagClassName
{
border-color: #491C65;
}
</style>