Shades of Scarlet Gum #41144D
Tints of Scarlet Gum #41144D
RGB
CMYK
RGB Variations
Color information
#41144D (or 0x41144D) is known color: Scarlet Gum. HEX triplet: 41, 14 and 4D. RGB value is (65,20,77). Sum of RGB (Red+Green+Blue) = 65+20+77=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 20 (8.20% from 255 or 12.35% from 162); Blue value is 77 (30.47% from 255 or 47.53% from 162); Max value from RGB is 77 - color contains mainly: blue. Hex color #41144D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41144D is #BEEBB2. Grayscale: #272727. Windows color (decimal): -12512179 or 5051457. OLE color: 5051457.
HSL color Cylindrical-coordinate representation of color #41144D: hue angle of 287.37º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #41144D is Cyan = 0.16, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 20 | 77 | - |
| CMYK | 0.16 | 0.74 | 0 | 0.70 |
| HSL | 287.37º | 0.59% | 0.19% | - |
| HSV(B) | 287.37º | 0.74% | 0.3% | - |
| XYZ | 3.77 | 2.16 | 7.24 | - |
| YUV | 39.95 | 148.91 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 20 | 77 | 0.16 | 0.74 | 0 | 0.70 | 287.37 | 0.59 | 0.19 |
| Hex | 41 | 14 | 4D | 10 | 4A | 0 | 46 | 11F | 3B | 13 |
| Octal | 101 | 24 | 115 | 20 | 112 | 0 | 106 | 437 | 73 | 23 |
| Binary | 1000001 | 10100 | 1001101 | 10000 | 1001010 | 0 | 1000110 | 100011111 | 111011 | 10011 |
Color Harmonies of #41144D
Complementary color
Monochromatic Colors of #41144D
Black with #41144D
Text Example
Text Example
White with #41144D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41144D; }
p { color: rgb(65,20,77); }
H1.HeaderClassName
{
color: #41144D;
}
.AnyTagClassName
{
color: #41144D;
}
</style>
background-color css
<style>
a { background-color: #41144D; }
a { background-color: rgb(65,20,77); }
div.DivClassName
{
background-color: #41144D;
}
.BgClassName
{
background-color: #41144D;
}
</style>
border-color css
<style>
span { border-color: #41144D; }
span { border-color: rgb(65,20,77); }
td.TdClassName
{
border-color: #41144D;
}
.TagClassName
{
border-color: #41144D;
}
</style>