Shades of Scarlet Gum #46115B
Tints of Scarlet Gum #46115B
RGB
CMYK
RGB Variations
Color information
#46115B (or 0x46115B) is known color: Scarlet Gum. HEX triplet: 46, 11 and 5B. RGB value is (70,17,91). Sum of RGB (Red+Green+Blue) = 70+17+91=178 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.33% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 91 (35.94% from 255 or 51.12% from 178); Max value from RGB is 91 - color contains mainly: blue. Hex color #46115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46115B is #B9EEA4. Grayscale: #292929. Windows color (decimal): -12185253 or 5968198. OLE color: 5968198.
HSL color Cylindrical-coordinate representation of color #46115B: hue angle of 282.97º degrees, saturation: 0.69, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46115B is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 17 | 91 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.64 |
| HSL | 282.97º | 0.69% | 0.21% | - |
| HSV(B) | 282.97º | 0.81% | 0.36% | - |
| XYZ | 4.61 | 2.46 | 10.13 | - |
| YUV | 41.28 | 156.06 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 17 | 91 | 0.23 | 0.81 | 0 | 0.64 | 282.97 | 0.69 | 0.21 |
| Hex | 46 | 11 | 5B | 17 | 51 | 0 | 40 | 11B | 45 | 15 |
| Octal | 106 | 21 | 133 | 27 | 121 | 0 | 100 | 433 | 105 | 25 |
| Binary | 1000110 | 10001 | 1011011 | 10111 | 1010001 | 0 | 1000000 | 100011011 | 1000101 | 10101 |
Color Harmonies of #46115B
Complementary color
Monochromatic Colors of #46115B
Black with #46115B
Text Example
Text Example
White with #46115B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46115B; }
p { color: rgb(70,17,91); }
H1.HeaderClassName
{
color: #46115B;
}
.AnyTagClassName
{
color: #46115B;
}
</style>
background-color css
<style>
a { background-color: #46115B; }
a { background-color: rgb(70,17,91); }
div.DivClassName
{
background-color: #46115B;
}
.BgClassName
{
background-color: #46115B;
}
</style>
border-color css
<style>
span { border-color: #46115B; }
span { border-color: rgb(70,17,91); }
td.TdClassName
{
border-color: #46115B;
}
.TagClassName
{
border-color: #46115B;
}
</style>