Shades of Scarlet Gum #46115C
Tints of Scarlet Gum #46115C
RGB
CMYK
RGB Variations
Color information
#46115C (or 0x46115C) is known color: Scarlet Gum. HEX triplet: 46, 11 and 5C. RGB value is (70,17,92). Sum of RGB (Red+Green+Blue) = 70+17+92=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 92 (36.33% from 255 or 51.40% from 179); Max value from RGB is 92 - color contains mainly: blue. Hex color #46115C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46115C is #B9EEA3. Grayscale: #292929. Windows color (decimal): -12185252 or 6033734. OLE color: 6033734.
HSL color Cylindrical-coordinate representation of color #46115C: hue angle of 282.4º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #46115C is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 17 | 92 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.64 |
| HSL | 282.4º | 0.69% | 0.21% | - |
| HSV(B) | 282.4º | 0.82% | 0.36% | - |
| XYZ | 4.66 | 2.48 | 10.36 | - |
| YUV | 41.4 | 156.56 | 148.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 92 | 0.24 | 0.82 | 0 | 0.64 | 282.4 | 0.69 | 0.21 |
| Hex | 46 | 11 | 5C | 18 | 52 | 0 | 40 | 11A | 45 | 15 |
| Octal | 106 | 21 | 134 | 30 | 122 | 0 | 100 | 432 | 105 | 25 |
| Binary | 1000110 | 10001 | 1011100 | 11000 | 1010010 | 0 | 1000000 | 100011010 | 1000101 | 10101 |
Color Harmonies of #46115C
Complementary color
Monochromatic Colors of #46115C
Black with #46115C
Text Example
Text Example
White with #46115C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46115C; }
p { color: rgb(70,17,92); }
H1.HeaderClassName
{
color: #46115C;
}
.AnyTagClassName
{
color: #46115C;
}
</style>
background-color css
<style>
a { background-color: #46115C; }
a { background-color: rgb(70,17,92); }
div.DivClassName
{
background-color: #46115C;
}
.BgClassName
{
background-color: #46115C;
}
</style>
border-color css
<style>
span { border-color: #46115C; }
span { border-color: rgb(70,17,92); }
td.TdClassName
{
border-color: #46115C;
}
.TagClassName
{
border-color: #46115C;
}
</style>