Shades of Scarlet Gum #41154E
Tints of Scarlet Gum #41154E
RGB
CMYK
RGB Variations
Color information
#41154E (or 0x41154E) is known color: Scarlet Gum. HEX triplet: 41, 15 and 4E. RGB value is (65,21,78). Sum of RGB (Red+Green+Blue) = 65+21+78=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 78 (30.86% from 255 or 47.56% from 164); Max value from RGB is 78 - color contains mainly: blue. Hex color #41154E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41154E is #BEEAB1. Grayscale: #282828. Windows color (decimal): -12511922 or 5117249. OLE color: 5117249.
HSL color Cylindrical-coordinate representation of color #41154E: hue angle of 286.32º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41154E is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 21 | 78 | - |
| CMYK | 0.17 | 0.73 | 0 | 0.69 |
| HSL | 286.32º | 0.58% | 0.19% | - |
| HSV(B) | 286.32º | 0.73% | 0.31% | - |
| XYZ | 3.82 | 2.21 | 7.43 | - |
| YUV | 40.65 | 149.08 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 21 | 78 | 0.17 | 0.73 | 0 | 0.69 | 286.32 | 0.58 | 0.19 |
| Hex | 41 | 15 | 4E | 11 | 49 | 0 | 45 | 11E | 3A | 13 |
| Octal | 101 | 25 | 116 | 21 | 111 | 0 | 105 | 436 | 72 | 23 |
| Binary | 1000001 | 10101 | 1001110 | 10001 | 1001001 | 0 | 1000101 | 100011110 | 111010 | 10011 |
Color Harmonies of #41154E
Complementary color
Monochromatic Colors of #41154E
Black with #41154E
Text Example
Text Example
White with #41154E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41154E; }
p { color: rgb(65,21,78); }
H1.HeaderClassName
{
color: #41154E;
}
.AnyTagClassName
{
color: #41154E;
}
</style>
background-color css
<style>
a { background-color: #41154E; }
a { background-color: rgb(65,21,78); }
div.DivClassName
{
background-color: #41154E;
}
.BgClassName
{
background-color: #41154E;
}
</style>
border-color css
<style>
span { border-color: #41154E; }
span { border-color: rgb(65,21,78); }
td.TdClassName
{
border-color: #41154E;
}
.TagClassName
{
border-color: #41154E;
}
</style>