Shades of Scarlet Gum #411D4F
Tints of Scarlet Gum #411D4F
RGB
CMYK
RGB Variations
Color information
#411D4F (or 0x411D4F) is known color: Scarlet Gum. HEX triplet: 41, 1D and 4F. RGB value is (65,29,79). Sum of RGB (Red+Green+Blue) = 65+29+79=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 79 (31.25% from 255 or 45.66% from 173); Max value from RGB is 79 - color contains mainly: blue. Hex color #411D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D4F is #BEE2B0. Grayscale: #2D2D2D. Windows color (decimal): -12509873 or 5184833. OLE color: 5184833.
HSL color Cylindrical-coordinate representation of color #411D4F: hue angle of 283.2º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #411D4F is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 29 | 79 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.69 |
| HSL | 283.2º | 0.46% | 0.21% | - |
| HSV(B) | 283.2º | 0.63% | 0.31% | - |
| XYZ | 4.03 | 2.57 | 7.68 | - |
| YUV | 45.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 29 | 79 | 0.18 | 0.63 | 0 | 0.69 | 283.2 | 0.46 | 0.21 |
| Hex | 41 | 1D | 4F | 12 | 3F | 0 | 45 | 11B | 2E | 15 |
| Octal | 101 | 35 | 117 | 22 | 77 | 0 | 105 | 433 | 56 | 25 |
| Binary | 1000001 | 11101 | 1001111 | 10010 | 111111 | 0 | 1000101 | 100011011 | 101110 | 10101 |
Color Harmonies of #411D4F
Complementary color
Monochromatic Colors of #411D4F
Black with #411D4F
Text Example
Text Example
White with #411D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411D4F; }
p { color: rgb(65,29,79); }
H1.HeaderClassName
{
color: #411D4F;
}
.AnyTagClassName
{
color: #411D4F;
}
</style>
background-color css
<style>
a { background-color: #411D4F; }
a { background-color: rgb(65,29,79); }
div.DivClassName
{
background-color: #411D4F;
}
.BgClassName
{
background-color: #411D4F;
}
</style>
border-color css
<style>
span { border-color: #411D4F; }
span { border-color: rgb(65,29,79); }
td.TdClassName
{
border-color: #411D4F;
}
.TagClassName
{
border-color: #411D4F;
}
</style>