Shades of Scarlet Gum #441D58
Tints of Scarlet Gum #441D58
RGB
CMYK
RGB Variations
Color information
#441D58 (or 0x441D58) is known color: Scarlet Gum. HEX triplet: 44, 1D and 58. RGB value is (68,29,88). Sum of RGB (Red+Green+Blue) = 68+29+88=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #441D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D58 is #BBE2A7. Grayscale: #2F2F2F. Windows color (decimal): -12313256 or 5774660. OLE color: 5774660.
HSL color Cylindrical-coordinate representation of color #441D58: hue angle of 279.66º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #441D58 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 29 | 88 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.65 |
| HSL | 279.66º | 0.5% | 0.23% | - |
| HSV(B) | 279.66º | 0.67% | 0.35% | - |
| XYZ | 4.58 | 2.81 | 9.53 | - |
| YUV | 47.39 | 150.92 | 142.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 88 | 0.23 | 0.67 | 0 | 0.65 | 279.66 | 0.5 | 0.23 |
| Hex | 44 | 1D | 58 | 17 | 43 | 0 | 41 | 118 | 32 | 17 |
| Octal | 104 | 35 | 130 | 27 | 103 | 0 | 101 | 430 | 62 | 27 |
| Binary | 1000100 | 11101 | 1011000 | 10111 | 1000011 | 0 | 1000001 | 100011000 | 110010 | 10111 |
Color Harmonies of #441D58
Complementary color
Monochromatic Colors of #441D58
Black with #441D58
Text Example
Text Example
White with #441D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D58; }
p { color: rgb(68,29,88); }
H1.HeaderClassName
{
color: #441D58;
}
.AnyTagClassName
{
color: #441D58;
}
</style>
background-color css
<style>
a { background-color: #441D58; }
a { background-color: rgb(68,29,88); }
div.DivClassName
{
background-color: #441D58;
}
.BgClassName
{
background-color: #441D58;
}
</style>
border-color css
<style>
span { border-color: #441D58; }
span { border-color: rgb(68,29,88); }
td.TdClassName
{
border-color: #441D58;
}
.TagClassName
{
border-color: #441D58;
}
</style>