Shades of Scarlet Gum #410A57
Tints of Scarlet Gum #410A57
RGB
CMYK
RGB Variations
Color information
#410A57 (or 0x410A57) is known color: Scarlet Gum. HEX triplet: 41, 0A and 57. RGB value is (65,10,87). Sum of RGB (Red+Green+Blue) = 65+10+87=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 10 (4.30% from 255 or 6.17% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #410A57 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410A57 is #BEF5A8. Grayscale: #222222. Windows color (decimal): -12514729 or 5704257. OLE color: 5704257.
HSL color Cylindrical-coordinate representation of color #410A57: hue angle of 282.86º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #410A57 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 10 | 87 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.66 |
| HSL | 282.86º | 0.79% | 0.19% | - |
| HSV(B) | 282.86º | 0.89% | 0.34% | - |
| XYZ | 4.01 | 2.03 | 9.2 | - |
| YUV | 35.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 10 | 87 | 0.25 | 0.89 | 0 | 0.66 | 282.86 | 0.79 | 0.19 |
| Hex | 41 | A | 57 | 19 | 59 | 0 | 42 | 11B | 4F | 13 |
| Octal | 101 | 12 | 127 | 31 | 131 | 0 | 102 | 433 | 117 | 23 |
| Binary | 1000001 | 1010 | 1010111 | 11001 | 1011001 | 0 | 1000010 | 100011011 | 1001111 | 10011 |
Color Harmonies of #410A57
Complementary color
Monochromatic Colors of #410A57
Black with #410A57
Text Example
Text Example
White with #410A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #410A57; }
p { color: rgb(65,10,87); }
H1.HeaderClassName
{
color: #410A57;
}
.AnyTagClassName
{
color: #410A57;
}
</style>
background-color css
<style>
a { background-color: #410A57; }
a { background-color: rgb(65,10,87); }
div.DivClassName
{
background-color: #410A57;
}
.BgClassName
{
background-color: #410A57;
}
</style>
border-color css
<style>
span { border-color: #410A57; }
span { border-color: rgb(65,10,87); }
td.TdClassName
{
border-color: #410A57;
}
.TagClassName
{
border-color: #410A57;
}
</style>