Shades of Scarlet Gum #42244D
Tints of Scarlet Gum #42244D
RGB
CMYK
RGB Variations
Color information
#42244D (or 0x42244D) is known color: Scarlet Gum. HEX triplet: 42, 24 and 4D. RGB value is (66,36,77). Sum of RGB (Red+Green+Blue) = 66+36+77=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 36 (14.45% from 255 or 20.11% from 179); Blue value is 77 (30.47% from 255 or 43.02% from 179); Max value from RGB is 77 - color contains mainly: blue. Hex color #42244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42244D is #BDDBB2. Grayscale: #313131. Windows color (decimal): -12442547 or 5055554. OLE color: 5055554.
HSL color Cylindrical-coordinate representation of color #42244D: hue angle of 283.9º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #42244D is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 36 | 77 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.70 |
| HSL | 283.9º | 0.36% | 0.22% | - |
| HSV(B) | 283.9º | 0.53% | 0.3% | - |
| XYZ | 4.22 | 2.96 | 7.37 | - |
| YUV | 49.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 36 | 77 | 0.14 | 0.53 | 0 | 0.70 | 283.9 | 0.36 | 0.22 |
| Hex | 42 | 24 | 4D | E | 35 | 0 | 46 | 11C | 24 | 16 |
| Octal | 102 | 44 | 115 | 16 | 65 | 0 | 106 | 434 | 44 | 26 |
| Binary | 1000010 | 100100 | 1001101 | 1110 | 110101 | 0 | 1000110 | 100011100 | 100100 | 10110 |
Color Harmonies of #42244D
Complementary color
Monochromatic Colors of #42244D
Black with #42244D
Text Example
Text Example
White with #42244D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42244D; }
p { color: rgb(66,36,77); }
H1.HeaderClassName
{
color: #42244D;
}
.AnyTagClassName
{
color: #42244D;
}
</style>
background-color css
<style>
a { background-color: #42244D; }
a { background-color: rgb(66,36,77); }
div.DivClassName
{
background-color: #42244D;
}
.BgClassName
{
background-color: #42244D;
}
</style>
border-color css
<style>
span { border-color: #42244D; }
span { border-color: rgb(66,36,77); }
td.TdClassName
{
border-color: #42244D;
}
.TagClassName
{
border-color: #42244D;
}
</style>