Shades of Scarlet Gum #44055A
Tints of Scarlet Gum #44055A
RGB
CMYK
RGB Variations
Color information
#44055A (or 0x44055A) is known color: Scarlet Gum. HEX triplet: 44, 05 and 5A. RGB value is (68,5,90). Sum of RGB (Red+Green+Blue) = 68+5+90=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 5 (2.34% from 255 or 3.07% from 163); Blue value is 90 (35.55% from 255 or 55.21% from 163); Max value from RGB is 90 - color contains mainly: blue. Hex color #44055A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44055A is #BBFAA5. Grayscale: #212121. Windows color (decimal): -12319398 or 5899588. OLE color: 5899588.
HSL color Cylindrical-coordinate representation of color #44055A: hue angle of 284.47º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #44055A is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 5 | 90 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.65 |
| HSL | 284.47º | 0.89% | 0.19% | - |
| HSV(B) | 284.47º | 0.94% | 0.35% | - |
| XYZ | 4.28 | 2.08 | 9.85 | - |
| YUV | 33.53 | 159.87 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 90 | 0.24 | 0.94 | 0 | 0.65 | 284.47 | 0.89 | 0.19 |
| Hex | 44 | 5 | 5A | 18 | 5E | 0 | 41 | 11C | 59 | 13 |
| Octal | 104 | 5 | 132 | 30 | 136 | 0 | 101 | 434 | 131 | 23 |
| Binary | 1000100 | 101 | 1011010 | 11000 | 1011110 | 0 | 1000001 | 100011100 | 1011001 | 10011 |
Color Harmonies of #44055A
Complementary color
Monochromatic Colors of #44055A
Black with #44055A
Text Example
Text Example
White with #44055A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44055A; }
p { color: rgb(68,5,90); }
H1.HeaderClassName
{
color: #44055A;
}
.AnyTagClassName
{
color: #44055A;
}
</style>
background-color css
<style>
a { background-color: #44055A; }
a { background-color: rgb(68,5,90); }
div.DivClassName
{
background-color: #44055A;
}
.BgClassName
{
background-color: #44055A;
}
</style>
border-color css
<style>
span { border-color: #44055A; }
span { border-color: rgb(68,5,90); }
td.TdClassName
{
border-color: #44055A;
}
.TagClassName
{
border-color: #44055A;
}
</style>