Shades of Scarlet Gum #440F5E
Tints of Scarlet Gum #440F5E
RGB
CMYK
RGB Variations
Color information
#440F5E (or 0x440F5E) is known color: Scarlet Gum. HEX triplet: 44, 0F and 5E. RGB value is (68,15,94). Sum of RGB (Red+Green+Blue) = 68+15+94=177 (23% of max value = 765). Red value is 68 (26.95% from 255 or 38.42% from 177); Green value is 15 (6.25% from 255 or 8.47% from 177); Blue value is 94 (37.11% from 255 or 53.11% from 177); Max value from RGB is 94 - color contains mainly: blue. Hex color #440F5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440F5E is #BBF0A1. Grayscale: #272727. Windows color (decimal): -12316834 or 6164292. OLE color: 6164292.
HSL color Cylindrical-coordinate representation of color #440F5E: hue angle of 280.25º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #440F5E is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 15 | 94 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.63 |
| HSL | 280.25º | 0.72% | 0.21% | - |
| HSV(B) | 280.25º | 0.84% | 0.37% | - |
| XYZ | 4.58 | 2.38 | 10.81 | - |
| YUV | 39.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 15 | 94 | 0.28 | 0.84 | 0 | 0.63 | 280.25 | 0.72 | 0.21 |
| Hex | 44 | F | 5E | 1C | 54 | 0 | 3F | 118 | 48 | 15 |
| Octal | 104 | 17 | 136 | 34 | 124 | 0 | 77 | 430 | 110 | 25 |
| Binary | 1000100 | 1111 | 1011110 | 11100 | 1010100 | 0 | 111111 | 100011000 | 1001000 | 10101 |
Color Harmonies of #440F5E
Complementary color
Monochromatic Colors of #440F5E
Black with #440F5E
Text Example
Text Example
White with #440F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440F5E; }
p { color: rgb(68,15,94); }
H1.HeaderClassName
{
color: #440F5E;
}
.AnyTagClassName
{
color: #440F5E;
}
</style>
background-color css
<style>
a { background-color: #440F5E; }
a { background-color: rgb(68,15,94); }
div.DivClassName
{
background-color: #440F5E;
}
.BgClassName
{
background-color: #440F5E;
}
</style>
border-color css
<style>
span { border-color: #440F5E; }
span { border-color: rgb(68,15,94); }
td.TdClassName
{
border-color: #440F5E;
}
.TagClassName
{
border-color: #440F5E;
}
</style>