Shades of Scarlet Gum #46135A
Tints of Scarlet Gum #46135A
RGB
CMYK
RGB Variations
Color information
#46135A (or 0x46135A) is known color: Scarlet Gum. HEX triplet: 46, 13 and 5A. RGB value is (70,19,90). Sum of RGB (Red+Green+Blue) = 70+19+90=179 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.11% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 90 (35.55% from 255 or 50.28% from 179); Max value from RGB is 90 - color contains mainly: blue. Hex color #46135A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46135A is #B9ECA5. Grayscale: #2A2A2A. Windows color (decimal): -12184742 or 5903174. OLE color: 5903174.
HSL color Cylindrical-coordinate representation of color #46135A: hue angle of 283.1º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46135A is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 19 | 90 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.65 |
| HSL | 283.1º | 0.65% | 0.21% | - |
| HSV(B) | 283.1º | 0.79% | 0.35% | - |
| XYZ | 4.6 | 2.51 | 9.91 | - |
| YUV | 42.34 | 154.9 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 90 | 0.22 | 0.79 | 0 | 0.65 | 283.1 | 0.65 | 0.21 |
| Hex | 46 | 13 | 5A | 16 | 4F | 0 | 41 | 11B | 41 | 15 |
| Octal | 106 | 23 | 132 | 26 | 117 | 0 | 101 | 433 | 101 | 25 |
| Binary | 1000110 | 10011 | 1011010 | 10110 | 1001111 | 0 | 1000001 | 100011011 | 1000001 | 10101 |
Color Harmonies of #46135A
Complementary color
Monochromatic Colors of #46135A
Black with #46135A
Text Example
Text Example
White with #46135A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46135A; }
p { color: rgb(70,19,90); }
H1.HeaderClassName
{
color: #46135A;
}
.AnyTagClassName
{
color: #46135A;
}
</style>
background-color css
<style>
a { background-color: #46135A; }
a { background-color: rgb(70,19,90); }
div.DivClassName
{
background-color: #46135A;
}
.BgClassName
{
background-color: #46135A;
}
</style>
border-color css
<style>
span { border-color: #46135A; }
span { border-color: rgb(70,19,90); }
td.TdClassName
{
border-color: #46135A;
}
.TagClassName
{
border-color: #46135A;
}
</style>