Shades of Scarlet Gum #441F53
Tints of Scarlet Gum #441F53
RGB
CMYK
RGB Variations
Color information
#441F53 (or 0x441F53) is known color: Scarlet Gum. HEX triplet: 44, 1F and 53. RGB value is (68,31,83). Sum of RGB (Red+Green+Blue) = 68+31+83=182 (24% of max value = 765). Red value is 68 (26.95% from 255 or 37.36% from 182); Green value is 31 (12.5% from 255 or 17.03% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #441F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441F53 is #BBE0AC. Grayscale: #2F2F2F. Windows color (decimal): -12312749 or 5447492. OLE color: 5447492.
HSL color Cylindrical-coordinate representation of color #441F53: hue angle of 282.69º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441F53 is Cyan = 0.18, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 31 | 83 | - |
| CMYK | 0.18 | 0.63 | 0 | 0.67 |
| HSL | 282.69º | 0.46% | 0.22% | - |
| HSV(B) | 282.69º | 0.63% | 0.33% | - |
| XYZ | 4.44 | 2.83 | 8.5 | - |
| YUV | 47.99 | 147.76 | 142.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 31 | 83 | 0.18 | 0.63 | 0 | 0.67 | 282.69 | 0.46 | 0.22 |
| Hex | 44 | 1F | 53 | 12 | 3F | 0 | 43 | 11B | 2E | 16 |
| Octal | 104 | 37 | 123 | 22 | 77 | 0 | 103 | 433 | 56 | 26 |
| Binary | 1000100 | 11111 | 1010011 | 10010 | 111111 | 0 | 1000011 | 100011011 | 101110 | 10110 |
Color Harmonies of #441F53
Complementary color
Monochromatic Colors of #441F53
Black with #441F53
Text Example
Text Example
White with #441F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441F53; }
p { color: rgb(68,31,83); }
H1.HeaderClassName
{
color: #441F53;
}
.AnyTagClassName
{
color: #441F53;
}
</style>
background-color css
<style>
a { background-color: #441F53; }
a { background-color: rgb(68,31,83); }
div.DivClassName
{
background-color: #441F53;
}
.BgClassName
{
background-color: #441F53;
}
</style>
border-color css
<style>
span { border-color: #441F53; }
span { border-color: rgb(68,31,83); }
td.TdClassName
{
border-color: #441F53;
}
.TagClassName
{
border-color: #441F53;
}
</style>