Shades of Scarlet Gum #441959
Tints of Scarlet Gum #441959
RGB
CMYK
RGB Variations
Color information
#441959 (or 0x441959) is known color: Scarlet Gum. HEX triplet: 44, 19 and 59. RGB value is (68,25,89). Sum of RGB (Red+Green+Blue) = 68+25+89=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 89 (35.16% from 255 or 48.90% from 182); Max value from RGB is 89 - color contains mainly: blue. Hex color #441959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441959 is #BBE6A6. Grayscale: #2C2C2C. Windows color (decimal): -12314279 or 5839172. OLE color: 5839172.
HSL color Cylindrical-coordinate representation of color #441959: hue angle of 280.31º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #441959 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 25 | 89 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.65 |
| HSL | 280.31º | 0.56% | 0.22% | - |
| HSV(B) | 280.31º | 0.72% | 0.35% | - |
| XYZ | 4.53 | 2.65 | 9.72 | - |
| YUV | 45.15 | 152.75 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 89 | 0.24 | 0.72 | 0 | 0.65 | 280.31 | 0.56 | 0.22 |
| Hex | 44 | 19 | 59 | 18 | 48 | 0 | 41 | 118 | 38 | 16 |
| Octal | 104 | 31 | 131 | 30 | 110 | 0 | 101 | 430 | 70 | 26 |
| Binary | 1000100 | 11001 | 1011001 | 11000 | 1001000 | 0 | 1000001 | 100011000 | 111000 | 10110 |
Color Harmonies of #441959
Complementary color
Monochromatic Colors of #441959
Black with #441959
Text Example
Text Example
White with #441959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441959; }
p { color: rgb(68,25,89); }
H1.HeaderClassName
{
color: #441959;
}
.AnyTagClassName
{
color: #441959;
}
</style>
background-color css
<style>
a { background-color: #441959; }
a { background-color: rgb(68,25,89); }
div.DivClassName
{
background-color: #441959;
}
.BgClassName
{
background-color: #441959;
}
</style>
border-color css
<style>
span { border-color: #441959; }
span { border-color: rgb(68,25,89); }
td.TdClassName
{
border-color: #441959;
}
.TagClassName
{
border-color: #441959;
}
</style>