Shades of Scarlet Gum #440D59
Tints of Scarlet Gum #440D59
RGB
CMYK
RGB Variations
Color information
#440D59 (or 0x440D59) is known color: Scarlet Gum. HEX triplet: 44, 0D and 59. RGB value is (68,13,89). Sum of RGB (Red+Green+Blue) = 68+13+89=170 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40% from 170); Green value is 13 (5.47% from 255 or 7.65% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #440D59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D59 is #BBF2A6. Grayscale: #252525. Windows color (decimal): -12317351 or 5836100. OLE color: 5836100.
HSL color Cylindrical-coordinate representation of color #440D59: hue angle of 283.42º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440D59 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 13 | 89 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.65 |
| HSL | 283.42º | 0.75% | 0.2% | - |
| HSV(B) | 283.42º | 0.85% | 0.35% | - |
| XYZ | 4.33 | 2.24 | 9.65 | - |
| YUV | 38.11 | 156.72 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 89 | 0.24 | 0.85 | 0 | 0.65 | 283.42 | 0.75 | 0.2 |
| Hex | 44 | D | 59 | 18 | 55 | 0 | 41 | 11B | 4B | 14 |
| Octal | 104 | 15 | 131 | 30 | 125 | 0 | 101 | 433 | 113 | 24 |
| Binary | 1000100 | 1101 | 1011001 | 11000 | 1010101 | 0 | 1000001 | 100011011 | 1001011 | 10100 |
Color Harmonies of #440D59
Complementary color
Monochromatic Colors of #440D59
Black with #440D59
Text Example
Text Example
White with #440D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D59; }
p { color: rgb(68,13,89); }
H1.HeaderClassName
{
color: #440D59;
}
.AnyTagClassName
{
color: #440D59;
}
</style>
background-color css
<style>
a { background-color: #440D59; }
a { background-color: rgb(68,13,89); }
div.DivClassName
{
background-color: #440D59;
}
.BgClassName
{
background-color: #440D59;
}
</style>
border-color css
<style>
span { border-color: #440D59; }
span { border-color: rgb(68,13,89); }
td.TdClassName
{
border-color: #440D59;
}
.TagClassName
{
border-color: #440D59;
}
</style>