Shades of Scarlet Gum #412054
Tints of Scarlet Gum #412054
RGB
CMYK
RGB Variations
Color information
#412054 (or 0x412054) is known color: Scarlet Gum. HEX triplet: 41, 20 and 54. RGB value is (65,32,84). Sum of RGB (Red+Green+Blue) = 65+32+84=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 32 (12.89% from 255 or 17.68% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #412054 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412054 is #BEDFAB. Grayscale: #2F2F2F. Windows color (decimal): -12509100 or 5513281. OLE color: 5513281.
HSL color Cylindrical-coordinate representation of color #412054: hue angle of 278.08º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412054 is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 32 | 84 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.67 |
| HSL | 278.08º | 0.45% | 0.23% | - |
| HSV(B) | 278.08º | 0.62% | 0.33% | - |
| XYZ | 4.3 | 2.8 | 8.7 | - |
| YUV | 47.8 | 148.43 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 84 | 0.23 | 0.62 | 0 | 0.67 | 278.08 | 0.45 | 0.23 |
| Hex | 41 | 20 | 54 | 17 | 3E | 0 | 43 | 116 | 2D | 17 |
| Octal | 101 | 40 | 124 | 27 | 76 | 0 | 103 | 426 | 55 | 27 |
| Binary | 1000001 | 100000 | 1010100 | 10111 | 111110 | 0 | 1000011 | 100010110 | 101101 | 10111 |
Color Harmonies of #412054
Complementary color
Monochromatic Colors of #412054
Black with #412054
Text Example
Text Example
White with #412054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412054; }
p { color: rgb(65,32,84); }
H1.HeaderClassName
{
color: #412054;
}
.AnyTagClassName
{
color: #412054;
}
</style>
background-color css
<style>
a { background-color: #412054; }
a { background-color: rgb(65,32,84); }
div.DivClassName
{
background-color: #412054;
}
.BgClassName
{
background-color: #412054;
}
</style>
border-color css
<style>
span { border-color: #412054; }
span { border-color: rgb(65,32,84); }
td.TdClassName
{
border-color: #412054;
}
.TagClassName
{
border-color: #412054;
}
</style>