Shades of Scarlet Gum #46324D
Tints of Scarlet Gum #46324D
RGB
CMYK
RGB Variations
Color information
#46324D (or 0x46324D) is known color: Scarlet Gum. HEX triplet: 46, 32 and 4D. RGB value is (70,50,77). Sum of RGB (Red+Green+Blue) = 70+50+77=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #46324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #46324D is #B9CDB2. Grayscale: #3A3A3A. Windows color (decimal): -12176819 or 5059142. OLE color: 5059142.
HSL color Cylindrical-coordinate representation of color #46324D: hue angle of 284.44º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #46324D is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 70 | 50 | 77 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.70 |
| HSL | 284.44º | 0.21% | 0.25% | - |
| HSV(B) | 284.44º | 0.35% | 0.3% | - |
| XYZ | 5.01 | 4.12 | 7.55 | - |
| YUV | 59.06 | 138.13 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 50 | 77 | 0.09 | 0.35 | 0 | 0.70 | 284.44 | 0.21 | 0.25 |
| Hex | 46 | 32 | 4D | 9 | 23 | 0 | 46 | 11C | 15 | 19 |
| Octal | 106 | 62 | 115 | 11 | 43 | 0 | 106 | 434 | 25 | 31 |
| Binary | 1000110 | 110010 | 1001101 | 1001 | 100011 | 0 | 1000110 | 100011100 | 10101 | 11001 |
Color Harmonies of #46324D
Complementary color
Monochromatic Colors of #46324D
Black with #46324D
Text Example
Text Example
White with #46324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46324D; }
p { color: rgb(70,50,77); }
H1.HeaderClassName
{
color: #46324D;
}
.AnyTagClassName
{
color: #46324D;
}
</style>
background-color css
<style>
a { background-color: #46324D; }
a { background-color: rgb(70,50,77); }
div.DivClassName
{
background-color: #46324D;
}
.BgClassName
{
background-color: #46324D;
}
</style>
border-color css
<style>
span { border-color: #46324D; }
span { border-color: rgb(70,50,77); }
td.TdClassName
{
border-color: #46324D;
}
.TagClassName
{
border-color: #46324D;
}
</style>