Shades of Scarlet Gum #440F56
Tints of Scarlet Gum #440F56
RGB
CMYK
RGB Variations
Color information
#440F56 (or 0x440F56) is known color: Scarlet Gum. HEX triplet: 44, 0F and 56. RGB value is (68,15,86). Sum of RGB (Red+Green+Blue) = 68+15+86=169 (22% of max value = 765). Red value is 68 (26.95% from 255 or 40.24% from 169); Green value is 15 (6.25% from 255 or 8.88% from 169); Blue value is 86 (33.98% from 255 or 50.89% from 169); Max value from RGB is 86 - color contains mainly: blue. Hex color #440F56 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440F56 is #BBF0A9. Grayscale: #262626. Windows color (decimal): -12316842 or 5640004. OLE color: 5640004.
HSL color Cylindrical-coordinate representation of color #440F56: hue angle of 284.79º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #440F56 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 15 | 86 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.66 |
| HSL | 284.79º | 0.7% | 0.2% | - |
| HSV(B) | 284.79º | 0.83% | 0.34% | - |
| XYZ | 4.23 | 2.24 | 9.01 | - |
| YUV | 38.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 86 | 0.21 | 0.83 | 0 | 0.66 | 284.79 | 0.7 | 0.2 |
| Hex | 44 | F | 56 | 15 | 53 | 0 | 42 | 11D | 46 | 14 |
| Octal | 104 | 17 | 126 | 25 | 123 | 0 | 102 | 435 | 106 | 24 |
| Binary | 1000100 | 1111 | 1010110 | 10101 | 1010011 | 0 | 1000010 | 100011101 | 1000110 | 10100 |
Color Harmonies of #440F56
Complementary color
Monochromatic Colors of #440F56
Black with #440F56
Text Example
Text Example
White with #440F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F56; }
p { color: rgb(68,15,86); }
H1.HeaderClassName
{
color: #440F56;
}
.AnyTagClassName
{
color: #440F56;
}
</style>
background-color css
<style>
a { background-color: #440F56; }
a { background-color: rgb(68,15,86); }
div.DivClassName
{
background-color: #440F56;
}
.BgClassName
{
background-color: #440F56;
}
</style>
border-color css
<style>
span { border-color: #440F56; }
span { border-color: rgb(68,15,86); }
td.TdClassName
{
border-color: #440F56;
}
.TagClassName
{
border-color: #440F56;
}
</style>