Shades of Scarlet Gum #41134E
Tints of Scarlet Gum #41134E
RGB
CMYK
RGB Variations
Color information
#41134E (or 0x41134E) is known color: Scarlet Gum. HEX triplet: 41, 13 and 4E. RGB value is (65,19,78). Sum of RGB (Red+Green+Blue) = 65+19+78=162 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.12% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 78 (30.86% from 255 or 48.15% from 162); Max value from RGB is 78 - color contains mainly: blue. Hex color #41134E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41134E is #BEECB1. Grayscale: #272727. Windows color (decimal): -12512434 or 5116737. OLE color: 5116737.
HSL color Cylindrical-coordinate representation of color #41134E: hue angle of 286.78º degrees, saturation: 0.61, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #41134E is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 19 | 78 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.69 |
| HSL | 286.78º | 0.61% | 0.19% | - |
| HSV(B) | 286.78º | 0.76% | 0.31% | - |
| XYZ | 3.79 | 2.14 | 7.42 | - |
| YUV | 39.48 | 149.74 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 19 | 78 | 0.17 | 0.76 | 0 | 0.69 | 286.78 | 0.61 | 0.19 |
| Hex | 41 | 13 | 4E | 11 | 4C | 0 | 45 | 11F | 3D | 13 |
| Octal | 101 | 23 | 116 | 21 | 114 | 0 | 105 | 437 | 75 | 23 |
| Binary | 1000001 | 10011 | 1001110 | 10001 | 1001100 | 0 | 1000101 | 100011111 | 111101 | 10011 |
Color Harmonies of #41134E
Complementary color
Monochromatic Colors of #41134E
Black with #41134E
Text Example
Text Example
White with #41134E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41134E; }
p { color: rgb(65,19,78); }
H1.HeaderClassName
{
color: #41134E;
}
.AnyTagClassName
{
color: #41134E;
}
</style>
background-color css
<style>
a { background-color: #41134E; }
a { background-color: rgb(65,19,78); }
div.DivClassName
{
background-color: #41134E;
}
.BgClassName
{
background-color: #41134E;
}
</style>
border-color css
<style>
span { border-color: #41134E; }
span { border-color: rgb(65,19,78); }
td.TdClassName
{
border-color: #41134E;
}
.TagClassName
{
border-color: #41134E;
}
</style>