Shades of Scarlet Gum #46135D
Tints of Scarlet Gum #46135D
RGB
CMYK
RGB Variations
Color information
#46135D (or 0x46135D) is known color: Scarlet Gum. HEX triplet: 46, 13 and 5D. RGB value is (70,19,93). Sum of RGB (Red+Green+Blue) = 70+19+93=182 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.46% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #46135D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46135D is #B9ECA2. Grayscale: #2A2A2A. Windows color (decimal): -12184739 or 6099782. OLE color: 6099782.
HSL color Cylindrical-coordinate representation of color #46135D: hue angle of 281.35º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #46135D is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 19 | 93 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.64 |
| HSL | 281.35º | 0.66% | 0.22% | - |
| HSV(B) | 281.35º | 0.8% | 0.36% | - |
| XYZ | 4.73 | 2.56 | 10.6 | - |
| YUV | 42.69 | 156.4 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 93 | 0.25 | 0.80 | 0 | 0.64 | 281.35 | 0.66 | 0.22 |
| Hex | 46 | 13 | 5D | 19 | 50 | 0 | 40 | 119 | 42 | 16 |
| Octal | 106 | 23 | 135 | 31 | 120 | 0 | 100 | 431 | 102 | 26 |
| Binary | 1000110 | 10011 | 1011101 | 11001 | 1010000 | 0 | 1000000 | 100011001 | 1000010 | 10110 |
Color Harmonies of #46135D
Complementary color
Monochromatic Colors of #46135D
Black with #46135D
Text Example
Text Example
White with #46135D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46135D; }
p { color: rgb(70,19,93); }
H1.HeaderClassName
{
color: #46135D;
}
.AnyTagClassName
{
color: #46135D;
}
</style>
background-color css
<style>
a { background-color: #46135D; }
a { background-color: rgb(70,19,93); }
div.DivClassName
{
background-color: #46135D;
}
.BgClassName
{
background-color: #46135D;
}
</style>
border-color css
<style>
span { border-color: #46135D; }
span { border-color: rgb(70,19,93); }
td.TdClassName
{
border-color: #46135D;
}
.TagClassName
{
border-color: #46135D;
}
</style>