Shades of Scarlet Gum #46125C
Tints of Scarlet Gum #46125C
RGB
CMYK
RGB Variations
Color information
#46125C (or 0x46125C) is known color: Scarlet Gum. HEX triplet: 46, 12 and 5C. RGB value is (70,18,92). Sum of RGB (Red+Green+Blue) = 70+18+92=180 (23% of max value = 765). Red value is 70 (27.73% from 255 or 38.89% from 180); Green value is 18 (7.42% from 255 or 10% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #46125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46125C is #B9EDA3. Grayscale: #292929. Windows color (decimal): -12184996 or 6033990. OLE color: 6033990.
HSL color Cylindrical-coordinate representation of color #46125C: hue angle of 282.16º degrees, saturation: 0.67, 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 #46125C is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 18 | 92 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.64 |
| HSL | 282.16º | 0.67% | 0.22% | - |
| HSV(B) | 282.16º | 0.8% | 0.36% | - |
| XYZ | 4.67 | 2.51 | 10.36 | - |
| YUV | 41.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 18 | 92 | 0.24 | 0.80 | 0 | 0.64 | 282.16 | 0.67 | 0.22 |
| Hex | 46 | 12 | 5C | 18 | 50 | 0 | 40 | 11A | 43 | 16 |
| Octal | 106 | 22 | 134 | 30 | 120 | 0 | 100 | 432 | 103 | 26 |
| Binary | 1000110 | 10010 | 1011100 | 11000 | 1010000 | 0 | 1000000 | 100011010 | 1000011 | 10110 |
Color Harmonies of #46125C
Complementary color
Monochromatic Colors of #46125C
Black with #46125C
Text Example
Text Example
White with #46125C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46125C; }
p { color: rgb(70,18,92); }
H1.HeaderClassName
{
color: #46125C;
}
.AnyTagClassName
{
color: #46125C;
}
</style>
background-color css
<style>
a { background-color: #46125C; }
a { background-color: rgb(70,18,92); }
div.DivClassName
{
background-color: #46125C;
}
.BgClassName
{
background-color: #46125C;
}
</style>
border-color css
<style>
span { border-color: #46125C; }
span { border-color: rgb(70,18,92); }
td.TdClassName
{
border-color: #46125C;
}
.TagClassName
{
border-color: #46125C;
}
</style>