Shades of Scarlet Gum #42194F
Tints of Scarlet Gum #42194F
RGB
CMYK
RGB Variations
Color information
#42194F (or 0x42194F) is known color: Scarlet Gum. HEX triplet: 42, 19 and 4F. RGB value is (66,25,79). Sum of RGB (Red+Green+Blue) = 66+25+79=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 25 (10.16% from 255 or 14.71% from 170); Blue value is 79 (31.25% from 255 or 46.47% from 170); Max value from RGB is 79 - color contains mainly: blue. Hex color #42194F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42194F is #BDE6B0. Grayscale: #2B2B2B. Windows color (decimal): -12445361 or 5183810. OLE color: 5183810.
HSL color Cylindrical-coordinate representation of color #42194F: hue angle of 285.56º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42194F is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 25 | 79 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.69 |
| HSL | 285.56º | 0.52% | 0.2% | - |
| HSV(B) | 285.56º | 0.68% | 0.31% | - |
| XYZ | 4.01 | 2.42 | 7.65 | - |
| YUV | 43.42 | 148.08 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 25 | 79 | 0.16 | 0.68 | 0 | 0.69 | 285.56 | 0.52 | 0.2 |
| Hex | 42 | 19 | 4F | 10 | 44 | 0 | 45 | 11E | 34 | 14 |
| Octal | 102 | 31 | 117 | 20 | 104 | 0 | 105 | 436 | 64 | 24 |
| Binary | 1000010 | 11001 | 1001111 | 10000 | 1000100 | 0 | 1000101 | 100011110 | 110100 | 10100 |
Color Harmonies of #42194F
Complementary color
Monochromatic Colors of #42194F
Black with #42194F
Text Example
Text Example
White with #42194F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42194F; }
p { color: rgb(66,25,79); }
H1.HeaderClassName
{
color: #42194F;
}
.AnyTagClassName
{
color: #42194F;
}
</style>
background-color css
<style>
a { background-color: #42194F; }
a { background-color: rgb(66,25,79); }
div.DivClassName
{
background-color: #42194F;
}
.BgClassName
{
background-color: #42194F;
}
</style>
border-color css
<style>
span { border-color: #42194F; }
span { border-color: rgb(66,25,79); }
td.TdClassName
{
border-color: #42194F;
}
.TagClassName
{
border-color: #42194F;
}
</style>