Shades of Scarlet Gum #41204D
Tints of Scarlet Gum #41204D
RGB
CMYK
RGB Variations
Color information
#41204D (or 0x41204D) is known color: Scarlet Gum. HEX triplet: 41, 20 and 4D. RGB value is (65,32,77). Sum of RGB (Red+Green+Blue) = 65+32+77=174 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.36% from 174); Green value is 32 (12.89% from 255 or 18.39% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #41204D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41204D is #BEDFB2. Grayscale: #2E2E2E. Windows color (decimal): -12509107 or 5054529. OLE color: 5054529.
HSL color Cylindrical-coordinate representation of color #41204D: hue angle of 284º degrees, saturation: 0.41, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41204D is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 32 | 77 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.70 |
| HSL | 284º | 0.41% | 0.21% | - |
| HSV(B) | 284º | 0.58% | 0.3% | - |
| XYZ | 4.04 | 2.69 | 7.33 | - |
| YUV | 47 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 32 | 77 | 0.16 | 0.58 | 0 | 0.70 | 284 | 0.41 | 0.21 |
| Hex | 41 | 20 | 4D | 10 | 3A | 0 | 46 | 11C | 29 | 15 |
| Octal | 101 | 40 | 115 | 20 | 72 | 0 | 106 | 434 | 51 | 25 |
| Binary | 1000001 | 100000 | 1001101 | 10000 | 111010 | 0 | 1000110 | 100011100 | 101001 | 10101 |
Color Harmonies of #41204D
Complementary color
Monochromatic Colors of #41204D
Black with #41204D
Text Example
Text Example
White with #41204D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41204D; }
p { color: rgb(65,32,77); }
H1.HeaderClassName
{
color: #41204D;
}
.AnyTagClassName
{
color: #41204D;
}
</style>
background-color css
<style>
a { background-color: #41204D; }
a { background-color: rgb(65,32,77); }
div.DivClassName
{
background-color: #41204D;
}
.BgClassName
{
background-color: #41204D;
}
</style>
border-color css
<style>
span { border-color: #41204D; }
span { border-color: rgb(65,32,77); }
td.TdClassName
{
border-color: #41204D;
}
.TagClassName
{
border-color: #41204D;
}
</style>