Shades of Scarlet Gum #412154
Tints of Scarlet Gum #412154
RGB
CMYK
RGB Variations
Color information
#412154 (or 0x412154) is known color: Scarlet Gum. HEX triplet: 41, 21 and 54. RGB value is (65,33,84). Sum of RGB (Red+Green+Blue) = 65+33+84=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 33 (13.28% from 255 or 18.13% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #412154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412154 is #BEDEAB. Grayscale: #303030. Windows color (decimal): -12508844 or 5513537. OLE color: 5513537.
HSL color Cylindrical-coordinate representation of color #412154: hue angle of 277.65º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #412154 is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 33 | 84 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.67 |
| HSL | 277.65º | 0.44% | 0.23% | - |
| HSV(B) | 277.65º | 0.61% | 0.33% | - |
| XYZ | 4.32 | 2.85 | 8.71 | - |
| YUV | 48.38 | 148.1 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 84 | 0.23 | 0.61 | 0 | 0.67 | 277.65 | 0.44 | 0.23 |
| Hex | 41 | 21 | 54 | 17 | 3D | 0 | 43 | 116 | 2C | 17 |
| Octal | 101 | 41 | 124 | 27 | 75 | 0 | 103 | 426 | 54 | 27 |
| Binary | 1000001 | 100001 | 1010100 | 10111 | 111101 | 0 | 1000011 | 100010110 | 101100 | 10111 |
Color Harmonies of #412154
Complementary color
Monochromatic Colors of #412154
Black with #412154
Text Example
Text Example
White with #412154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #412154; }
p { color: rgb(65,33,84); }
H1.HeaderClassName
{
color: #412154;
}
.AnyTagClassName
{
color: #412154;
}
</style>
background-color css
<style>
a { background-color: #412154; }
a { background-color: rgb(65,33,84); }
div.DivClassName
{
background-color: #412154;
}
.BgClassName
{
background-color: #412154;
}
</style>
border-color css
<style>
span { border-color: #412154; }
span { border-color: rgb(65,33,84); }
td.TdClassName
{
border-color: #412154;
}
.TagClassName
{
border-color: #412154;
}
</style>