Shades of Scarlet Gum #44125A
Tints of Scarlet Gum #44125A
RGB
CMYK
RGB Variations
Color information
#44125A (or 0x44125A) is known color: Scarlet Gum. HEX triplet: 44, 12 and 5A. RGB value is (68,18,90). Sum of RGB (Red+Green+Blue) = 68+18+90=176 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.64% from 176); Green value is 18 (7.42% from 255 or 10.23% from 176); Blue value is 90 (35.55% from 255 or 51.14% from 176); Max value from RGB is 90 - color contains mainly: blue. Hex color #44125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44125A is #BBEDA5. Grayscale: #282828. Windows color (decimal): -12316070 or 5902916. OLE color: 5902916.
HSL color Cylindrical-coordinate representation of color #44125A: hue angle of 281.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44125A is Cyan = 0.24, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 68 | 18 | 90 | - |
| CMYK | 0.24 | 0.80 | 0 | 0.65 |
| HSL | 281.67º | 0.67% | 0.21% | - |
| HSV(B) | 281.67º | 0.8% | 0.35% | - |
| XYZ | 4.45 | 2.4 | 9.9 | - |
| YUV | 41.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 90 | 0.24 | 0.80 | 0 | 0.65 | 281.67 | 0.67 | 0.21 |
| Hex | 44 | 12 | 5A | 18 | 50 | 0 | 41 | 11A | 43 | 15 |
| Octal | 104 | 22 | 132 | 30 | 120 | 0 | 101 | 432 | 103 | 25 |
| Binary | 1000100 | 10010 | 1011010 | 11000 | 1010000 | 0 | 1000001 | 100011010 | 1000011 | 10101 |
Color Harmonies of #44125A
Complementary color
Monochromatic Colors of #44125A
Black with #44125A
Text Example
Text Example
White with #44125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44125A; }
p { color: rgb(68,18,90); }
H1.HeaderClassName
{
color: #44125A;
}
.AnyTagClassName
{
color: #44125A;
}
</style>
background-color css
<style>
a { background-color: #44125A; }
a { background-color: rgb(68,18,90); }
div.DivClassName
{
background-color: #44125A;
}
.BgClassName
{
background-color: #44125A;
}
</style>
border-color css
<style>
span { border-color: #44125A; }
span { border-color: rgb(68,18,90); }
td.TdClassName
{
border-color: #44125A;
}
.TagClassName
{
border-color: #44125A;
}
</style>