Shades of Scarlet Gum #491B5C
Tints of Scarlet Gum #491B5C
RGB
CMYK
RGB Variations
Color information
#491B5C (or 0x491B5C) is known color: Scarlet Gum. HEX triplet: 49, 1B and 5C. RGB value is (73,27,92). Sum of RGB (Red+Green+Blue) = 73+27+92=192 (25% of max value = 765). Red value is 73 (28.91% from 255 or 38.02% from 192); Green value is 27 (10.94% from 255 or 14.06% from 192); Blue value is 92 (36.33% from 255 or 47.92% from 192); Max value from RGB is 92 - color contains mainly: blue. Hex color #491B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #491B5C is #B6E4A3. Grayscale: #2F2F2F. Windows color (decimal): -11986084 or 6036297. OLE color: 6036297.
HSL color Cylindrical-coordinate representation of color #491B5C: hue angle of 282.46º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491B5C is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 27 | 92 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.64 |
| HSL | 282.46º | 0.55% | 0.23% | - |
| HSV(B) | 282.46º | 0.71% | 0.36% | - |
| XYZ | 5.07 | 2.97 | 10.43 | - |
| YUV | 48.16 | 152.74 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 27 | 92 | 0.21 | 0.71 | 0 | 0.64 | 282.46 | 0.55 | 0.23 |
| Hex | 49 | 1B | 5C | 15 | 47 | 0 | 40 | 11A | 37 | 17 |
| Octal | 111 | 33 | 134 | 25 | 107 | 0 | 100 | 432 | 67 | 27 |
| Binary | 1001001 | 11011 | 1011100 | 10101 | 1000111 | 0 | 1000000 | 100011010 | 110111 | 10111 |
Color Harmonies of #491B5C
Complementary color
Monochromatic Colors of #491B5C
Black with #491B5C
Text Example
Text Example
White with #491B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #491B5C; }
p { color: rgb(73,27,92); }
H1.HeaderClassName
{
color: #491B5C;
}
.AnyTagClassName
{
color: #491B5C;
}
</style>
background-color css
<style>
a { background-color: #491B5C; }
a { background-color: rgb(73,27,92); }
div.DivClassName
{
background-color: #491B5C;
}
.BgClassName
{
background-color: #491B5C;
}
</style>
border-color css
<style>
span { border-color: #491B5C; }
span { border-color: rgb(73,27,92); }
td.TdClassName
{
border-color: #491B5C;
}
.TagClassName
{
border-color: #491B5C;
}
</style>