Shades of Scarlet Gum #412157
Tints of Scarlet Gum #412157
RGB
CMYK
RGB Variations
Color information
#412157 (or 0x412157) is known color: Scarlet Gum. HEX triplet: 41, 21 and 57. RGB value is (65,33,87). Sum of RGB (Red+Green+Blue) = 65+33+87=185 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.14% from 185); Green value is 33 (13.28% from 255 or 17.84% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #412157 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412157 is #BEDEA8. Grayscale: #303030. Windows color (decimal): -12508841 or 5710145. OLE color: 5710145.
HSL color Cylindrical-coordinate representation of color #412157: hue angle of 275.56º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412157 is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 65 | 33 | 87 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.66 |
| HSL | 275.56º | 0.45% | 0.24% | - |
| HSV(B) | 275.56º | 0.62% | 0.34% | - |
| XYZ | 4.44 | 2.9 | 9.34 | - |
| YUV | 48.72 | 149.6 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 87 | 0.25 | 0.62 | 0 | 0.66 | 275.56 | 0.45 | 0.24 |
| Hex | 41 | 21 | 57 | 19 | 3E | 0 | 42 | 114 | 2D | 18 |
| Octal | 101 | 41 | 127 | 31 | 76 | 0 | 102 | 424 | 55 | 30 |
| Binary | 1000001 | 100001 | 1010111 | 11001 | 111110 | 0 | 1000010 | 100010100 | 101101 | 11000 |
Color Harmonies of #412157
Complementary color
Monochromatic Colors of #412157
Black with #412157
Text Example
Text Example
White with #412157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412157; }
p { color: rgb(65,33,87); }
H1.HeaderClassName
{
color: #412157;
}
.AnyTagClassName
{
color: #412157;
}
</style>
background-color css
<style>
a { background-color: #412157; }
a { background-color: rgb(65,33,87); }
div.DivClassName
{
background-color: #412157;
}
.BgClassName
{
background-color: #412157;
}
</style>
border-color css
<style>
span { border-color: #412157; }
span { border-color: rgb(65,33,87); }
td.TdClassName
{
border-color: #412157;
}
.TagClassName
{
border-color: #412157;
}
</style>