Shades of Scarlet Gum #441D4F
Tints of Scarlet Gum #441D4F
RGB
CMYK
RGB Variations
Color information
#441D4F (or 0x441D4F) is known color: Scarlet Gum. HEX triplet: 44, 1D and 4F. RGB value is (68,29,79). Sum of RGB (Red+Green+Blue) = 68+29+79=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 29 (11.72% from 255 or 16.48% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 79 - color contains mainly: blue. Hex color #441D4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D4F is #BBE2B0. Grayscale: #2E2E2E. Windows color (decimal): -12313265 or 5184836. OLE color: 5184836.
HSL color Cylindrical-coordinate representation of color #441D4F: hue angle of 286.8º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #441D4F is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 29 | 79 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.69 |
| HSL | 286.8º | 0.46% | 0.21% | - |
| HSV(B) | 286.8º | 0.63% | 0.31% | - |
| XYZ | 4.23 | 2.67 | 7.69 | - |
| YUV | 46.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 29 | 79 | 0.14 | 0.63 | 0 | 0.69 | 286.8 | 0.46 | 0.21 |
| Hex | 44 | 1D | 4F | E | 3F | 0 | 45 | 11F | 2E | 15 |
| Octal | 104 | 35 | 117 | 16 | 77 | 0 | 105 | 437 | 56 | 25 |
| Binary | 1000100 | 11101 | 1001111 | 1110 | 111111 | 0 | 1000101 | 100011111 | 101110 | 10101 |
Color Harmonies of #441D4F
Complementary color
Monochromatic Colors of #441D4F
Black with #441D4F
Text Example
Text Example
White with #441D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441D4F; }
p { color: rgb(68,29,79); }
H1.HeaderClassName
{
color: #441D4F;
}
.AnyTagClassName
{
color: #441D4F;
}
</style>
background-color css
<style>
a { background-color: #441D4F; }
a { background-color: rgb(68,29,79); }
div.DivClassName
{
background-color: #441D4F;
}
.BgClassName
{
background-color: #441D4F;
}
</style>
border-color css
<style>
span { border-color: #441D4F; }
span { border-color: rgb(68,29,79); }
td.TdClassName
{
border-color: #441D4F;
}
.TagClassName
{
border-color: #441D4F;
}
</style>