Shades of Scarlet Gum #411955
Tints of Scarlet Gum #411955
RGB
CMYK
RGB Variations
Color information
#411955 (or 0x411955) is known color: Scarlet Gum. HEX triplet: 41, 19 and 55. RGB value is (65,25,85). Sum of RGB (Red+Green+Blue) = 65+25+85=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 25 (10.16% from 255 or 14.29% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #411955 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411955 is #BEE6AA. Grayscale: #2B2B2B. Windows color (decimal): -12510891 or 5577025. OLE color: 5577025.
HSL color Cylindrical-coordinate representation of color #411955: hue angle of 280º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #411955 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 25 | 85 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.67 |
| HSL | 280º | 0.55% | 0.22% | - |
| HSV(B) | 280º | 0.71% | 0.33% | - |
| XYZ | 4.17 | 2.47 | 8.85 | - |
| YUV | 43.8 | 151.25 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 25 | 85 | 0.24 | 0.71 | 0 | 0.67 | 280 | 0.55 | 0.22 |
| Hex | 41 | 19 | 55 | 18 | 47 | 0 | 43 | 118 | 37 | 16 |
| Octal | 101 | 31 | 125 | 30 | 107 | 0 | 103 | 430 | 67 | 26 |
| Binary | 1000001 | 11001 | 1010101 | 11000 | 1000111 | 0 | 1000011 | 100011000 | 110111 | 10110 |
Color Harmonies of #411955
Complementary color
Monochromatic Colors of #411955
Black with #411955
Text Example
Text Example
White with #411955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411955; }
p { color: rgb(65,25,85); }
H1.HeaderClassName
{
color: #411955;
}
.AnyTagClassName
{
color: #411955;
}
</style>
background-color css
<style>
a { background-color: #411955; }
a { background-color: rgb(65,25,85); }
div.DivClassName
{
background-color: #411955;
}
.BgClassName
{
background-color: #411955;
}
</style>
border-color css
<style>
span { border-color: #411955; }
span { border-color: rgb(65,25,85); }
td.TdClassName
{
border-color: #411955;
}
.TagClassName
{
border-color: #411955;
}
</style>