Shades of Scarlet Gum #442655
Tints of Scarlet Gum #442655
RGB
CMYK
RGB Variations
Color information
#442655 (or 0x442655) is known color: Scarlet Gum. HEX triplet: 44, 26 and 55. RGB value is (68,38,85). Sum of RGB (Red+Green+Blue) = 68+38+85=191 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.60% from 191); Green value is 38 (15.23% from 255 or 19.90% from 191); Blue value is 85 (33.59% from 255 or 44.50% from 191); Max value from RGB is 85 - color contains mainly: blue. Hex color #442655 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442655 is #BBD9AA. Grayscale: #343434. Windows color (decimal): -12310955 or 5580356. OLE color: 5580356.
HSL color Cylindrical-coordinate representation of color #442655: hue angle of 278.3º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #442655 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 38 | 85 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.67 |
| HSL | 278.3º | 0.38% | 0.24% | - |
| HSV(B) | 278.3º | 0.55% | 0.33% | - |
| XYZ | 4.72 | 3.27 | 8.98 | - |
| YUV | 52.33 | 146.44 | 139.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 38 | 85 | 0.20 | 0.55 | 0 | 0.67 | 278.3 | 0.38 | 0.24 |
| Hex | 44 | 26 | 55 | 14 | 37 | 0 | 43 | 116 | 26 | 18 |
| Octal | 104 | 46 | 125 | 24 | 67 | 0 | 103 | 426 | 46 | 30 |
| Binary | 1000100 | 100110 | 1010101 | 10100 | 110111 | 0 | 1000011 | 100010110 | 100110 | 11000 |
Color Harmonies of #442655
Complementary color
Monochromatic Colors of #442655
Black with #442655
Text Example
Text Example
White with #442655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442655; }
p { color: rgb(68,38,85); }
H1.HeaderClassName
{
color: #442655;
}
.AnyTagClassName
{
color: #442655;
}
</style>
background-color css
<style>
a { background-color: #442655; }
a { background-color: rgb(68,38,85); }
div.DivClassName
{
background-color: #442655;
}
.BgClassName
{
background-color: #442655;
}
</style>
border-color css
<style>
span { border-color: #442655; }
span { border-color: rgb(68,38,85); }
td.TdClassName
{
border-color: #442655;
}
.TagClassName
{
border-color: #442655;
}
</style>