Shades of Scarlet Gum #46115F
Tints of Scarlet Gum #46115F
RGB
CMYK
RGB Variations
Color information
#46115F (or 0x46115F) is known color: Scarlet Gum. HEX triplet: 46, 11 and 5F. RGB value is (70,17,95). Sum of RGB (Red+Green+Blue) = 70+17+95=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #46115F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46115F is #B9EEA0. Grayscale: #292929. Windows color (decimal): -12185249 or 6230342. OLE color: 6230342.
HSL color Cylindrical-coordinate representation of color #46115F: hue angle of 280.77º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46115F is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 17 | 95 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.63 |
| HSL | 280.77º | 0.7% | 0.22% | - |
| HSV(B) | 280.77º | 0.82% | 0.37% | - |
| XYZ | 4.79 | 2.53 | 11.06 | - |
| YUV | 41.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 95 | 0.26 | 0.82 | 0 | 0.63 | 280.77 | 0.7 | 0.22 |
| Hex | 46 | 11 | 5F | 1A | 52 | 0 | 3F | 119 | 46 | 16 |
| Octal | 106 | 21 | 137 | 32 | 122 | 0 | 77 | 431 | 106 | 26 |
| Binary | 1000110 | 10001 | 1011111 | 11010 | 1010010 | 0 | 111111 | 100011001 | 1000110 | 10110 |
Color Harmonies of #46115F
Complementary color
Monochromatic Colors of #46115F
Black with #46115F
Text Example
Text Example
White with #46115F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46115F; }
p { color: rgb(70,17,95); }
H1.HeaderClassName
{
color: #46115F;
}
.AnyTagClassName
{
color: #46115F;
}
</style>
background-color css
<style>
a { background-color: #46115F; }
a { background-color: rgb(70,17,95); }
div.DivClassName
{
background-color: #46115F;
}
.BgClassName
{
background-color: #46115F;
}
</style>
border-color css
<style>
span { border-color: #46115F; }
span { border-color: rgb(70,17,95); }
td.TdClassName
{
border-color: #46115F;
}
.TagClassName
{
border-color: #46115F;
}
</style>