Shades of Scarlet Gum #40194D
Tints of Scarlet Gum #40194D
RGB
CMYK
RGB Variations
Color information
#40194D (or 0x40194D) is known color: Scarlet Gum. HEX triplet: 40, 19 and 4D. RGB value is (64,25,77). Sum of RGB (Red+Green+Blue) = 64+25+77=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 25 (10.16% from 255 or 15.06% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 77 - color contains mainly: blue. Hex color #40194D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40194D is #BFE6B2. Grayscale: #2A2A2A. Windows color (decimal): -12576435 or 5052736. OLE color: 5052736.
HSL color Cylindrical-coordinate representation of color #40194D: hue angle of 285º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #40194D is Cyan = 0.17, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 64 | 25 | 77 | - |
| CMYK | 0.17 | 0.68 | 0 | 0.70 |
| HSL | 285º | 0.51% | 0.2% | - |
| HSV(B) | 285º | 0.68% | 0.3% | - |
| XYZ | 3.8 | 2.32 | 7.27 | - |
| YUV | 42.59 | 147.42 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 25 | 77 | 0.17 | 0.68 | 0 | 0.70 | 285 | 0.51 | 0.2 |
| Hex | 40 | 19 | 4D | 11 | 44 | 0 | 46 | 11D | 33 | 14 |
| Octal | 100 | 31 | 115 | 21 | 104 | 0 | 106 | 435 | 63 | 24 |
| Binary | 1000000 | 11001 | 1001101 | 10001 | 1000100 | 0 | 1000110 | 100011101 | 110011 | 10100 |
Color Harmonies of #40194D
Complementary color
Monochromatic Colors of #40194D
Black with #40194D
Text Example
Text Example
White with #40194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40194D; }
p { color: rgb(64,25,77); }
H1.HeaderClassName
{
color: #40194D;
}
.AnyTagClassName
{
color: #40194D;
}
</style>
background-color css
<style>
a { background-color: #40194D; }
a { background-color: rgb(64,25,77); }
div.DivClassName
{
background-color: #40194D;
}
.BgClassName
{
background-color: #40194D;
}
</style>
border-color css
<style>
span { border-color: #40194D; }
span { border-color: rgb(64,25,77); }
td.TdClassName
{
border-color: #40194D;
}
.TagClassName
{
border-color: #40194D;
}
</style>