Shades of Scarlet Gum #441A57
Tints of Scarlet Gum #441A57
RGB
CMYK
RGB Variations
Color information
#441A57 (or 0x441A57) is known color: Scarlet Gum. HEX triplet: 44, 1A and 57. RGB value is (68,26,87). Sum of RGB (Red+Green+Blue) = 68+26+87=181 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.57% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #441A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A57 is #BBE5A8. Grayscale: #2D2D2D. Windows color (decimal): -12314025 or 5708356. OLE color: 5708356.
HSL color Cylindrical-coordinate representation of color #441A57: hue angle of 281.31º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #441A57 is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 26 | 87 | - |
| CMYK | 0.22 | 0.70 | 0 | 0.66 |
| HSL | 281.31º | 0.54% | 0.22% | - |
| HSV(B) | 281.31º | 0.7% | 0.34% | - |
| XYZ | 4.47 | 2.66 | 9.29 | - |
| YUV | 45.51 | 151.41 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 26 | 87 | 0.22 | 0.70 | 0 | 0.66 | 281.31 | 0.54 | 0.22 |
| Hex | 44 | 1A | 57 | 16 | 46 | 0 | 42 | 119 | 36 | 16 |
| Octal | 104 | 32 | 127 | 26 | 106 | 0 | 102 | 431 | 66 | 26 |
| Binary | 1000100 | 11010 | 1010111 | 10110 | 1000110 | 0 | 1000010 | 100011001 | 110110 | 10110 |
Color Harmonies of #441A57
Complementary color
Monochromatic Colors of #441A57
Black with #441A57
Text Example
Text Example
White with #441A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441A57; }
p { color: rgb(68,26,87); }
H1.HeaderClassName
{
color: #441A57;
}
.AnyTagClassName
{
color: #441A57;
}
</style>
background-color css
<style>
a { background-color: #441A57; }
a { background-color: rgb(68,26,87); }
div.DivClassName
{
background-color: #441A57;
}
.BgClassName
{
background-color: #441A57;
}
</style>
border-color css
<style>
span { border-color: #441A57; }
span { border-color: rgb(68,26,87); }
td.TdClassName
{
border-color: #441A57;
}
.TagClassName
{
border-color: #441A57;
}
</style>