Shades of Scarlet Gum #42114F
Tints of Scarlet Gum #42114F
RGB
CMYK
RGB Variations
Color information
#42114F (or 0x42114F) is known color: Scarlet Gum. HEX triplet: 42, 11 and 4F. RGB value is (66,17,79). Sum of RGB (Red+Green+Blue) = 66+17+79=162 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.74% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 79 (31.25% from 255 or 48.77% from 162); Max value from RGB is 79 - color contains mainly: blue. Hex color #42114F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42114F is #BDEEB0. Grayscale: #262626. Windows color (decimal): -12447409 or 5181762. OLE color: 5181762.
HSL color Cylindrical-coordinate representation of color #42114F: hue angle of 287.42º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42114F is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 17 | 79 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.69 |
| HSL | 287.42º | 0.65% | 0.19% | - |
| HSV(B) | 287.42º | 0.78% | 0.31% | - |
| XYZ | 3.86 | 2.12 | 7.6 | - |
| YUV | 38.72 | 150.73 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 17 | 79 | 0.16 | 0.78 | 0 | 0.69 | 287.42 | 0.65 | 0.19 |
| Hex | 42 | 11 | 4F | 10 | 4E | 0 | 45 | 11F | 41 | 13 |
| Octal | 102 | 21 | 117 | 20 | 116 | 0 | 105 | 437 | 101 | 23 |
| Binary | 1000010 | 10001 | 1001111 | 10000 | 1001110 | 0 | 1000101 | 100011111 | 1000001 | 10011 |
Color Harmonies of #42114F
Complementary color
Monochromatic Colors of #42114F
Black with #42114F
Text Example
Text Example
White with #42114F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42114F; }
p { color: rgb(66,17,79); }
H1.HeaderClassName
{
color: #42114F;
}
.AnyTagClassName
{
color: #42114F;
}
</style>
background-color css
<style>
a { background-color: #42114F; }
a { background-color: rgb(66,17,79); }
div.DivClassName
{
background-color: #42114F;
}
.BgClassName
{
background-color: #42114F;
}
</style>
border-color css
<style>
span { border-color: #42114F; }
span { border-color: rgb(66,17,79); }
td.TdClassName
{
border-color: #42114F;
}
.TagClassName
{
border-color: #42114F;
}
</style>