Shades of Scarlet Gum #440E54
Tints of Scarlet Gum #440E54
RGB
CMYK
RGB Variations
Color information
#440E54 (or 0x440E54) is known color: Scarlet Gum. HEX triplet: 44, 0E and 54. RGB value is (68,14,84). Sum of RGB (Red+Green+Blue) = 68+14+84=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 14 (5.86% from 255 or 8.43% from 166); Blue value is 84 (33.20% from 255 or 50.60% from 166); Max value from RGB is 84 - color contains mainly: blue. Hex color #440E54 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440E54 is #BBF1AB. Grayscale: #252525. Windows color (decimal): -12317100 or 5508676. OLE color: 5508676.
HSL color Cylindrical-coordinate representation of color #440E54: hue angle of 286.29º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #440E54 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 14 | 84 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.67 |
| HSL | 286.29º | 0.71% | 0.19% | - |
| HSV(B) | 286.29º | 0.83% | 0.33% | - |
| XYZ | 4.14 | 2.18 | 8.59 | - |
| YUV | 38.13 | 153.89 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 14 | 84 | 0.19 | 0.83 | 0 | 0.67 | 286.29 | 0.71 | 0.19 |
| Hex | 44 | E | 54 | 13 | 53 | 0 | 43 | 11E | 47 | 13 |
| Octal | 104 | 16 | 124 | 23 | 123 | 0 | 103 | 436 | 107 | 23 |
| Binary | 1000100 | 1110 | 1010100 | 10011 | 1010011 | 0 | 1000011 | 100011110 | 1000111 | 10011 |
Color Harmonies of #440E54
Complementary color
Monochromatic Colors of #440E54
Black with #440E54
Text Example
Text Example
White with #440E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440E54; }
p { color: rgb(68,14,84); }
H1.HeaderClassName
{
color: #440E54;
}
.AnyTagClassName
{
color: #440E54;
}
</style>
background-color css
<style>
a { background-color: #440E54; }
a { background-color: rgb(68,14,84); }
div.DivClassName
{
background-color: #440E54;
}
.BgClassName
{
background-color: #440E54;
}
</style>
border-color css
<style>
span { border-color: #440E54; }
span { border-color: rgb(68,14,84); }
td.TdClassName
{
border-color: #440E54;
}
.TagClassName
{
border-color: #440E54;
}
</style>