Shades of Scarlet Gum #412153
Tints of Scarlet Gum #412153
RGB
CMYK
RGB Variations
Color information
#412153 (or 0x412153) is known color: Scarlet Gum. HEX triplet: 41, 21 and 53. RGB value is (65,33,83). Sum of RGB (Red+Green+Blue) = 65+33+83=181 (23% of max value = 765). Red value is 65 (25.78% from 255 or 35.91% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 83 (32.81% from 255 or 45.86% from 181); Max value from RGB is 83 - color contains mainly: blue. Hex color #412153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412153 is #BEDEAC. Grayscale: #303030. Windows color (decimal): -12508845 or 5448001. OLE color: 5448001.
HSL color Cylindrical-coordinate representation of color #412153: hue angle of 278.4º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #412153 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 33 | 83 | - |
| CMYK | 0.22 | 0.60 | 0 | 0.67 |
| HSL | 278.4º | 0.43% | 0.23% | - |
| HSV(B) | 278.4º | 0.6% | 0.33% | - |
| XYZ | 4.29 | 2.84 | 8.51 | - |
| YUV | 48.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 83 | 0.22 | 0.60 | 0 | 0.67 | 278.4 | 0.43 | 0.23 |
| Hex | 41 | 21 | 53 | 16 | 3C | 0 | 43 | 116 | 2B | 17 |
| Octal | 101 | 41 | 123 | 26 | 74 | 0 | 103 | 426 | 53 | 27 |
| Binary | 1000001 | 100001 | 1010011 | 10110 | 111100 | 0 | 1000011 | 100010110 | 101011 | 10111 |
Color Harmonies of #412153
Complementary color
Monochromatic Colors of #412153
Black with #412153
Text Example
Text Example
White with #412153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412153; }
p { color: rgb(65,33,83); }
H1.HeaderClassName
{
color: #412153;
}
.AnyTagClassName
{
color: #412153;
}
</style>
background-color css
<style>
a { background-color: #412153; }
a { background-color: rgb(65,33,83); }
div.DivClassName
{
background-color: #412153;
}
.BgClassName
{
background-color: #412153;
}
</style>
border-color css
<style>
span { border-color: #412153; }
span { border-color: rgb(65,33,83); }
td.TdClassName
{
border-color: #412153;
}
.TagClassName
{
border-color: #412153;
}
</style>