Shades of Scarlet Gum #441F5E
Tints of Scarlet Gum #441F5E
RGB
CMYK
RGB Variations
Color information
#441F5E (or 0x441F5E) is known color: Scarlet Gum. HEX triplet: 44, 1F and 5E. RGB value is (68,31,94). Sum of RGB (Red+Green+Blue) = 68+31+94=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 31 (12.5% from 255 or 16.06% from 193); Blue value is 94 (37.11% from 255 or 48.70% from 193); Max value from RGB is 94 - color contains mainly: blue. Hex color #441F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F5E is #BBE0A1. Grayscale: #313131. Windows color (decimal): -12312738 or 6168388. OLE color: 6168388.
HSL color Cylindrical-coordinate representation of color #441F5E: hue angle of 275.24º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #441F5E is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 31 | 94 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.63 |
| HSL | 275.24º | 0.5% | 0.25% | - |
| HSV(B) | 275.24º | 0.67% | 0.37% | - |
| XYZ | 4.89 | 3.02 | 10.91 | - |
| YUV | 49.25 | 153.26 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 94 | 0.28 | 0.67 | 0 | 0.63 | 275.24 | 0.5 | 0.25 |
| Hex | 44 | 1F | 5E | 1C | 43 | 0 | 3F | 113 | 32 | 19 |
| Octal | 104 | 37 | 136 | 34 | 103 | 0 | 77 | 423 | 62 | 31 |
| Binary | 1000100 | 11111 | 1011110 | 11100 | 1000011 | 0 | 111111 | 100010011 | 110010 | 11001 |
Color Harmonies of #441F5E
Complementary color
Monochromatic Colors of #441F5E
Black with #441F5E
Text Example
Text Example
White with #441F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F5E; }
p { color: rgb(68,31,94); }
H1.HeaderClassName
{
color: #441F5E;
}
.AnyTagClassName
{
color: #441F5E;
}
</style>
background-color css
<style>
a { background-color: #441F5E; }
a { background-color: rgb(68,31,94); }
div.DivClassName
{
background-color: #441F5E;
}
.BgClassName
{
background-color: #441F5E;
}
</style>
border-color css
<style>
span { border-color: #441F5E; }
span { border-color: rgb(68,31,94); }
td.TdClassName
{
border-color: #441F5E;
}
.TagClassName
{
border-color: #441F5E;
}
</style>