Shades of Scarlet Gum #442757
Tints of Scarlet Gum #442757
RGB
CMYK
RGB Variations
Color information
#442757 (or 0x442757) is known color: Scarlet Gum. HEX triplet: 44, 27 and 57. RGB value is (68,39,87). Sum of RGB (Red+Green+Blue) = 68+39+87=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 87 (34.38% from 255 or 44.85% from 194); Max value from RGB is 87 - color contains mainly: blue. Hex color #442757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442757 is #BBD8A8. Grayscale: #343434. Windows color (decimal): -12310697 or 5711684. OLE color: 5711684.
HSL color Cylindrical-coordinate representation of color #442757: hue angle of 276.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #442757 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 68 | 39 | 87 | - |
| CMYK | 0.22 | 0.55 | 0 | 0.66 |
| HSL | 276.25º | 0.38% | 0.25% | - |
| HSV(B) | 276.25º | 0.55% | 0.34% | - |
| XYZ | 4.83 | 3.37 | 9.41 | - |
| YUV | 53.14 | 147.11 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 87 | 0.22 | 0.55 | 0 | 0.66 | 276.25 | 0.38 | 0.25 |
| Hex | 44 | 27 | 57 | 16 | 37 | 0 | 42 | 114 | 26 | 19 |
| Octal | 104 | 47 | 127 | 26 | 67 | 0 | 102 | 424 | 46 | 31 |
| Binary | 1000100 | 100111 | 1010111 | 10110 | 110111 | 0 | 1000010 | 100010100 | 100110 | 11001 |
Color Harmonies of #442757
Complementary color
Monochromatic Colors of #442757
Black with #442757
Text Example
Text Example
White with #442757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442757; }
p { color: rgb(68,39,87); }
H1.HeaderClassName
{
color: #442757;
}
.AnyTagClassName
{
color: #442757;
}
</style>
background-color css
<style>
a { background-color: #442757; }
a { background-color: rgb(68,39,87); }
div.DivClassName
{
background-color: #442757;
}
.BgClassName
{
background-color: #442757;
}
</style>
border-color css
<style>
span { border-color: #442757; }
span { border-color: rgb(68,39,87); }
td.TdClassName
{
border-color: #442757;
}
.TagClassName
{
border-color: #442757;
}
</style>