Shades of Scarlet Gum #41214E
Tints of Scarlet Gum #41214E
RGB
CMYK
RGB Variations
Color information
#41214E (or 0x41214E) is known color: Scarlet Gum. HEX triplet: 41, 21 and 4E. RGB value is (65,33,78). Sum of RGB (Red+Green+Blue) = 65+33+78=176 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.93% from 176); Green value is 33 (13.28% from 255 or 18.75% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #41214E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41214E is #BEDEB1. Grayscale: #2F2F2F. Windows color (decimal): -12508850 or 5120321. OLE color: 5120321.
HSL color Cylindrical-coordinate representation of color #41214E: hue angle of 282.67º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41214E is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 33 | 78 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.69 |
| HSL | 282.67º | 0.41% | 0.22% | - |
| HSV(B) | 282.67º | 0.58% | 0.31% | - |
| XYZ | 4.1 | 2.76 | 7.52 | - |
| YUV | 47.7 | 145.1 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 33 | 78 | 0.17 | 0.58 | 0 | 0.69 | 282.67 | 0.41 | 0.22 |
| Hex | 41 | 21 | 4E | 11 | 3A | 0 | 45 | 11B | 29 | 16 |
| Octal | 101 | 41 | 116 | 21 | 72 | 0 | 105 | 433 | 51 | 26 |
| Binary | 1000001 | 100001 | 1001110 | 10001 | 111010 | 0 | 1000101 | 100011011 | 101001 | 10110 |
Color Harmonies of #41214E
Complementary color
Monochromatic Colors of #41214E
Black with #41214E
Text Example
Text Example
White with #41214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41214E; }
p { color: rgb(65,33,78); }
H1.HeaderClassName
{
color: #41214E;
}
.AnyTagClassName
{
color: #41214E;
}
</style>
background-color css
<style>
a { background-color: #41214E; }
a { background-color: rgb(65,33,78); }
div.DivClassName
{
background-color: #41214E;
}
.BgClassName
{
background-color: #41214E;
}
</style>
border-color css
<style>
span { border-color: #41214E; }
span { border-color: rgb(65,33,78); }
td.TdClassName
{
border-color: #41214E;
}
.TagClassName
{
border-color: #41214E;
}
</style>