Shades of Scarlet Gum #441F5C
Tints of Scarlet Gum #441F5C
RGB
CMYK
RGB Variations
Color information
#441F5C (or 0x441F5C) is known color: Scarlet Gum. HEX triplet: 44, 1F and 5C. RGB value is (68,31,92). Sum of RGB (Red+Green+Blue) = 68+31+92=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 92 (36.33% from 255 or 48.17% from 191); Max value from RGB is 92 - color contains mainly: blue. Hex color #441F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F5C is #BBE0A3. Grayscale: #303030. Windows color (decimal): -12312740 or 6037316. OLE color: 6037316.
HSL color Cylindrical-coordinate representation of color #441F5C: hue angle of 276.39º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #441F5C is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 31 | 92 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.64 |
| HSL | 276.39º | 0.5% | 0.24% | - |
| HSV(B) | 276.39º | 0.66% | 0.36% | - |
| XYZ | 4.81 | 2.98 | 10.45 | - |
| YUV | 49.02 | 152.26 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 92 | 0.26 | 0.66 | 0 | 0.64 | 276.39 | 0.5 | 0.24 |
| Hex | 44 | 1F | 5C | 1A | 42 | 0 | 40 | 114 | 32 | 18 |
| Octal | 104 | 37 | 134 | 32 | 102 | 0 | 100 | 424 | 62 | 30 |
| Binary | 1000100 | 11111 | 1011100 | 11010 | 1000010 | 0 | 1000000 | 100010100 | 110010 | 11000 |
Color Harmonies of #441F5C
Complementary color
Monochromatic Colors of #441F5C
Black with #441F5C
Text Example
Text Example
White with #441F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F5C; }
p { color: rgb(68,31,92); }
H1.HeaderClassName
{
color: #441F5C;
}
.AnyTagClassName
{
color: #441F5C;
}
</style>
background-color css
<style>
a { background-color: #441F5C; }
a { background-color: rgb(68,31,92); }
div.DivClassName
{
background-color: #441F5C;
}
.BgClassName
{
background-color: #441F5C;
}
</style>
border-color css
<style>
span { border-color: #441F5C; }
span { border-color: rgb(68,31,92); }
td.TdClassName
{
border-color: #441F5C;
}
.TagClassName
{
border-color: #441F5C;
}
</style>