Shades of Scarlet Gum #441950
Tints of Scarlet Gum #441950
RGB
CMYK
RGB Variations
Color information
#441950 (or 0x441950) is known color: Scarlet Gum. HEX triplet: 44, 19 and 50. RGB value is (68,25,80). Sum of RGB (Red+Green+Blue) = 68+25+80=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 25 (10.16% from 255 or 14.45% from 173); Blue value is 80 (31.64% from 255 or 46.24% from 173); Max value from RGB is 80 - color contains mainly: blue. Hex color #441950 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441950 is #BBE6AF. Grayscale: #2B2B2B. Windows color (decimal): -12314288 or 5249348. OLE color: 5249348.
HSL color Cylindrical-coordinate representation of color #441950: hue angle of 286.91º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #441950 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 25 | 80 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.69 |
| HSL | 286.91º | 0.52% | 0.21% | - |
| HSV(B) | 286.91º | 0.69% | 0.31% | - |
| XYZ | 4.18 | 2.5 | 7.85 | - |
| YUV | 44.13 | 148.25 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 25 | 80 | 0.15 | 0.69 | 0 | 0.69 | 286.91 | 0.52 | 0.21 |
| Hex | 44 | 19 | 50 | F | 45 | 0 | 45 | 11F | 34 | 15 |
| Octal | 104 | 31 | 120 | 17 | 105 | 0 | 105 | 437 | 64 | 25 |
| Binary | 1000100 | 11001 | 1010000 | 1111 | 1000101 | 0 | 1000101 | 100011111 | 110100 | 10101 |
Color Harmonies of #441950
Complementary color
Monochromatic Colors of #441950
Black with #441950
Text Example
Text Example
White with #441950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441950; }
p { color: rgb(68,25,80); }
H1.HeaderClassName
{
color: #441950;
}
.AnyTagClassName
{
color: #441950;
}
</style>
background-color css
<style>
a { background-color: #441950; }
a { background-color: rgb(68,25,80); }
div.DivClassName
{
background-color: #441950;
}
.BgClassName
{
background-color: #441950;
}
</style>
border-color css
<style>
span { border-color: #441950; }
span { border-color: rgb(68,25,80); }
td.TdClassName
{
border-color: #441950;
}
.TagClassName
{
border-color: #441950;
}
</style>