Shades of Scarlet Gum #492F5A
Tints of Scarlet Gum #492F5A
RGB
CMYK
RGB Variations
Color information
#492F5A (or 0x492F5A) is known color: Scarlet Gum. HEX triplet: 49, 2F and 5A. RGB value is (73,47,90). Sum of RGB (Red+Green+Blue) = 73+47+90=210 (27% of max value = 765). Red value is 73 (28.91% from 255 or 34.76% from 210); Green value is 47 (18.75% from 255 or 22.38% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #492F5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #492F5A is #B6D0A5. Grayscale: #3B3B3B. Windows color (decimal): -11980966 or 5910345. OLE color: 5910345.
HSL color Cylindrical-coordinate representation of color #492F5A: hue angle of 276.28º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #492F5A is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 73 | 47 | 90 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.65 |
| HSL | 276.28º | 0.31% | 0.27% | - |
| HSV(B) | 276.28º | 0.48% | 0.35% | - |
| XYZ | 5.61 | 4.19 | 10.19 | - |
| YUV | 59.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 47 | 90 | 0.19 | 0.48 | 0 | 0.65 | 276.28 | 0.31 | 0.27 |
| Hex | 49 | 2F | 5A | 13 | 30 | 0 | 41 | 114 | 1F | 1B |
| Octal | 111 | 57 | 132 | 23 | 60 | 0 | 101 | 424 | 37 | 33 |
| Binary | 1001001 | 101111 | 1011010 | 10011 | 110000 | 0 | 1000001 | 100010100 | 11111 | 11011 |
Color Harmonies of #492F5A
Complementary color
Monochromatic Colors of #492F5A
Black with #492F5A
Text Example
Text Example
White with #492F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #492F5A; }
p { color: rgb(73,47,90); }
H1.HeaderClassName
{
color: #492F5A;
}
.AnyTagClassName
{
color: #492F5A;
}
</style>
background-color css
<style>
a { background-color: #492F5A; }
a { background-color: rgb(73,47,90); }
div.DivClassName
{
background-color: #492F5A;
}
.BgClassName
{
background-color: #492F5A;
}
</style>
border-color css
<style>
span { border-color: #492F5A; }
span { border-color: rgb(73,47,90); }
td.TdClassName
{
border-color: #492F5A;
}
.TagClassName
{
border-color: #492F5A;
}
</style>