Shades of Scarlet Gum #42174D
Tints of Scarlet Gum #42174D
RGB
CMYK
RGB Variations
Color information
#42174D (or 0x42174D) is known color: Scarlet Gum. HEX triplet: 42, 17 and 4D. RGB value is (66,23,77). Sum of RGB (Red+Green+Blue) = 66+23+77=166 (21% of max value = 765). Red value is 66 (26.17% from 255 or 39.76% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #42174D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #42174D is #BDE8B2. Grayscale: #292929. Windows color (decimal): -12445875 or 5052226. OLE color: 5052226.
HSL color Cylindrical-coordinate representation of color #42174D: hue angle of 287.78º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42174D is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 23 | 77 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.70 |
| HSL | 287.78º | 0.54% | 0.2% | - |
| HSV(B) | 287.78º | 0.7% | 0.3% | - |
| XYZ | 3.89 | 2.31 | 7.26 | - |
| YUV | 42.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 77 | 0.14 | 0.70 | 0 | 0.70 | 287.78 | 0.54 | 0.2 |
| Hex | 42 | 17 | 4D | E | 46 | 0 | 46 | 120 | 36 | 14 |
| Octal | 102 | 27 | 115 | 16 | 106 | 0 | 106 | 440 | 66 | 24 |
| Binary | 1000010 | 10111 | 1001101 | 1110 | 1000110 | 0 | 1000110 | 100100000 | 110110 | 10100 |
Color Harmonies of #42174D
Complementary color
Monochromatic Colors of #42174D
Black with #42174D
Text Example
Text Example
White with #42174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42174D; }
p { color: rgb(66,23,77); }
H1.HeaderClassName
{
color: #42174D;
}
.AnyTagClassName
{
color: #42174D;
}
</style>
background-color css
<style>
a { background-color: #42174D; }
a { background-color: rgb(66,23,77); }
div.DivClassName
{
background-color: #42174D;
}
.BgClassName
{
background-color: #42174D;
}
</style>
border-color css
<style>
span { border-color: #42174D; }
span { border-color: rgb(66,23,77); }
td.TdClassName
{
border-color: #42174D;
}
.TagClassName
{
border-color: #42174D;
}
</style>