Shades of Scarlet Gum #440556
Tints of Scarlet Gum #440556
RGB
CMYK
RGB Variations
Color information
#440556 (or 0x440556) is known color: Scarlet Gum. HEX triplet: 44, 05 and 56. RGB value is (68,5,86). Sum of RGB (Red+Green+Blue) = 68+5+86=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 5 (2.34% from 255 or 3.14% from 159); Blue value is 86 (33.98% from 255 or 54.09% from 159); Max value from RGB is 86 - color contains mainly: blue. Hex color #440556 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440556 is #BBFAA9. Grayscale: #202020. Windows color (decimal): -12319402 or 5637444. OLE color: 5637444.
HSL color Cylindrical-coordinate representation of color #440556: hue angle of 286.67º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #440556 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 5 | 86 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.66 |
| HSL | 286.67º | 0.89% | 0.18% | - |
| HSV(B) | 286.67º | 0.94% | 0.34% | - |
| XYZ | 4.12 | 2.01 | 8.97 | - |
| YUV | 33.07 | 157.87 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 5 | 86 | 0.21 | 0.94 | 0 | 0.66 | 286.67 | 0.89 | 0.18 |
| Hex | 44 | 5 | 56 | 15 | 5E | 0 | 42 | 11F | 59 | 12 |
| Octal | 104 | 5 | 126 | 25 | 136 | 0 | 102 | 437 | 131 | 22 |
| Binary | 1000100 | 101 | 1010110 | 10101 | 1011110 | 0 | 1000010 | 100011111 | 1011001 | 10010 |
Color Harmonies of #440556
Complementary color
Monochromatic Colors of #440556
Black with #440556
Text Example
Text Example
White with #440556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440556; }
p { color: rgb(68,5,86); }
H1.HeaderClassName
{
color: #440556;
}
.AnyTagClassName
{
color: #440556;
}
</style>
background-color css
<style>
a { background-color: #440556; }
a { background-color: rgb(68,5,86); }
div.DivClassName
{
background-color: #440556;
}
.BgClassName
{
background-color: #440556;
}
</style>
border-color css
<style>
span { border-color: #440556; }
span { border-color: rgb(68,5,86); }
td.TdClassName
{
border-color: #440556;
}
.TagClassName
{
border-color: #440556;
}
</style>