Shades of Scarlet Gum #46135C
Tints of Scarlet Gum #46135C
RGB
CMYK
RGB Variations
Color information
#46135C (or 0x46135C) is known color: Scarlet Gum. HEX triplet: 46, 13 and 5C. RGB value is (70,19,92). Sum of RGB (Red+Green+Blue) = 70+19+92=181 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.67% from 181); Green value is 19 (7.81% from 255 or 10.50% from 181); Blue value is 92 (36.33% from 255 or 50.83% from 181); Max value from RGB is 92 - color contains mainly: blue. Hex color #46135C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46135C is #B9ECA3. Grayscale: #2A2A2A. Windows color (decimal): -12184740 or 6034246. OLE color: 6034246.
HSL color Cylindrical-coordinate representation of color #46135C: hue angle of 281.92º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #46135C is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 19 | 92 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.64 |
| HSL | 281.92º | 0.66% | 0.22% | - |
| HSV(B) | 281.92º | 0.79% | 0.36% | - |
| XYZ | 4.69 | 2.54 | 10.37 | - |
| YUV | 42.57 | 155.9 | 147.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 92 | 0.24 | 0.79 | 0 | 0.64 | 281.92 | 0.66 | 0.22 |
| Hex | 46 | 13 | 5C | 18 | 4F | 0 | 40 | 11A | 42 | 16 |
| Octal | 106 | 23 | 134 | 30 | 117 | 0 | 100 | 432 | 102 | 26 |
| Binary | 1000110 | 10011 | 1011100 | 11000 | 1001111 | 0 | 1000000 | 100011010 | 1000010 | 10110 |
Color Harmonies of #46135C
Complementary color
Monochromatic Colors of #46135C
Black with #46135C
Text Example
Text Example
White with #46135C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46135C; }
p { color: rgb(70,19,92); }
H1.HeaderClassName
{
color: #46135C;
}
.AnyTagClassName
{
color: #46135C;
}
</style>
background-color css
<style>
a { background-color: #46135C; }
a { background-color: rgb(70,19,92); }
div.DivClassName
{
background-color: #46135C;
}
.BgClassName
{
background-color: #46135C;
}
</style>
border-color css
<style>
span { border-color: #46135C; }
span { border-color: rgb(70,19,92); }
td.TdClassName
{
border-color: #46135C;
}
.TagClassName
{
border-color: #46135C;
}
</style>