Shades of Scarlet Gum #40184F
Tints of Scarlet Gum #40184F
RGB
CMYK
RGB Variations
Color information
#40184F (or 0x40184F) is known color: Scarlet Gum. HEX triplet: 40, 18 and 4F. RGB value is (64,24,79). Sum of RGB (Red+Green+Blue) = 64+24+79=167 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.32% from 167); Green value is 24 (9.77% from 255 or 14.37% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 79 - color contains mainly: blue. Hex color #40184F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40184F is #BFE7B0. Grayscale: #2A2A2A. Windows color (decimal): -12576689 or 5183552. OLE color: 5183552.
HSL color Cylindrical-coordinate representation of color #40184F: hue angle of 283.64º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #40184F is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 24 | 79 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.69 |
| HSL | 283.64º | 0.53% | 0.2% | - |
| HSV(B) | 283.64º | 0.7% | 0.31% | - |
| XYZ | 3.85 | 2.31 | 7.64 | - |
| YUV | 42.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 24 | 79 | 0.19 | 0.70 | 0 | 0.69 | 283.64 | 0.53 | 0.2 |
| Hex | 40 | 18 | 4F | 13 | 46 | 0 | 45 | 11C | 35 | 14 |
| Octal | 100 | 30 | 117 | 23 | 106 | 0 | 105 | 434 | 65 | 24 |
| Binary | 1000000 | 11000 | 1001111 | 10011 | 1000110 | 0 | 1000101 | 100011100 | 110101 | 10100 |
Color Harmonies of #40184F
Complementary color
Monochromatic Colors of #40184F
Black with #40184F
Text Example
Text Example
White with #40184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40184F; }
p { color: rgb(64,24,79); }
H1.HeaderClassName
{
color: #40184F;
}
.AnyTagClassName
{
color: #40184F;
}
</style>
background-color css
<style>
a { background-color: #40184F; }
a { background-color: rgb(64,24,79); }
div.DivClassName
{
background-color: #40184F;
}
.BgClassName
{
background-color: #40184F;
}
</style>
border-color css
<style>
span { border-color: #40184F; }
span { border-color: rgb(64,24,79); }
td.TdClassName
{
border-color: #40184F;
}
.TagClassName
{
border-color: #40184F;
}
</style>