Shades of Scarlet Gum #491C5F
Tints of Scarlet Gum #491C5F
RGB
CMYK
RGB Variations
Color information
#491C5F (or 0x491C5F) is known color: Scarlet Gum. HEX triplet: 49, 1C and 5F. RGB value is (73,28,95). Sum of RGB (Red+Green+Blue) = 73+28+95=196 (25% of max value = 765). Red value is 73 (28.91% from 255 or 37.24% from 196); Green value is 28 (11.33% from 255 or 14.29% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #491C5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491C5F is #B6E3A0. Grayscale: #303030. Windows color (decimal): -11985825 or 6233161. OLE color: 6233161.
HSL color Cylindrical-coordinate representation of color #491C5F: hue angle of 280.3º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491C5F is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 73 | 28 | 95 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.63 |
| HSL | 280.3º | 0.54% | 0.24% | - |
| HSV(B) | 280.3º | 0.71% | 0.37% | - |
| XYZ | 5.23 | 3.07 | 11.14 | - |
| YUV | 49.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 28 | 95 | 0.23 | 0.71 | 0 | 0.63 | 280.3 | 0.54 | 0.24 |
| Hex | 49 | 1C | 5F | 17 | 47 | 0 | 3F | 118 | 36 | 18 |
| Octal | 111 | 34 | 137 | 27 | 107 | 0 | 77 | 430 | 66 | 30 |
| Binary | 1001001 | 11100 | 1011111 | 10111 | 1000111 | 0 | 111111 | 100011000 | 110110 | 11000 |
Color Harmonies of #491C5F
Complementary color
Monochromatic Colors of #491C5F
Black with #491C5F
Text Example
Text Example
White with #491C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491C5F; }
p { color: rgb(73,28,95); }
H1.HeaderClassName
{
color: #491C5F;
}
.AnyTagClassName
{
color: #491C5F;
}
</style>
background-color css
<style>
a { background-color: #491C5F; }
a { background-color: rgb(73,28,95); }
div.DivClassName
{
background-color: #491C5F;
}
.BgClassName
{
background-color: #491C5F;
}
</style>
border-color css
<style>
span { border-color: #491C5F; }
span { border-color: rgb(73,28,95); }
td.TdClassName
{
border-color: #491C5F;
}
.TagClassName
{
border-color: #491C5F;
}
</style>