Shades of Scarlet Gum #42144E
Tints of Scarlet Gum #42144E
RGB
CMYK
RGB Variations
Color information
#42144E (or 0x42144E) is known color: Scarlet Gum. HEX triplet: 42, 14 and 4E. RGB value is (66,20,78). Sum of RGB (Red+Green+Blue) = 66+20+78=164 (21% of max value = 765). Red value is 66 (26.17% from 255 or 40.24% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #42144E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42144E is #BDEBB1. Grayscale: #282828. Windows color (decimal): -12446642 or 5116994. OLE color: 5116994.
HSL color Cylindrical-coordinate representation of color #42144E: hue angle of 287.59º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #42144E is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 20 | 78 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.69 |
| HSL | 287.59º | 0.59% | 0.19% | - |
| HSV(B) | 287.59º | 0.74% | 0.31% | - |
| XYZ | 3.87 | 2.21 | 7.43 | - |
| YUV | 40.37 | 149.24 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 20 | 78 | 0.15 | 0.74 | 0 | 0.69 | 287.59 | 0.59 | 0.19 |
| Hex | 42 | 14 | 4E | F | 4A | 0 | 45 | 120 | 3B | 13 |
| Octal | 102 | 24 | 116 | 17 | 112 | 0 | 105 | 440 | 73 | 23 |
| Binary | 1000010 | 10100 | 1001110 | 1111 | 1001010 | 0 | 1000101 | 100100000 | 111011 | 10011 |
Color Harmonies of #42144E
Complementary color
Monochromatic Colors of #42144E
Black with #42144E
Text Example
Text Example
White with #42144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42144E; }
p { color: rgb(66,20,78); }
H1.HeaderClassName
{
color: #42144E;
}
.AnyTagClassName
{
color: #42144E;
}
</style>
background-color css
<style>
a { background-color: #42144E; }
a { background-color: rgb(66,20,78); }
div.DivClassName
{
background-color: #42144E;
}
.BgClassName
{
background-color: #42144E;
}
</style>
border-color css
<style>
span { border-color: #42144E; }
span { border-color: rgb(66,20,78); }
td.TdClassName
{
border-color: #42144E;
}
.TagClassName
{
border-color: #42144E;
}
</style>