Shades of Scarlet Gum #42184D
Tints of Scarlet Gum #42184D
RGB
CMYK
RGB Variations
Color information
#42184D (or 0x42184D) is known color: Scarlet Gum. HEX triplet: 42, 18 and 4D. RGB value is (66,24,77). Sum of RGB (Red+Green+Blue) = 66+24+77=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 77 - color contains mainly: blue. Hex color #42184D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42184D is #BDE7B2. Grayscale: #2A2A2A. Windows color (decimal): -12445619 or 5052482. OLE color: 5052482.
HSL color Cylindrical-coordinate representation of color #42184D: hue angle of 287.55º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #42184D is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 24 | 77 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.70 |
| HSL | 287.55º | 0.52% | 0.2% | - |
| HSV(B) | 287.55º | 0.69% | 0.3% | - |
| XYZ | 3.91 | 2.35 | 7.27 | - |
| YUV | 42.6 | 147.41 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 77 | 0.14 | 0.69 | 0 | 0.70 | 287.55 | 0.52 | 0.2 |
| Hex | 42 | 18 | 4D | E | 45 | 0 | 46 | 120 | 34 | 14 |
| Octal | 102 | 30 | 115 | 16 | 105 | 0 | 106 | 440 | 64 | 24 |
| Binary | 1000010 | 11000 | 1001101 | 1110 | 1000101 | 0 | 1000110 | 100100000 | 110100 | 10100 |
Color Harmonies of #42184D
Complementary color
Monochromatic Colors of #42184D
Black with #42184D
Text Example
Text Example
White with #42184D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42184D; }
p { color: rgb(66,24,77); }
H1.HeaderClassName
{
color: #42184D;
}
.AnyTagClassName
{
color: #42184D;
}
</style>
background-color css
<style>
a { background-color: #42184D; }
a { background-color: rgb(66,24,77); }
div.DivClassName
{
background-color: #42184D;
}
.BgClassName
{
background-color: #42184D;
}
</style>
border-color css
<style>
span { border-color: #42184D; }
span { border-color: rgb(66,24,77); }
td.TdClassName
{
border-color: #42184D;
}
.TagClassName
{
border-color: #42184D;
}
</style>