Shades of Scarlet Gum #42164F
Tints of Scarlet Gum #42164F
RGB
CMYK
RGB Variations
Color information
#42164F (or 0x42164F) is known color: Scarlet Gum. HEX triplet: 42, 16 and 4F. RGB value is (66,22,79). Sum of RGB (Red+Green+Blue) = 66+22+79=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 22 (8.98% from 255 or 13.17% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #42164F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42164F is #BDE9B0. Grayscale: #292929. Windows color (decimal): -12446129 or 5183042. OLE color: 5183042.
HSL color Cylindrical-coordinate representation of color #42164F: hue angle of 286.32º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42164F is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 66 | 22 | 79 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.69 |
| HSL | 286.32º | 0.56% | 0.2% | - |
| HSV(B) | 286.32º | 0.72% | 0.31% | - |
| XYZ | 3.94 | 2.3 | 7.63 | - |
| YUV | 41.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 22 | 79 | 0.16 | 0.72 | 0 | 0.69 | 286.32 | 0.56 | 0.2 |
| Hex | 42 | 16 | 4F | 10 | 48 | 0 | 45 | 11E | 38 | 14 |
| Octal | 102 | 26 | 117 | 20 | 110 | 0 | 105 | 436 | 70 | 24 |
| Binary | 1000010 | 10110 | 1001111 | 10000 | 1001000 | 0 | 1000101 | 100011110 | 111000 | 10100 |
Color Harmonies of #42164F
Complementary color
Monochromatic Colors of #42164F
Black with #42164F
Text Example
Text Example
White with #42164F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42164F; }
p { color: rgb(66,22,79); }
H1.HeaderClassName
{
color: #42164F;
}
.AnyTagClassName
{
color: #42164F;
}
</style>
background-color css
<style>
a { background-color: #42164F; }
a { background-color: rgb(66,22,79); }
div.DivClassName
{
background-color: #42164F;
}
.BgClassName
{
background-color: #42164F;
}
</style>
border-color css
<style>
span { border-color: #42164F; }
span { border-color: rgb(66,22,79); }
td.TdClassName
{
border-color: #42164F;
}
.TagClassName
{
border-color: #42164F;
}
</style>