Shades of Scarlet Gum #442C50
Tints of Scarlet Gum #442C50
RGB
CMYK
RGB Variations
Color information
#442C50 (or 0x442C50) is known color: Scarlet Gum. HEX triplet: 44, 2C and 50. RGB value is (68,44,80). Sum of RGB (Red+Green+Blue) = 68+44+80=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 44 (17.58% from 255 or 22.92% from 192); Blue value is 80 (31.64% from 255 or 41.67% from 192); Max value from RGB is 80 - color contains mainly: blue. Hex color #442C50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442C50 is #BBD3AF. Grayscale: #373737. Windows color (decimal): -12309424 or 5254212. OLE color: 5254212.
HSL color Cylindrical-coordinate representation of color #442C50: hue angle of 280º degrees, saturation: 0.29, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #442C50 is Cyan = 0.15, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 68 | 44 | 80 | - |
| CMYK | 0.15 | 0.45 | 0 | 0.69 |
| HSL | 280º | 0.29% | 0.24% | - |
| HSV(B) | 280º | 0.45% | 0.31% | - |
| XYZ | 4.73 | 3.61 | 8.04 | - |
| YUV | 55.28 | 141.95 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 44 | 80 | 0.15 | 0.45 | 0 | 0.69 | 280 | 0.29 | 0.24 |
| Hex | 44 | 2C | 50 | F | 2D | 0 | 45 | 118 | 1D | 18 |
| Octal | 104 | 54 | 120 | 17 | 55 | 0 | 105 | 430 | 35 | 30 |
| Binary | 1000100 | 101100 | 1010000 | 1111 | 101101 | 0 | 1000101 | 100011000 | 11101 | 11000 |
Color Harmonies of #442C50
Complementary color
Monochromatic Colors of #442C50
Black with #442C50
Text Example
Text Example
White with #442C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442C50; }
p { color: rgb(68,44,80); }
H1.HeaderClassName
{
color: #442C50;
}
.AnyTagClassName
{
color: #442C50;
}
</style>
background-color css
<style>
a { background-color: #442C50; }
a { background-color: rgb(68,44,80); }
div.DivClassName
{
background-color: #442C50;
}
.BgClassName
{
background-color: #442C50;
}
</style>
border-color css
<style>
span { border-color: #442C50; }
span { border-color: rgb(68,44,80); }
td.TdClassName
{
border-color: #442C50;
}
.TagClassName
{
border-color: #442C50;
}
</style>