Shades of Scarlet Gum #442160
Tints of Scarlet Gum #442160
RGB
CMYK
RGB Variations
Color information
#442160 (or 0x442160) is known color: Scarlet Gum. HEX triplet: 44, 21 and 60. RGB value is (68,33,96). Sum of RGB (Red+Green+Blue) = 68+33+96=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #442160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442160 is #BBDE9F. Grayscale: #323232. Windows color (decimal): -12312224 or 6299972. OLE color: 6299972.
HSL color Cylindrical-coordinate representation of color #442160: hue angle of 273.33º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #442160 is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 33 | 96 | - |
| CMYK | 0.29 | 0.66 | 0 | 0.62 |
| HSL | 273.33º | 0.49% | 0.25% | - |
| HSV(B) | 273.33º | 0.66% | 0.38% | - |
| XYZ | 5.04 | 3.16 | 11.41 | - |
| YUV | 50.65 | 153.6 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 33 | 96 | 0.29 | 0.66 | 0 | 0.62 | 273.33 | 0.49 | 0.25 |
| Hex | 44 | 21 | 60 | 1D | 42 | 0 | 3E | 111 | 31 | 19 |
| Octal | 104 | 41 | 140 | 35 | 102 | 0 | 76 | 421 | 61 | 31 |
| Binary | 1000100 | 100001 | 1100000 | 11101 | 1000010 | 0 | 111110 | 100010001 | 110001 | 11001 |
Color Harmonies of #442160
Complementary color
Monochromatic Colors of #442160
Black with #442160
Text Example
Text Example
White with #442160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442160; }
p { color: rgb(68,33,96); }
H1.HeaderClassName
{
color: #442160;
}
.AnyTagClassName
{
color: #442160;
}
</style>
background-color css
<style>
a { background-color: #442160; }
a { background-color: rgb(68,33,96); }
div.DivClassName
{
background-color: #442160;
}
.BgClassName
{
background-color: #442160;
}
</style>
border-color css
<style>
span { border-color: #442160; }
span { border-color: rgb(68,33,96); }
td.TdClassName
{
border-color: #442160;
}
.TagClassName
{
border-color: #442160;
}
</style>