Shades of Scarlet Gum #440C5D
Tints of Scarlet Gum #440C5D
RGB
CMYK
RGB Variations
Color information
#440C5D (or 0x440C5D) is known color: Scarlet Gum. HEX triplet: 44, 0C and 5D. RGB value is (68,12,93). Sum of RGB (Red+Green+Blue) = 68+12+93=173 (22% of max value = 765). Red value is 68 (26.95% from 255 or 39.31% from 173); Green value is 12 (5.08% from 255 or 6.94% from 173); Blue value is 93 (36.72% from 255 or 53.76% from 173); Max value from RGB is 93 - color contains mainly: blue. Hex color #440C5D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440C5D is #BBF3A2. Grayscale: #252525. Windows color (decimal): -12317603 or 6097988. OLE color: 6097988.
HSL color Cylindrical-coordinate representation of color #440C5D: hue angle of 281.48º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #440C5D is Cyan = 0.27, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 12 | 93 | - |
| CMYK | 0.27 | 0.87 | 0 | 0.64 |
| HSL | 281.48º | 0.77% | 0.21% | - |
| HSV(B) | 281.48º | 0.87% | 0.36% | - |
| XYZ | 4.49 | 2.28 | 10.56 | - |
| YUV | 37.98 | 159.05 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 12 | 93 | 0.27 | 0.87 | 0 | 0.64 | 281.48 | 0.77 | 0.21 |
| Hex | 44 | C | 5D | 1B | 57 | 0 | 40 | 119 | 4D | 15 |
| Octal | 104 | 14 | 135 | 33 | 127 | 0 | 100 | 431 | 115 | 25 |
| Binary | 1000100 | 1100 | 1011101 | 11011 | 1010111 | 0 | 1000000 | 100011001 | 1001101 | 10101 |
Color Harmonies of #440C5D
Complementary color
Monochromatic Colors of #440C5D
Black with #440C5D
Text Example
Text Example
White with #440C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #440C5D; }
p { color: rgb(68,12,93); }
H1.HeaderClassName
{
color: #440C5D;
}
.AnyTagClassName
{
color: #440C5D;
}
</style>
background-color css
<style>
a { background-color: #440C5D; }
a { background-color: rgb(68,12,93); }
div.DivClassName
{
background-color: #440C5D;
}
.BgClassName
{
background-color: #440C5D;
}
</style>
border-color css
<style>
span { border-color: #440C5D; }
span { border-color: rgb(68,12,93); }
td.TdClassName
{
border-color: #440C5D;
}
.TagClassName
{
border-color: #440C5D;
}
</style>