Shades of Scarlet Gum #460D53
Tints of Scarlet Gum #460D53
RGB
CMYK
RGB Variations
Color information
#460D53 (or 0x460D53) is known color: Scarlet Gum. HEX triplet: 46, 0D and 53. RGB value is (70,13,83). Sum of RGB (Red+Green+Blue) = 70+13+83=166 (21% of max value = 765). Red value is 70 (27.73% from 255 or 42.17% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #460D53 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #460D53 is #B9F2AC. Grayscale: #252525. Windows color (decimal): -12186285 or 5442886. OLE color: 5442886.
HSL color Cylindrical-coordinate representation of color #460D53: hue angle of 288.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #460D53 is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 70 | 13 | 83 | - |
| CMYK | 0.16 | 0.84 | 0 | 0.67 |
| HSL | 288.86º | 0.73% | 0.19% | - |
| HSV(B) | 288.86º | 0.84% | 0.33% | - |
| XYZ | 4.23 | 2.21 | 8.39 | - |
| YUV | 38.02 | 153.38 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 13 | 83 | 0.16 | 0.84 | 0 | 0.67 | 288.86 | 0.73 | 0.19 |
| Hex | 46 | D | 53 | 10 | 54 | 0 | 43 | 121 | 49 | 13 |
| Octal | 106 | 15 | 123 | 20 | 124 | 0 | 103 | 441 | 111 | 23 |
| Binary | 1000110 | 1101 | 1010011 | 10000 | 1010100 | 0 | 1000011 | 100100001 | 1001001 | 10011 |
Color Harmonies of #460D53
Complementary color
Monochromatic Colors of #460D53
Black with #460D53
Text Example
Text Example
White with #460D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #460D53; }
p { color: rgb(70,13,83); }
H1.HeaderClassName
{
color: #460D53;
}
.AnyTagClassName
{
color: #460D53;
}
</style>
background-color css
<style>
a { background-color: #460D53; }
a { background-color: rgb(70,13,83); }
div.DivClassName
{
background-color: #460D53;
}
.BgClassName
{
background-color: #460D53;
}
</style>
border-color css
<style>
span { border-color: #460D53; }
span { border-color: rgb(70,13,83); }
td.TdClassName
{
border-color: #460D53;
}
.TagClassName
{
border-color: #460D53;
}
</style>