Shades of Scarlet Gum #42144F
Tints of Scarlet Gum #42144F
RGB
CMYK
RGB Variations
Color information
#42144F (or 0x42144F) is known color: Scarlet Gum. HEX triplet: 42, 14 and 4F. RGB value is (66,20,79). Sum of RGB (Red+Green+Blue) = 66+20+79=165 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40% from 165); Green value is 20 (8.20% from 255 or 12.12% from 165); Blue value is 79 (31.25% from 255 or 47.88% from 165); Max value from RGB is 79 - color contains mainly: blue. Hex color #42144F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42144F is #BDEBB0. Grayscale: #282828. Windows color (decimal): -12446641 or 5182530. OLE color: 5182530.
HSL color Cylindrical-coordinate representation of color #42144F: hue angle of 286.78º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #42144F is Cyan = 0.16, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 20 | 79 | - |
| CMYK | 0.16 | 0.75 | 0 | 0.69 |
| HSL | 286.78º | 0.6% | 0.19% | - |
| HSV(B) | 286.78º | 0.75% | 0.31% | - |
| XYZ | 3.91 | 2.22 | 7.62 | - |
| YUV | 40.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 20 | 79 | 0.16 | 0.75 | 0 | 0.69 | 286.78 | 0.6 | 0.19 |
| Hex | 42 | 14 | 4F | 10 | 4B | 0 | 45 | 11F | 3C | 13 |
| Octal | 102 | 24 | 117 | 20 | 113 | 0 | 105 | 437 | 74 | 23 |
| Binary | 1000010 | 10100 | 1001111 | 10000 | 1001011 | 0 | 1000101 | 100011111 | 111100 | 10011 |
Color Harmonies of #42144F
Complementary color
Monochromatic Colors of #42144F
Black with #42144F
Text Example
Text Example
White with #42144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42144F; }
p { color: rgb(66,20,79); }
H1.HeaderClassName
{
color: #42144F;
}
.AnyTagClassName
{
color: #42144F;
}
</style>
background-color css
<style>
a { background-color: #42144F; }
a { background-color: rgb(66,20,79); }
div.DivClassName
{
background-color: #42144F;
}
.BgClassName
{
background-color: #42144F;
}
</style>
border-color css
<style>
span { border-color: #42144F; }
span { border-color: rgb(66,20,79); }
td.TdClassName
{
border-color: #42144F;
}
.TagClassName
{
border-color: #42144F;
}
</style>