Shades of Scarlet Gum #42214C
Tints of Scarlet Gum #42214C
RGB
CMYK
RGB Variations
Color information
#42214C (or 0x42214C) is known color: Scarlet Gum. HEX triplet: 42, 21 and 4C. RGB value is (66,33,76). Sum of RGB (Red+Green+Blue) = 66+33+76=175 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.71% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 76 (30.08% from 255 or 43.43% from 175); Max value from RGB is 76 - color contains mainly: blue. Hex color #42214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42214C is #BDDEB3. Grayscale: #2F2F2F. Windows color (decimal): -12443316 or 4989250. OLE color: 4989250.
HSL color Cylindrical-coordinate representation of color #42214C: hue angle of 286.05º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #42214C is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 33 | 76 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.70 |
| HSL | 286.05º | 0.39% | 0.21% | - |
| HSV(B) | 286.05º | 0.57% | 0.3% | - |
| XYZ | 4.1 | 2.77 | 7.16 | - |
| YUV | 47.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 33 | 76 | 0.13 | 0.57 | 0 | 0.70 | 286.05 | 0.39 | 0.21 |
| Hex | 42 | 21 | 4C | D | 39 | 0 | 46 | 11E | 27 | 15 |
| Octal | 102 | 41 | 114 | 15 | 71 | 0 | 106 | 436 | 47 | 25 |
| Binary | 1000010 | 100001 | 1001100 | 1101 | 111001 | 0 | 1000110 | 100011110 | 100111 | 10101 |
Color Harmonies of #42214C
Complementary color
Monochromatic Colors of #42214C
Black with #42214C
Text Example
Text Example
White with #42214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42214C; }
p { color: rgb(66,33,76); }
H1.HeaderClassName
{
color: #42214C;
}
.AnyTagClassName
{
color: #42214C;
}
</style>
background-color css
<style>
a { background-color: #42214C; }
a { background-color: rgb(66,33,76); }
div.DivClassName
{
background-color: #42214C;
}
.BgClassName
{
background-color: #42214C;
}
</style>
border-color css
<style>
span { border-color: #42214C; }
span { border-color: rgb(66,33,76); }
td.TdClassName
{
border-color: #42214C;
}
.TagClassName
{
border-color: #42214C;
}
</style>