Shades of Scarlet Gum #401554
Tints of Scarlet Gum #401554
RGB
CMYK
RGB Variations
Color information
#401554 (or 0x401554) is known color: Scarlet Gum. HEX triplet: 40, 15 and 54. RGB value is (64,21,84). Sum of RGB (Red+Green+Blue) = 64+21+84=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 21 (8.59% from 255 or 12.43% 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 #401554 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401554 is #BFEAAB. Grayscale: #282828. Windows color (decimal): -12577452 or 5510464. OLE color: 5510464.
HSL color Cylindrical-coordinate representation of color #401554: hue angle of 280.95º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401554 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 21 | 84 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.67 |
| HSL | 280.95º | 0.6% | 0.21% | - |
| HSV(B) | 280.95º | 0.75% | 0.33% | - |
| XYZ | 3.98 | 2.27 | 8.62 | - |
| YUV | 41.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 21 | 84 | 0.24 | 0.75 | 0 | 0.67 | 280.95 | 0.6 | 0.21 |
| Hex | 40 | 15 | 54 | 18 | 4B | 0 | 43 | 119 | 3C | 15 |
| Octal | 100 | 25 | 124 | 30 | 113 | 0 | 103 | 431 | 74 | 25 |
| Binary | 1000000 | 10101 | 1010100 | 11000 | 1001011 | 0 | 1000011 | 100011001 | 111100 | 10101 |
Color Harmonies of #401554
Complementary color
Monochromatic Colors of #401554
Black with #401554
Text Example
Text Example
White with #401554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401554; }
p { color: rgb(64,21,84); }
H1.HeaderClassName
{
color: #401554;
}
.AnyTagClassName
{
color: #401554;
}
</style>
background-color css
<style>
a { background-color: #401554; }
a { background-color: rgb(64,21,84); }
div.DivClassName
{
background-color: #401554;
}
.BgClassName
{
background-color: #401554;
}
</style>
border-color css
<style>
span { border-color: #401554; }
span { border-color: rgb(64,21,84); }
td.TdClassName
{
border-color: #401554;
}
.TagClassName
{
border-color: #401554;
}
</style>