Shades of Scarlet Gum #440D55
Tints of Scarlet Gum #440D55
RGB
CMYK
RGB Variations
Color information
#440D55 (or 0x440D55) is known color: Scarlet Gum. HEX triplet: 44, 0D and 55. RGB value is (68,13,85). Sum of RGB (Red+Green+Blue) = 68+13+85=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 13 (5.47% from 255 or 7.83% from 166); Blue value is 85 (33.59% from 255 or 51.20% from 166); Max value from RGB is 85 - color contains mainly: blue. Hex color #440D55 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440D55 is #BBF2AA. Grayscale: #252525. Windows color (decimal): -12317355 or 5573956. OLE color: 5573956.
HSL color Cylindrical-coordinate representation of color #440D55: hue angle of 285.83º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440D55 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 13 | 85 | - |
| CMYK | 0.20 | 0.85 | 0 | 0.67 |
| HSL | 285.83º | 0.73% | 0.19% | - |
| HSV(B) | 285.83º | 0.85% | 0.33% | - |
| XYZ | 4.17 | 2.17 | 8.79 | - |
| YUV | 37.65 | 154.72 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 13 | 85 | 0.20 | 0.85 | 0 | 0.67 | 285.83 | 0.73 | 0.19 |
| Hex | 44 | D | 55 | 14 | 55 | 0 | 43 | 11E | 49 | 13 |
| Octal | 104 | 15 | 125 | 24 | 125 | 0 | 103 | 436 | 111 | 23 |
| Binary | 1000100 | 1101 | 1010101 | 10100 | 1010101 | 0 | 1000011 | 100011110 | 1001001 | 10011 |
Color Harmonies of #440D55
Complementary color
Monochromatic Colors of #440D55
Black with #440D55
Text Example
Text Example
White with #440D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440D55; }
p { color: rgb(68,13,85); }
H1.HeaderClassName
{
color: #440D55;
}
.AnyTagClassName
{
color: #440D55;
}
</style>
background-color css
<style>
a { background-color: #440D55; }
a { background-color: rgb(68,13,85); }
div.DivClassName
{
background-color: #440D55;
}
.BgClassName
{
background-color: #440D55;
}
</style>
border-color css
<style>
span { border-color: #440D55; }
span { border-color: rgb(68,13,85); }
td.TdClassName
{
border-color: #440D55;
}
.TagClassName
{
border-color: #440D55;
}
</style>