Shades of Scarlet Gum #441B51
Tints of Scarlet Gum #441B51
RGB
CMYK
RGB Variations
Color information
#441B51 (or 0x441B51) is known color: Scarlet Gum. HEX triplet: 44, 1B and 51. RGB value is (68,27,81). Sum of RGB (Red+Green+Blue) = 68+27+81=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 81 (32.03% from 255 or 46.02% from 176); Max value from RGB is 81 - color contains mainly: blue. Hex color #441B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441B51 is #BBE4AE. Grayscale: #2D2D2D. Windows color (decimal): -12313775 or 5315396. OLE color: 5315396.
HSL color Cylindrical-coordinate representation of color #441B51: hue angle of 285.56º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #441B51 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 68 | 27 | 81 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.68 |
| HSL | 285.56º | 0.5% | 0.21% | - |
| HSV(B) | 285.56º | 0.67% | 0.32% | - |
| XYZ | 4.26 | 2.61 | 8.06 | - |
| YUV | 45.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 27 | 81 | 0.16 | 0.67 | 0 | 0.68 | 285.56 | 0.5 | 0.21 |
| Hex | 44 | 1B | 51 | 10 | 43 | 0 | 44 | 11E | 32 | 15 |
| Octal | 104 | 33 | 121 | 20 | 103 | 0 | 104 | 436 | 62 | 25 |
| Binary | 1000100 | 11011 | 1010001 | 10000 | 1000011 | 0 | 1000100 | 100011110 | 110010 | 10101 |
Color Harmonies of #441B51
Complementary color
Monochromatic Colors of #441B51
Black with #441B51
Text Example
Text Example
White with #441B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #441B51; }
p { color: rgb(68,27,81); }
H1.HeaderClassName
{
color: #441B51;
}
.AnyTagClassName
{
color: #441B51;
}
</style>
background-color css
<style>
a { background-color: #441B51; }
a { background-color: rgb(68,27,81); }
div.DivClassName
{
background-color: #441B51;
}
.BgClassName
{
background-color: #441B51;
}
</style>
border-color css
<style>
span { border-color: #441B51; }
span { border-color: rgb(68,27,81); }
td.TdClassName
{
border-color: #441B51;
}
.TagClassName
{
border-color: #441B51;
}
</style>