Shades of Scarlet Gum #442A55
Tints of Scarlet Gum #442A55
RGB
CMYK
RGB Variations
Color information
#442A55 (or 0x442A55) is known color: Scarlet Gum. HEX triplet: 44, 2A and 55. RGB value is (68,42,85). Sum of RGB (Red+Green+Blue) = 68+42+85=195 (25% of max value = 765). Red value is 68 (26.95% from 255 or 34.87% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 85 (33.59% from 255 or 43.59% from 195); Max value from RGB is 85 - color contains mainly: blue. Hex color #442A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A55 is #BBD5AA. Grayscale: #363636. Windows color (decimal): -12309931 or 5581380. OLE color: 5581380.
HSL color Cylindrical-coordinate representation of color #442A55: hue angle of 276.28º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #442A55 is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 42 | 85 | - |
| CMYK | 0.20 | 0.51 | 0 | 0.67 |
| HSL | 276.28º | 0.34% | 0.25% | - |
| HSV(B) | 276.28º | 0.51% | 0.33% | - |
| XYZ | 4.85 | 3.54 | 9.02 | - |
| YUV | 54.68 | 145.11 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 85 | 0.20 | 0.51 | 0 | 0.67 | 276.28 | 0.34 | 0.25 |
| Hex | 44 | 2A | 55 | 14 | 33 | 0 | 43 | 114 | 22 | 19 |
| Octal | 104 | 52 | 125 | 24 | 63 | 0 | 103 | 424 | 42 | 31 |
| Binary | 1000100 | 101010 | 1010101 | 10100 | 110011 | 0 | 1000011 | 100010100 | 100010 | 11001 |
Color Harmonies of #442A55
Complementary color
Monochromatic Colors of #442A55
Black with #442A55
Text Example
Text Example
White with #442A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A55; }
p { color: rgb(68,42,85); }
H1.HeaderClassName
{
color: #442A55;
}
.AnyTagClassName
{
color: #442A55;
}
</style>
background-color css
<style>
a { background-color: #442A55; }
a { background-color: rgb(68,42,85); }
div.DivClassName
{
background-color: #442A55;
}
.BgClassName
{
background-color: #442A55;
}
</style>
border-color css
<style>
span { border-color: #442A55; }
span { border-color: rgb(68,42,85); }
td.TdClassName
{
border-color: #442A55;
}
.TagClassName
{
border-color: #442A55;
}
</style>