Shades of Scarlet Gum #42184F
Tints of Scarlet Gum #42184F
RGB
CMYK
RGB Variations
Color information
#42184F (or 0x42184F) is known color: Scarlet Gum. HEX triplet: 42, 18 and 4F. RGB value is (66,24,79). Sum of RGB (Red+Green+Blue) = 66+24+79=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 24 (9.77% from 255 or 14.20% from 169); Blue value is 79 (31.25% from 255 or 46.75% from 169); Max value from RGB is 79 - color contains mainly: blue. Hex color #42184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42184F is #BDE7B0. Grayscale: #2A2A2A. Windows color (decimal): -12445617 or 5183554. OLE color: 5183554.
HSL color Cylindrical-coordinate representation of color #42184F: hue angle of 285.82º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42184F is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 24 | 79 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.69 |
| HSL | 285.82º | 0.53% | 0.2% | - |
| HSV(B) | 285.82º | 0.7% | 0.31% | - |
| XYZ | 3.98 | 2.38 | 7.65 | - |
| YUV | 42.83 | 148.41 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 79 | 0.16 | 0.70 | 0 | 0.69 | 285.82 | 0.53 | 0.2 |
| Hex | 42 | 18 | 4F | 10 | 46 | 0 | 45 | 11E | 35 | 14 |
| Octal | 102 | 30 | 117 | 20 | 106 | 0 | 105 | 436 | 65 | 24 |
| Binary | 1000010 | 11000 | 1001111 | 10000 | 1000110 | 0 | 1000101 | 100011110 | 110101 | 10100 |
Color Harmonies of #42184F
Complementary color
Monochromatic Colors of #42184F
Black with #42184F
Text Example
Text Example
White with #42184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42184F; }
p { color: rgb(66,24,79); }
H1.HeaderClassName
{
color: #42184F;
}
.AnyTagClassName
{
color: #42184F;
}
</style>
background-color css
<style>
a { background-color: #42184F; }
a { background-color: rgb(66,24,79); }
div.DivClassName
{
background-color: #42184F;
}
.BgClassName
{
background-color: #42184F;
}
</style>
border-color css
<style>
span { border-color: #42184F; }
span { border-color: rgb(66,24,79); }
td.TdClassName
{
border-color: #42184F;
}
.TagClassName
{
border-color: #42184F;
}
</style>