Shades of Scarlet Gum #460E5D
Tints of Scarlet Gum #460E5D
RGB
CMYK
RGB Variations
Color information
#460E5D (or 0x460E5D) is known color: Scarlet Gum. HEX triplet: 46, 0E and 5D. RGB value is (70,14,93). Sum of RGB (Red+Green+Blue) = 70+14+93=177 (23% of max value = 765). Red value is 70 (27.73% from 255 or 39.55% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #460E5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460E5D is #B9F1A2. Grayscale: #272727. Windows color (decimal): -12186019 or 6098502. OLE color: 6098502.
HSL color Cylindrical-coordinate representation of color #460E5D: hue angle of 282.53º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #460E5D is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 70 | 14 | 93 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.64 |
| HSL | 282.53º | 0.74% | 0.21% | - |
| HSV(B) | 282.53º | 0.85% | 0.36% | - |
| XYZ | 4.66 | 2.41 | 10.57 | - |
| YUV | 39.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 14 | 93 | 0.25 | 0.85 | 0 | 0.64 | 282.53 | 0.74 | 0.21 |
| Hex | 46 | E | 5D | 19 | 55 | 0 | 40 | 11B | 4A | 15 |
| Octal | 106 | 16 | 135 | 31 | 125 | 0 | 100 | 433 | 112 | 25 |
| Binary | 1000110 | 1110 | 1011101 | 11001 | 1010101 | 0 | 1000000 | 100011011 | 1001010 | 10101 |
Color Harmonies of #460E5D
Complementary color
Monochromatic Colors of #460E5D
Black with #460E5D
Text Example
Text Example
White with #460E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460E5D; }
p { color: rgb(70,14,93); }
H1.HeaderClassName
{
color: #460E5D;
}
.AnyTagClassName
{
color: #460E5D;
}
</style>
background-color css
<style>
a { background-color: #460E5D; }
a { background-color: rgb(70,14,93); }
div.DivClassName
{
background-color: #460E5D;
}
.BgClassName
{
background-color: #460E5D;
}
</style>
border-color css
<style>
span { border-color: #460E5D; }
span { border-color: rgb(70,14,93); }
td.TdClassName
{
border-color: #460E5D;
}
.TagClassName
{
border-color: #460E5D;
}
</style>