Shades of Scarlet Gum #44055B
Tints of Scarlet Gum #44055B
RGB
CMYK
RGB Variations
Color information
#44055B (or 0x44055B) is known color: Scarlet Gum. HEX triplet: 44, 05 and 5B. RGB value is (68,5,91). Sum of RGB (Red+Green+Blue) = 68+5+91=164 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.46% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 91 (35.94% from 255 or 55.49% from 164); Max value from RGB is 91 - color contains mainly: blue. Hex color #44055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44055B is #BBFAA4. Grayscale: #212121. Windows color (decimal): -12319397 or 5965124. OLE color: 5965124.
HSL color Cylindrical-coordinate representation of color #44055B: hue angle of 283.95º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #44055B is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 5 | 91 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.64 |
| HSL | 283.95º | 0.9% | 0.19% | - |
| HSV(B) | 283.95º | 0.95% | 0.36% | - |
| XYZ | 4.33 | 2.09 | 10.07 | - |
| YUV | 33.64 | 160.37 | 152.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 91 | 0.25 | 0.95 | 0 | 0.64 | 283.95 | 0.9 | 0.19 |
| Hex | 44 | 5 | 5B | 19 | 5F | 0 | 40 | 11C | 5A | 13 |
| Octal | 104 | 5 | 133 | 31 | 137 | 0 | 100 | 434 | 132 | 23 |
| Binary | 1000100 | 101 | 1011011 | 11001 | 1011111 | 0 | 1000000 | 100011100 | 1011010 | 10011 |
Color Harmonies of #44055B
Complementary color
Monochromatic Colors of #44055B
Black with #44055B
Text Example
Text Example
White with #44055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44055B; }
p { color: rgb(68,5,91); }
H1.HeaderClassName
{
color: #44055B;
}
.AnyTagClassName
{
color: #44055B;
}
</style>
background-color css
<style>
a { background-color: #44055B; }
a { background-color: rgb(68,5,91); }
div.DivClassName
{
background-color: #44055B;
}
.BgClassName
{
background-color: #44055B;
}
</style>
border-color css
<style>
span { border-color: #44055B; }
span { border-color: rgb(68,5,91); }
td.TdClassName
{
border-color: #44055B;
}
.TagClassName
{
border-color: #44055B;
}
</style>