Shades of Scarlet Gum #440C56
Tints of Scarlet Gum #440C56
RGB
CMYK
RGB Variations
Color information
#440C56 (or 0x440C56) is known color: Scarlet Gum. HEX triplet: 44, 0C and 56. RGB value is (68,12,86). Sum of RGB (Red+Green+Blue) = 68+12+86=166 (21% of max value = 765). Red value is 68 (26.95% from 255 or 40.96% from 166); Green value is 12 (5.08% from 255 or 7.23% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #440C56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C56 is #BBF3A9. Grayscale: #242424. Windows color (decimal): -12317610 or 5639236. OLE color: 5639236.
HSL color Cylindrical-coordinate representation of color #440C56: hue angle of 285.41º degrees, saturation: 0.76, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #440C56 is Cyan = 0.21, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 12 | 86 | - |
| CMYK | 0.21 | 0.86 | 0 | 0.66 |
| HSL | 285.41º | 0.76% | 0.19% | - |
| HSV(B) | 285.41º | 0.86% | 0.34% | - |
| XYZ | 4.2 | 2.16 | 9 | - |
| YUV | 37.18 | 155.55 | 149.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 86 | 0.21 | 0.86 | 0 | 0.66 | 285.41 | 0.76 | 0.19 |
| Hex | 44 | C | 56 | 15 | 56 | 0 | 42 | 11D | 4C | 13 |
| Octal | 104 | 14 | 126 | 25 | 126 | 0 | 102 | 435 | 114 | 23 |
| Binary | 1000100 | 1100 | 1010110 | 10101 | 1010110 | 0 | 1000010 | 100011101 | 1001100 | 10011 |
Color Harmonies of #440C56
Complementary color
Monochromatic Colors of #440C56
Black with #440C56
Text Example
Text Example
White with #440C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C56; }
p { color: rgb(68,12,86); }
H1.HeaderClassName
{
color: #440C56;
}
.AnyTagClassName
{
color: #440C56;
}
</style>
background-color css
<style>
a { background-color: #440C56; }
a { background-color: rgb(68,12,86); }
div.DivClassName
{
background-color: #440C56;
}
.BgClassName
{
background-color: #440C56;
}
</style>
border-color css
<style>
span { border-color: #440C56; }
span { border-color: rgb(68,12,86); }
td.TdClassName
{
border-color: #440C56;
}
.TagClassName
{
border-color: #440C56;
}
</style>