Shades of Scarlet Gum #460D55
Tints of Scarlet Gum #460D55
RGB
CMYK
RGB Variations
Color information
#460D55 (or 0x460D55) is known color: Scarlet Gum. HEX triplet: 46, 0D and 55. RGB value is (70,13,85). Sum of RGB (Red+Green+Blue) = 70+13+85=168 (22% of max value = 765). Red value is 70 (27.73% from 255 or 41.67% from 168); Green value is 13 (5.47% from 255 or 7.74% from 168); Blue value is 85 (33.59% from 255 or 50.60% from 168); Max value from RGB is 85 - color contains mainly: blue. Hex color #460D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D55 is #B9F2AA. Grayscale: #262626. Windows color (decimal): -12186283 or 5573958. OLE color: 5573958.
HSL color Cylindrical-coordinate representation of color #460D55: hue angle of 287.5º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #460D55 is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 13 | 85 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.67 |
| HSL | 287.5º | 0.73% | 0.19% | - |
| HSV(B) | 287.5º | 0.85% | 0.33% | - |
| XYZ | 4.31 | 2.25 | 8.8 | - |
| YUV | 38.25 | 154.38 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 85 | 0.18 | 0.85 | 0 | 0.67 | 287.5 | 0.73 | 0.19 |
| Hex | 46 | D | 55 | 12 | 55 | 0 | 43 | 120 | 49 | 13 |
| Octal | 106 | 15 | 125 | 22 | 125 | 0 | 103 | 440 | 111 | 23 |
| Binary | 1000110 | 1101 | 1010101 | 10010 | 1010101 | 0 | 1000011 | 100100000 | 1001001 | 10011 |
Color Harmonies of #460D55
Complementary color
Monochromatic Colors of #460D55
Black with #460D55
Text Example
Text Example
White with #460D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D55; }
p { color: rgb(70,13,85); }
H1.HeaderClassName
{
color: #460D55;
}
.AnyTagClassName
{
color: #460D55;
}
</style>
background-color css
<style>
a { background-color: #460D55; }
a { background-color: rgb(70,13,85); }
div.DivClassName
{
background-color: #460D55;
}
.BgClassName
{
background-color: #460D55;
}
</style>
border-color css
<style>
span { border-color: #460D55; }
span { border-color: rgb(70,13,85); }
td.TdClassName
{
border-color: #460D55;
}
.TagClassName
{
border-color: #460D55;
}
</style>