Shades of Scarlet Gum #460D59
Tints of Scarlet Gum #460D59
RGB
CMYK
RGB Variations
Color information
#460D59 (or 0x460D59) is known color: Scarlet Gum. HEX triplet: 46, 0D and 59. RGB value is (70,13,89). Sum of RGB (Red+Green+Blue) = 70+13+89=172 (22% of max value = 765). Red value is 70 (27.73% from 255 or 40.70% from 172); Green value is 13 (5.47% from 255 or 7.56% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #460D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D59 is #B9F2A6. Grayscale: #262626. Windows color (decimal): -12186279 or 5836102. OLE color: 5836102.
HSL color Cylindrical-coordinate representation of color #460D59: hue angle of 285º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #460D59 is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 13 | 89 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.65 |
| HSL | 285º | 0.75% | 0.2% | - |
| HSV(B) | 285º | 0.85% | 0.35% | - |
| XYZ | 4.47 | 2.31 | 9.66 | - |
| YUV | 38.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 89 | 0.21 | 0.85 | 0 | 0.65 | 285 | 0.75 | 0.2 |
| Hex | 46 | D | 59 | 15 | 55 | 0 | 41 | 11D | 4B | 14 |
| Octal | 106 | 15 | 131 | 25 | 125 | 0 | 101 | 435 | 113 | 24 |
| Binary | 1000110 | 1101 | 1011001 | 10101 | 1010101 | 0 | 1000001 | 100011101 | 1001011 | 10100 |
Color Harmonies of #460D59
Complementary color
Monochromatic Colors of #460D59
Black with #460D59
Text Example
Text Example
White with #460D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D59; }
p { color: rgb(70,13,89); }
H1.HeaderClassName
{
color: #460D59;
}
.AnyTagClassName
{
color: #460D59;
}
</style>
background-color css
<style>
a { background-color: #460D59; }
a { background-color: rgb(70,13,89); }
div.DivClassName
{
background-color: #460D59;
}
.BgClassName
{
background-color: #460D59;
}
</style>
border-color css
<style>
span { border-color: #460D59; }
span { border-color: rgb(70,13,89); }
td.TdClassName
{
border-color: #460D59;
}
.TagClassName
{
border-color: #460D59;
}
</style>