Shades of Scarlet Gum #44145C
Tints of Scarlet Gum #44145C
RGB
CMYK
RGB Variations
Color information
#44145C (or 0x44145C) is known color: Scarlet Gum. HEX triplet: 44, 14 and 5C. RGB value is (68,20,92). Sum of RGB (Red+Green+Blue) = 68+20+92=180 (23% of max value = 765). Red value is 68 (26.95% from 255 or 37.78% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 92 (36.33% from 255 or 51.11% from 180); Max value from RGB is 92 - color contains mainly: blue. Hex color #44145C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44145C is #BBEBA3. Grayscale: #2A2A2A. Windows color (decimal): -12315556 or 6034500. OLE color: 6034500.
HSL color Cylindrical-coordinate representation of color #44145C: hue angle of 280º 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 #44145C is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 20 | 92 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.64 |
| HSL | 280º | 0.64% | 0.22% | - |
| HSV(B) | 280º | 0.78% | 0.36% | - |
| XYZ | 4.57 | 2.5 | 10.37 | - |
| YUV | 42.56 | 155.9 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 20 | 92 | 0.26 | 0.78 | 0 | 0.64 | 280 | 0.64 | 0.22 |
| Hex | 44 | 14 | 5C | 1A | 4E | 0 | 40 | 118 | 40 | 16 |
| Octal | 104 | 24 | 134 | 32 | 116 | 0 | 100 | 430 | 100 | 26 |
| Binary | 1000100 | 10100 | 1011100 | 11010 | 1001110 | 0 | 1000000 | 100011000 | 1000000 | 10110 |
Color Harmonies of #44145C
Complementary color
Monochromatic Colors of #44145C
Black with #44145C
Text Example
Text Example
White with #44145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44145C; }
p { color: rgb(68,20,92); }
H1.HeaderClassName
{
color: #44145C;
}
.AnyTagClassName
{
color: #44145C;
}
</style>
background-color css
<style>
a { background-color: #44145C; }
a { background-color: rgb(68,20,92); }
div.DivClassName
{
background-color: #44145C;
}
.BgClassName
{
background-color: #44145C;
}
</style>
border-color css
<style>
span { border-color: #44145C; }
span { border-color: rgb(68,20,92); }
td.TdClassName
{
border-color: #44145C;
}
.TagClassName
{
border-color: #44145C;
}
</style>