Shades of Scarlet Gum #42284A
Tints of Scarlet Gum #42284A
RGB
CMYK
RGB Variations
Color information
#42284A (or 0x42284A) is known color: Scarlet Gum. HEX triplet: 42, 28 and 4A. RGB value is (66,40,74). Sum of RGB (Red+Green+Blue) = 66+40+74=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 74 - color contains mainly: blue. Hex color #42284A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42284A is #BDD7B5. Grayscale: #333333. Windows color (decimal): -12441526 or 4859970. OLE color: 4859970.
HSL color Cylindrical-coordinate representation of color #42284A: hue angle of 285.88º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #42284A is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 66 | 40 | 74 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.71 |
| HSL | 285.88º | 0.3% | 0.22% | - |
| HSV(B) | 285.88º | 0.46% | 0.29% | - |
| XYZ | 4.24 | 3.17 | 6.87 | - |
| YUV | 51.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 40 | 74 | 0.11 | 0.46 | 0 | 0.71 | 285.88 | 0.3 | 0.22 |
| Hex | 42 | 28 | 4A | B | 2E | 0 | 47 | 11E | 1E | 16 |
| Octal | 102 | 50 | 112 | 13 | 56 | 0 | 107 | 436 | 36 | 26 |
| Binary | 1000010 | 101000 | 1001010 | 1011 | 101110 | 0 | 1000111 | 100011110 | 11110 | 10110 |
Color Harmonies of #42284A
Complementary color
Monochromatic Colors of #42284A
Black with #42284A
Text Example
Text Example
White with #42284A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42284A; }
p { color: rgb(66,40,74); }
H1.HeaderClassName
{
color: #42284A;
}
.AnyTagClassName
{
color: #42284A;
}
</style>
background-color css
<style>
a { background-color: #42284A; }
a { background-color: rgb(66,40,74); }
div.DivClassName
{
background-color: #42284A;
}
.BgClassName
{
background-color: #42284A;
}
</style>
border-color css
<style>
span { border-color: #42284A; }
span { border-color: rgb(66,40,74); }
td.TdClassName
{
border-color: #42284A;
}
.TagClassName
{
border-color: #42284A;
}
</style>