Shades of Scarlet Gum #44125B
Tints of Scarlet Gum #44125B
RGB
CMYK
RGB Variations
Color information
#44125B (or 0x44125B) is known color: Scarlet Gum. HEX triplet: 44, 12 and 5B. RGB value is (68,18,91). Sum of RGB (Red+Green+Blue) = 68+18+91=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 18 (7.42% from 255 or 10.17% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #44125B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44125B is #BBEDA4. Grayscale: #292929. Windows color (decimal): -12316069 or 5968452. OLE color: 5968452.
HSL color Cylindrical-coordinate representation of color #44125B: hue angle of 281.1º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #44125B is Cyan = 0.25, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 18 | 91 | - |
| CMYK | 0.25 | 0.80 | 0 | 0.64 |
| HSL | 281.1º | 0.67% | 0.21% | - |
| HSV(B) | 281.1º | 0.8% | 0.36% | - |
| XYZ | 4.49 | 2.42 | 10.13 | - |
| YUV | 41.27 | 156.07 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 18 | 91 | 0.25 | 0.80 | 0 | 0.64 | 281.1 | 0.67 | 0.21 |
| Hex | 44 | 12 | 5B | 19 | 50 | 0 | 40 | 119 | 43 | 15 |
| Octal | 104 | 22 | 133 | 31 | 120 | 0 | 100 | 431 | 103 | 25 |
| Binary | 1000100 | 10010 | 1011011 | 11001 | 1010000 | 0 | 1000000 | 100011001 | 1000011 | 10101 |
Color Harmonies of #44125B
Complementary color
Monochromatic Colors of #44125B
Black with #44125B
Text Example
Text Example
White with #44125B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44125B; }
p { color: rgb(68,18,91); }
H1.HeaderClassName
{
color: #44125B;
}
.AnyTagClassName
{
color: #44125B;
}
</style>
background-color css
<style>
a { background-color: #44125B; }
a { background-color: rgb(68,18,91); }
div.DivClassName
{
background-color: #44125B;
}
.BgClassName
{
background-color: #44125B;
}
</style>
border-color css
<style>
span { border-color: #44125B; }
span { border-color: rgb(68,18,91); }
td.TdClassName
{
border-color: #44125B;
}
.TagClassName
{
border-color: #44125B;
}
</style>