Shades of Scarlet Gum #41164C
Tints of Scarlet Gum #41164C
RGB
CMYK
RGB Variations
Color information
#41164C (or 0x41164C) is known color: Scarlet Gum. HEX triplet: 41, 16 and 4C. RGB value is (65,22,76). Sum of RGB (Red+Green+Blue) = 65+22+76=163 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.88% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 76 (30.08% from 255 or 46.63% from 163); Max value from RGB is 76 - color contains mainly: blue. Hex color #41164C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #41164C is #BEE9B3. Grayscale: #282828. Windows color (decimal): -12511668 or 4986433. OLE color: 4986433.
HSL color Cylindrical-coordinate representation of color #41164C: hue angle of 287.78º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #41164C is Cyan = 0.14, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 22 | 76 | - |
| CMYK | 0.14 | 0.71 | 0 | 0.70 |
| HSL | 287.78º | 0.55% | 0.19% | - |
| HSV(B) | 287.78º | 0.71% | 0.3% | - |
| XYZ | 3.77 | 2.22 | 7.07 | - |
| YUV | 41.01 | 147.75 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 22 | 76 | 0.14 | 0.71 | 0 | 0.70 | 287.78 | 0.55 | 0.19 |
| Hex | 41 | 16 | 4C | E | 47 | 0 | 46 | 120 | 37 | 13 |
| Octal | 101 | 26 | 114 | 16 | 107 | 0 | 106 | 440 | 67 | 23 |
| Binary | 1000001 | 10110 | 1001100 | 1110 | 1000111 | 0 | 1000110 | 100100000 | 110111 | 10011 |
Color Harmonies of #41164C
Complementary color
Monochromatic Colors of #41164C
Black with #41164C
Text Example
Text Example
White with #41164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41164C; }
p { color: rgb(65,22,76); }
H1.HeaderClassName
{
color: #41164C;
}
.AnyTagClassName
{
color: #41164C;
}
</style>
background-color css
<style>
a { background-color: #41164C; }
a { background-color: rgb(65,22,76); }
div.DivClassName
{
background-color: #41164C;
}
.BgClassName
{
background-color: #41164C;
}
</style>
border-color css
<style>
span { border-color: #41164C; }
span { border-color: rgb(65,22,76); }
td.TdClassName
{
border-color: #41164C;
}
.TagClassName
{
border-color: #41164C;
}
</style>