Shades of Scarlet Gum #46125E
Tints of Scarlet Gum #46125E
RGB
CMYK
RGB Variations
Color information
#46125E (or 0x46125E) is known color: Scarlet Gum. HEX triplet: 46, 12 and 5E. RGB value is (70,18,94). Sum of RGB (Red+Green+Blue) = 70+18+94=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 94 (37.11% from 255 or 51.65% from 182); Max value from RGB is 94 - color contains mainly: blue. Hex color #46125E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46125E is #B9EDA1. Grayscale: #292929. Windows color (decimal): -12184994 or 6165062. OLE color: 6165062.
HSL color Cylindrical-coordinate representation of color #46125E: hue angle of 281.05º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46125E is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 18 | 94 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.63 |
| HSL | 281.05º | 0.68% | 0.22% | - |
| HSV(B) | 281.05º | 0.81% | 0.37% | - |
| XYZ | 4.76 | 2.54 | 10.83 | - |
| YUV | 42.21 | 157.23 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 94 | 0.26 | 0.81 | 0 | 0.63 | 281.05 | 0.68 | 0.22 |
| Hex | 46 | 12 | 5E | 1A | 51 | 0 | 3F | 119 | 44 | 16 |
| Octal | 106 | 22 | 136 | 32 | 121 | 0 | 77 | 431 | 104 | 26 |
| Binary | 1000110 | 10010 | 1011110 | 11010 | 1010001 | 0 | 111111 | 100011001 | 1000100 | 10110 |
Color Harmonies of #46125E
Complementary color
Monochromatic Colors of #46125E
Black with #46125E
Text Example
Text Example
White with #46125E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46125E; }
p { color: rgb(70,18,94); }
H1.HeaderClassName
{
color: #46125E;
}
.AnyTagClassName
{
color: #46125E;
}
</style>
background-color css
<style>
a { background-color: #46125E; }
a { background-color: rgb(70,18,94); }
div.DivClassName
{
background-color: #46125E;
}
.BgClassName
{
background-color: #46125E;
}
</style>
border-color css
<style>
span { border-color: #46125E; }
span { border-color: rgb(70,18,94); }
td.TdClassName
{
border-color: #46125E;
}
.TagClassName
{
border-color: #46125E;
}
</style>