Shades of Scarlet Gum #442753
Tints of Scarlet Gum #442753
RGB
CMYK
RGB Variations
Color information
#442753 (or 0x442753) is known color: Scarlet Gum. HEX triplet: 44, 27 and 53. RGB value is (68,39,83). Sum of RGB (Red+Green+Blue) = 68+39+83=190 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.79% from 190); Green value is 39 (15.62% from 255 or 20.53% from 190); Blue value is 83 (32.81% from 255 or 43.68% from 190); Max value from RGB is 83 - color contains mainly: blue. Hex color #442753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442753 is #BBD8AC. Grayscale: #343434. Windows color (decimal): -12310701 or 5449540. OLE color: 5449540.
HSL color Cylindrical-coordinate representation of color #442753: hue angle of 279.55º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442753 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 68 | 39 | 83 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.67 |
| HSL | 279.55º | 0.36% | 0.24% | - |
| HSV(B) | 279.55º | 0.53% | 0.33% | - |
| XYZ | 4.67 | 3.3 | 8.58 | - |
| YUV | 52.69 | 145.11 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 39 | 83 | 0.18 | 0.53 | 0 | 0.67 | 279.55 | 0.36 | 0.24 |
| Hex | 44 | 27 | 53 | 12 | 35 | 0 | 43 | 118 | 24 | 18 |
| Octal | 104 | 47 | 123 | 22 | 65 | 0 | 103 | 430 | 44 | 30 |
| Binary | 1000100 | 100111 | 1010011 | 10010 | 110101 | 0 | 1000011 | 100011000 | 100100 | 11000 |
Color Harmonies of #442753
Complementary color
Monochromatic Colors of #442753
Black with #442753
Text Example
Text Example
White with #442753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442753; }
p { color: rgb(68,39,83); }
H1.HeaderClassName
{
color: #442753;
}
.AnyTagClassName
{
color: #442753;
}
</style>
background-color css
<style>
a { background-color: #442753; }
a { background-color: rgb(68,39,83); }
div.DivClassName
{
background-color: #442753;
}
.BgClassName
{
background-color: #442753;
}
</style>
border-color css
<style>
span { border-color: #442753; }
span { border-color: rgb(68,39,83); }
td.TdClassName
{
border-color: #442753;
}
.TagClassName
{
border-color: #442753;
}
</style>