Shades of Scarlet Gum #460D56
Tints of Scarlet Gum #460D56
RGB
CMYK
RGB Variations
Color information
#460D56 (or 0x460D56) is known color: Scarlet Gum. HEX triplet: 46, 0D and 56. RGB value is (70,13,86). Sum of RGB (Red+Green+Blue) = 70+13+86=169 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.42% from 169); Green value is 13 (5.47% from 255 or 7.69% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #460D56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D56 is #B9F2A9. Grayscale: #262626. Windows color (decimal): -12186282 or 5639494. OLE color: 5639494.
HSL color Cylindrical-coordinate representation of color #460D56: hue angle of 286.85º degrees, saturation: 0.74, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #460D56 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 13 | 86 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.66 |
| HSL | 286.85º | 0.74% | 0.19% | - |
| HSV(B) | 286.85º | 0.85% | 0.34% | - |
| XYZ | 4.35 | 2.26 | 9.01 | - |
| YUV | 38.37 | 154.88 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 86 | 0.19 | 0.85 | 0 | 0.66 | 286.85 | 0.74 | 0.19 |
| Hex | 46 | D | 56 | 13 | 55 | 0 | 42 | 11F | 4A | 13 |
| Octal | 106 | 15 | 126 | 23 | 125 | 0 | 102 | 437 | 112 | 23 |
| Binary | 1000110 | 1101 | 1010110 | 10011 | 1010101 | 0 | 1000010 | 100011111 | 1001010 | 10011 |
Color Harmonies of #460D56
Complementary color
Monochromatic Colors of #460D56
Black with #460D56
Text Example
Text Example
White with #460D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D56; }
p { color: rgb(70,13,86); }
H1.HeaderClassName
{
color: #460D56;
}
.AnyTagClassName
{
color: #460D56;
}
</style>
background-color css
<style>
a { background-color: #460D56; }
a { background-color: rgb(70,13,86); }
div.DivClassName
{
background-color: #460D56;
}
.BgClassName
{
background-color: #460D56;
}
</style>
border-color css
<style>
span { border-color: #460D56; }
span { border-color: rgb(70,13,86); }
td.TdClassName
{
border-color: #460D56;
}
.TagClassName
{
border-color: #460D56;
}
</style>