Shades of Scarlet Gum #411F53
Tints of Scarlet Gum #411F53
RGB
CMYK
RGB Variations
Color information
#411F53 (or 0x411F53) is known color: Scarlet Gum. HEX triplet: 41, 1F and 53. RGB value is (65,31,83). Sum of RGB (Red+Green+Blue) = 65+31+83=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 83 (32.81% from 255 or 46.37% from 179); Max value from RGB is 83 - color contains mainly: blue. Hex color #411F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F53 is #BEE0AC. Grayscale: #2E2E2E. Windows color (decimal): -12509357 or 5447489. OLE color: 5447489.
HSL color Cylindrical-coordinate representation of color #411F53: hue angle of 279.23º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411F53 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 31 | 83 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.67 |
| HSL | 279.23º | 0.46% | 0.22% | - |
| HSV(B) | 279.23º | 0.63% | 0.33% | - |
| XYZ | 4.23 | 2.73 | 8.49 | - |
| YUV | 47.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 31 | 83 | 0.22 | 0.63 | 0 | 0.67 | 279.23 | 0.46 | 0.22 |
| Hex | 41 | 1F | 53 | 16 | 3F | 0 | 43 | 117 | 2E | 16 |
| Octal | 101 | 37 | 123 | 26 | 77 | 0 | 103 | 427 | 56 | 26 |
| Binary | 1000001 | 11111 | 1010011 | 10110 | 111111 | 0 | 1000011 | 100010111 | 101110 | 10110 |
Color Harmonies of #411F53
Complementary color
Monochromatic Colors of #411F53
Black with #411F53
Text Example
Text Example
White with #411F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411F53; }
p { color: rgb(65,31,83); }
H1.HeaderClassName
{
color: #411F53;
}
.AnyTagClassName
{
color: #411F53;
}
</style>
background-color css
<style>
a { background-color: #411F53; }
a { background-color: rgb(65,31,83); }
div.DivClassName
{
background-color: #411F53;
}
.BgClassName
{
background-color: #411F53;
}
</style>
border-color css
<style>
span { border-color: #411F53; }
span { border-color: rgb(65,31,83); }
td.TdClassName
{
border-color: #411F53;
}
.TagClassName
{
border-color: #411F53;
}
</style>