Shades of Scarlet Gum #42274C
Tints of Scarlet Gum #42274C
RGB
CMYK
RGB Variations
Color information
#42274C (or 0x42274C) is known color: Scarlet Gum. HEX triplet: 42, 27 and 4C. RGB value is (66,39,76). Sum of RGB (Red+Green+Blue) = 66+39+76=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 39 (15.62% from 255 or 21.55% from 181); Blue value is 76 (30.08% from 255 or 41.99% from 181); Max value from RGB is 76 - color contains mainly: blue. Hex color #42274C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42274C is #BDD8B3. Grayscale: #333333. Windows color (decimal): -12441780 or 4990786. OLE color: 4990786.
HSL color Cylindrical-coordinate representation of color #42274C: hue angle of 283.78º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #42274C is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 66 | 39 | 76 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.70 |
| HSL | 283.78º | 0.32% | 0.23% | - |
| HSV(B) | 283.78º | 0.49% | 0.3% | - |
| XYZ | 4.28 | 3.13 | 7.22 | - |
| YUV | 51.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 39 | 76 | 0.13 | 0.49 | 0 | 0.70 | 283.78 | 0.32 | 0.23 |
| Hex | 42 | 27 | 4C | D | 31 | 0 | 46 | 11C | 20 | 17 |
| Octal | 102 | 47 | 114 | 15 | 61 | 0 | 106 | 434 | 40 | 27 |
| Binary | 1000010 | 100111 | 1001100 | 1101 | 110001 | 0 | 1000110 | 100011100 | 100000 | 10111 |
Color Harmonies of #42274C
Complementary color
Monochromatic Colors of #42274C
Black with #42274C
Text Example
Text Example
White with #42274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42274C; }
p { color: rgb(66,39,76); }
H1.HeaderClassName
{
color: #42274C;
}
.AnyTagClassName
{
color: #42274C;
}
</style>
background-color css
<style>
a { background-color: #42274C; }
a { background-color: rgb(66,39,76); }
div.DivClassName
{
background-color: #42274C;
}
.BgClassName
{
background-color: #42274C;
}
</style>
border-color css
<style>
span { border-color: #42274C; }
span { border-color: rgb(66,39,76); }
td.TdClassName
{
border-color: #42274C;
}
.TagClassName
{
border-color: #42274C;
}
</style>