Shades of Scarlet Gum #492F5B
Tints of Scarlet Gum #492F5B
RGB
CMYK
RGB Variations
Color information
#492F5B (or 0x492F5B) is known color: Scarlet Gum. HEX triplet: 49, 2F and 5B. RGB value is (73,47,91). Sum of RGB (Red+Green+Blue) = 73+47+91=211 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.60% from 211); Green value is 47 (18.75% from 255 or 22.27% from 211); Blue value is 91 (35.94% from 255 or 43.13% from 211); Max value from RGB is 91 - color contains mainly: blue. Hex color #492F5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F5B is #B6D0A4. Grayscale: #3B3B3B. Windows color (decimal): -11980965 or 5975881. OLE color: 5975881.
HSL color Cylindrical-coordinate representation of color #492F5B: hue angle of 275.45º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492F5B is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 73 | 47 | 91 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.64 |
| HSL | 275.45º | 0.32% | 0.27% | - |
| HSV(B) | 275.45º | 0.48% | 0.36% | - |
| XYZ | 5.65 | 4.2 | 10.41 | - |
| YUV | 59.79 | 145.61 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 91 | 0.20 | 0.48 | 0 | 0.64 | 275.45 | 0.32 | 0.27 |
| Hex | 49 | 2F | 5B | 14 | 30 | 0 | 40 | 113 | 20 | 1B |
| Octal | 111 | 57 | 133 | 24 | 60 | 0 | 100 | 423 | 40 | 33 |
| Binary | 1001001 | 101111 | 1011011 | 10100 | 110000 | 0 | 1000000 | 100010011 | 100000 | 11011 |
Color Harmonies of #492F5B
Complementary color
Monochromatic Colors of #492F5B
Black with #492F5B
Text Example
Text Example
White with #492F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F5B; }
p { color: rgb(73,47,91); }
H1.HeaderClassName
{
color: #492F5B;
}
.AnyTagClassName
{
color: #492F5B;
}
</style>
background-color css
<style>
a { background-color: #492F5B; }
a { background-color: rgb(73,47,91); }
div.DivClassName
{
background-color: #492F5B;
}
.BgClassName
{
background-color: #492F5B;
}
</style>
border-color css
<style>
span { border-color: #492F5B; }
span { border-color: rgb(73,47,91); }
td.TdClassName
{
border-color: #492F5B;
}
.TagClassName
{
border-color: #492F5B;
}
</style>