Shades of Scarlet Gum #412059
Tints of Scarlet Gum #412059
RGB
CMYK
RGB Variations
Color information
#412059 (or 0x412059) is known color: Scarlet Gum. HEX triplet: 41, 20 and 59. RGB value is (65,32,89). Sum of RGB (Red+Green+Blue) = 65+32+89=186 (24% of max value = 765). Red value is 65 (25.78% from 255 or 34.95% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 89 (35.16% from 255 or 47.85% from 186); Max value from RGB is 89 - color contains mainly: blue. Hex color #412059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412059 is #BEDFA6. Grayscale: #303030. Windows color (decimal): -12509095 or 5840961. OLE color: 5840961.
HSL color Cylindrical-coordinate representation of color #412059: hue angle of 274.74º degrees, saturation: 0.47, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #412059 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 32 | 89 | - |
| CMYK | 0.27 | 0.64 | 0 | 0.65 |
| HSL | 274.74º | 0.47% | 0.24% | - |
| HSV(B) | 274.74º | 0.64% | 0.35% | - |
| XYZ | 4.5 | 2.88 | 9.77 | - |
| YUV | 48.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 89 | 0.27 | 0.64 | 0 | 0.65 | 274.74 | 0.47 | 0.24 |
| Hex | 41 | 20 | 59 | 1B | 40 | 0 | 41 | 113 | 2F | 18 |
| Octal | 101 | 40 | 131 | 33 | 100 | 0 | 101 | 423 | 57 | 30 |
| Binary | 1000001 | 100000 | 1011001 | 11011 | 1000000 | 0 | 1000001 | 100010011 | 101111 | 11000 |
Color Harmonies of #412059
Complementary color
Monochromatic Colors of #412059
Black with #412059
Text Example
Text Example
White with #412059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412059; }
p { color: rgb(65,32,89); }
H1.HeaderClassName
{
color: #412059;
}
.AnyTagClassName
{
color: #412059;
}
</style>
background-color css
<style>
a { background-color: #412059; }
a { background-color: rgb(65,32,89); }
div.DivClassName
{
background-color: #412059;
}
.BgClassName
{
background-color: #412059;
}
</style>
border-color css
<style>
span { border-color: #412059; }
span { border-color: rgb(65,32,89); }
td.TdClassName
{
border-color: #412059;
}
.TagClassName
{
border-color: #412059;
}
</style>