Shades of Scarlet Gum #44145B
Tints of Scarlet Gum #44145B
RGB
CMYK
RGB Variations
Color information
#44145B (or 0x44145B) is known color: Scarlet Gum. HEX triplet: 44, 14 and 5B. RGB value is (68,20,91). Sum of RGB (Red+Green+Blue) = 68+20+91=179 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.99% from 179); Green value is 20 (8.20% from 255 or 11.17% from 179); Blue value is 91 (35.94% from 255 or 50.84% from 179); Max value from RGB is 91 - color contains mainly: blue. Hex color #44145B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44145B is #BBEBA4. Grayscale: #2A2A2A. Windows color (decimal): -12315557 or 5968964. OLE color: 5968964.
HSL color Cylindrical-coordinate representation of color #44145B: hue angle of 280.56º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #44145B is Cyan = 0.25, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 20 | 91 | - |
| CMYK | 0.25 | 0.78 | 0 | 0.64 |
| HSL | 280.56º | 0.64% | 0.22% | - |
| HSV(B) | 280.56º | 0.78% | 0.36% | - |
| XYZ | 4.52 | 2.48 | 10.14 | - |
| YUV | 42.45 | 155.4 | 146.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 91 | 0.25 | 0.78 | 0 | 0.64 | 280.56 | 0.64 | 0.22 |
| Hex | 44 | 14 | 5B | 19 | 4E | 0 | 40 | 119 | 40 | 16 |
| Octal | 104 | 24 | 133 | 31 | 116 | 0 | 100 | 431 | 100 | 26 |
| Binary | 1000100 | 10100 | 1011011 | 11001 | 1001110 | 0 | 1000000 | 100011001 | 1000000 | 10110 |
Color Harmonies of #44145B
Complementary color
Monochromatic Colors of #44145B
Black with #44145B
Text Example
Text Example
White with #44145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44145B; }
p { color: rgb(68,20,91); }
H1.HeaderClassName
{
color: #44145B;
}
.AnyTagClassName
{
color: #44145B;
}
</style>
background-color css
<style>
a { background-color: #44145B; }
a { background-color: rgb(68,20,91); }
div.DivClassName
{
background-color: #44145B;
}
.BgClassName
{
background-color: #44145B;
}
</style>
border-color css
<style>
span { border-color: #44145B; }
span { border-color: rgb(68,20,91); }
td.TdClassName
{
border-color: #44145B;
}
.TagClassName
{
border-color: #44145B;
}
</style>