Shades of Scarlet Gum #46115A
Tints of Scarlet Gum #46115A
RGB
CMYK
RGB Variations
Color information
#46115A (or 0x46115A) is known color: Scarlet Gum. HEX triplet: 46, 11 and 5A. RGB value is (70,17,90). Sum of RGB (Red+Green+Blue) = 70+17+90=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 17 (7.03% from 255 or 9.60% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #46115A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46115A is #B9EEA5. Grayscale: #282828. Windows color (decimal): -12185254 or 5902662. OLE color: 5902662.
HSL color Cylindrical-coordinate representation of color #46115A: hue angle of 283.56º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46115A is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 17 | 90 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.65 |
| HSL | 283.56º | 0.68% | 0.21% | - |
| HSV(B) | 283.56º | 0.81% | 0.35% | - |
| XYZ | 4.57 | 2.44 | 9.9 | - |
| YUV | 41.17 | 155.56 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 90 | 0.22 | 0.81 | 0 | 0.65 | 283.56 | 0.68 | 0.21 |
| Hex | 46 | 11 | 5A | 16 | 51 | 0 | 41 | 11C | 44 | 15 |
| Octal | 106 | 21 | 132 | 26 | 121 | 0 | 101 | 434 | 104 | 25 |
| Binary | 1000110 | 10001 | 1011010 | 10110 | 1010001 | 0 | 1000001 | 100011100 | 1000100 | 10101 |
Color Harmonies of #46115A
Complementary color
Monochromatic Colors of #46115A
Black with #46115A
Text Example
Text Example
White with #46115A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46115A; }
p { color: rgb(70,17,90); }
H1.HeaderClassName
{
color: #46115A;
}
.AnyTagClassName
{
color: #46115A;
}
</style>
background-color css
<style>
a { background-color: #46115A; }
a { background-color: rgb(70,17,90); }
div.DivClassName
{
background-color: #46115A;
}
.BgClassName
{
background-color: #46115A;
}
</style>
border-color css
<style>
span { border-color: #46115A; }
span { border-color: rgb(70,17,90); }
td.TdClassName
{
border-color: #46115A;
}
.TagClassName
{
border-color: #46115A;
}
</style>