Shades of Scarlet Gum #41214C
Tints of Scarlet Gum #41214C
RGB
CMYK
RGB Variations
Color information
#41214C (or 0x41214C) is known color: Scarlet Gum. HEX triplet: 41, 21 and 4C. RGB value is (65,33,76). Sum of RGB (Red+Green+Blue) = 65+33+76=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 76 (30.08% from 255 or 43.68% from 174); Max value from RGB is 76 - color contains mainly: blue. Hex color #41214C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41214C is #BEDEB3. Grayscale: #2F2F2F. Windows color (decimal): -12508852 or 4989249. OLE color: 4989249.
HSL color Cylindrical-coordinate representation of color #41214C: hue angle of 284.65º 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 #41214C is Cyan = 0.14, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 33 | 76 | - |
| CMYK | 0.14 | 0.57 | 0 | 0.70 |
| HSL | 284.65º | 0.39% | 0.21% | - |
| HSV(B) | 284.65º | 0.57% | 0.3% | - |
| XYZ | 4.03 | 2.73 | 7.15 | - |
| YUV | 47.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 76 | 0.14 | 0.57 | 0 | 0.70 | 284.65 | 0.39 | 0.21 |
| Hex | 41 | 21 | 4C | E | 39 | 0 | 46 | 11D | 27 | 15 |
| Octal | 101 | 41 | 114 | 16 | 71 | 0 | 106 | 435 | 47 | 25 |
| Binary | 1000001 | 100001 | 1001100 | 1110 | 111001 | 0 | 1000110 | 100011101 | 100111 | 10101 |
Color Harmonies of #41214C
Complementary color
Monochromatic Colors of #41214C
Black with #41214C
Text Example
Text Example
White with #41214C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41214C; }
p { color: rgb(65,33,76); }
H1.HeaderClassName
{
color: #41214C;
}
.AnyTagClassName
{
color: #41214C;
}
</style>
background-color css
<style>
a { background-color: #41214C; }
a { background-color: rgb(65,33,76); }
div.DivClassName
{
background-color: #41214C;
}
.BgClassName
{
background-color: #41214C;
}
</style>
border-color css
<style>
span { border-color: #41214C; }
span { border-color: rgb(65,33,76); }
td.TdClassName
{
border-color: #41214C;
}
.TagClassName
{
border-color: #41214C;
}
</style>