Shades of Scarlet Gum #411454
Tints of Scarlet Gum #411454
RGB
CMYK
RGB Variations
Color information
#411454 (or 0x411454) is known color: Scarlet Gum. HEX triplet: 41, 14 and 54. RGB value is (65,20,84). Sum of RGB (Red+Green+Blue) = 65+20+84=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 20 (8.20% from 255 or 11.83% from 169); Blue value is 84 (33.20% from 255 or 49.70% from 169); Max value from RGB is 84 - color contains mainly: blue. Hex color #411454 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411454 is #BEEBAB. Grayscale: #282828. Windows color (decimal): -12512172 or 5510209. OLE color: 5510209.
HSL color Cylindrical-coordinate representation of color #411454: hue angle of 282.19º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #411454 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 20 | 84 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.67 |
| HSL | 282.19º | 0.62% | 0.2% | - |
| HSV(B) | 282.19º | 0.76% | 0.33% | - |
| XYZ | 4.03 | 2.26 | 8.61 | - |
| YUV | 40.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 84 | 0.23 | 0.76 | 0 | 0.67 | 282.19 | 0.62 | 0.2 |
| Hex | 41 | 14 | 54 | 17 | 4C | 0 | 43 | 11A | 3E | 14 |
| Octal | 101 | 24 | 124 | 27 | 114 | 0 | 103 | 432 | 76 | 24 |
| Binary | 1000001 | 10100 | 1010100 | 10111 | 1001100 | 0 | 1000011 | 100011010 | 111110 | 10100 |
Color Harmonies of #411454
Complementary color
Monochromatic Colors of #411454
Black with #411454
Text Example
Text Example
White with #411454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411454; }
p { color: rgb(65,20,84); }
H1.HeaderClassName
{
color: #411454;
}
.AnyTagClassName
{
color: #411454;
}
</style>
background-color css
<style>
a { background-color: #411454; }
a { background-color: rgb(65,20,84); }
div.DivClassName
{
background-color: #411454;
}
.BgClassName
{
background-color: #411454;
}
</style>
border-color css
<style>
span { border-color: #411454; }
span { border-color: rgb(65,20,84); }
td.TdClassName
{
border-color: #411454;
}
.TagClassName
{
border-color: #411454;
}
</style>