Shades of Scarlet Gum #411359
Tints of Scarlet Gum #411359
RGB
CMYK
RGB Variations
Color information
#411359 (or 0x411359) is known color: Scarlet Gum. HEX triplet: 41, 13 and 59. RGB value is (65,19,89). Sum of RGB (Red+Green+Blue) = 65+19+89=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 19 (7.81% from 255 or 10.98% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #411359 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411359 is #BEECA6. Grayscale: #282828. Windows color (decimal): -12512423 or 5837633. OLE color: 5837633.
HSL color Cylindrical-coordinate representation of color #411359: hue angle of 279.43º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #411359 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 65 | 19 | 89 | - |
| CMYK | 0.27 | 0.79 | 0 | 0.65 |
| HSL | 279.43º | 0.65% | 0.21% | - |
| HSV(B) | 279.43º | 0.79% | 0.35% | - |
| XYZ | 4.22 | 2.31 | 9.68 | - |
| YUV | 40.73 | 155.24 | 145.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 89 | 0.27 | 0.79 | 0 | 0.65 | 279.43 | 0.65 | 0.21 |
| Hex | 41 | 13 | 59 | 1B | 4F | 0 | 41 | 117 | 41 | 15 |
| Octal | 101 | 23 | 131 | 33 | 117 | 0 | 101 | 427 | 101 | 25 |
| Binary | 1000001 | 10011 | 1011001 | 11011 | 1001111 | 0 | 1000001 | 100010111 | 1000001 | 10101 |
Color Harmonies of #411359
Complementary color
Monochromatic Colors of #411359
Black with #411359
Text Example
Text Example
White with #411359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411359; }
p { color: rgb(65,19,89); }
H1.HeaderClassName
{
color: #411359;
}
.AnyTagClassName
{
color: #411359;
}
</style>
background-color css
<style>
a { background-color: #411359; }
a { background-color: rgb(65,19,89); }
div.DivClassName
{
background-color: #411359;
}
.BgClassName
{
background-color: #411359;
}
</style>
border-color css
<style>
span { border-color: #411359; }
span { border-color: rgb(65,19,89); }
td.TdClassName
{
border-color: #411359;
}
.TagClassName
{
border-color: #411359;
}
</style>