Shades of Scarlet Gum #46145D
Tints of Scarlet Gum #46145D
RGB
CMYK
RGB Variations
Color information
#46145D (or 0x46145D) is known color: Scarlet Gum. HEX triplet: 46, 14 and 5D. RGB value is (70,20,93). Sum of RGB (Red+Green+Blue) = 70+20+93=183 (24% of max value = 765). Red value is 70 (27.73% from 255 or 38.25% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 93 (36.72% from 255 or 50.82% from 183); Max value from RGB is 93 - color contains mainly: blue. Hex color #46145D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #46145D is #B9EBA2. Grayscale: #2B2B2B. Windows color (decimal): -12184483 or 6100038. OLE color: 6100038.
HSL color Cylindrical-coordinate representation of color #46145D: hue angle of 281.1º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #46145D is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 20 | 93 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.64 |
| HSL | 281.1º | 0.65% | 0.22% | - |
| HSV(B) | 281.1º | 0.78% | 0.36% | - |
| XYZ | 4.75 | 2.59 | 10.61 | - |
| YUV | 43.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 20 | 93 | 0.25 | 0.78 | 0 | 0.64 | 281.1 | 0.65 | 0.22 |
| Hex | 46 | 14 | 5D | 19 | 4E | 0 | 40 | 119 | 41 | 16 |
| Octal | 106 | 24 | 135 | 31 | 116 | 0 | 100 | 431 | 101 | 26 |
| Binary | 1000110 | 10100 | 1011101 | 11001 | 1001110 | 0 | 1000000 | 100011001 | 1000001 | 10110 |
Color Harmonies of #46145D
Complementary color
Monochromatic Colors of #46145D
Black with #46145D
Text Example
Text Example
White with #46145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #46145D; }
p { color: rgb(70,20,93); }
H1.HeaderClassName
{
color: #46145D;
}
.AnyTagClassName
{
color: #46145D;
}
</style>
background-color css
<style>
a { background-color: #46145D; }
a { background-color: rgb(70,20,93); }
div.DivClassName
{
background-color: #46145D;
}
.BgClassName
{
background-color: #46145D;
}
</style>
border-color css
<style>
span { border-color: #46145D; }
span { border-color: rgb(70,20,93); }
td.TdClassName
{
border-color: #46145D;
}
.TagClassName
{
border-color: #46145D;
}
</style>