Shades of Scarlet Gum #440857
Tints of Scarlet Gum #440857
RGB
CMYK
RGB Variations
Color information
#440857 (or 0x440857) is known color: Scarlet Gum. HEX triplet: 44, 08 and 57. RGB value is (68,8,87). Sum of RGB (Red+Green+Blue) = 68+8+87=163 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.72% from 163); Green value is 8 (3.52% from 255 or 4.91% from 163); Blue value is 87 (34.38% from 255 or 53.37% from 163); Max value from RGB is 87 - color contains mainly: blue. Hex color #440857 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440857 is #BBF7A8. Grayscale: #222222. Windows color (decimal): -12318633 or 5703748. OLE color: 5703748.
HSL color Cylindrical-coordinate representation of color #440857: hue angle of 285.57º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #440857 is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 8 | 87 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.66 |
| HSL | 285.57º | 0.83% | 0.19% | - |
| HSV(B) | 285.57º | 0.91% | 0.34% | - |
| XYZ | 4.19 | 2.09 | 9.2 | - |
| YUV | 34.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 8 | 87 | 0.22 | 0.91 | 0 | 0.66 | 285.57 | 0.83 | 0.19 |
| Hex | 44 | 8 | 57 | 16 | 5B | 0 | 42 | 11E | 53 | 13 |
| Octal | 104 | 10 | 127 | 26 | 133 | 0 | 102 | 436 | 123 | 23 |
| Binary | 1000100 | 1000 | 1010111 | 10110 | 1011011 | 0 | 1000010 | 100011110 | 1010011 | 10011 |
Color Harmonies of #440857
Complementary color
Monochromatic Colors of #440857
Black with #440857
Text Example
Text Example
White with #440857
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440857; }
p { color: rgb(68,8,87); }
H1.HeaderClassName
{
color: #440857;
}
.AnyTagClassName
{
color: #440857;
}
</style>
background-color css
<style>
a { background-color: #440857; }
a { background-color: rgb(68,8,87); }
div.DivClassName
{
background-color: #440857;
}
.BgClassName
{
background-color: #440857;
}
</style>
border-color css
<style>
span { border-color: #440857; }
span { border-color: rgb(68,8,87); }
td.TdClassName
{
border-color: #440857;
}
.TagClassName
{
border-color: #440857;
}
</style>