Shades of Scarlet Gum #40174F
Tints of Scarlet Gum #40174F
RGB
CMYK
RGB Variations
Color information
#40174F (or 0x40174F) is known color: Scarlet Gum. HEX triplet: 40, 17 and 4F. RGB value is (64,23,79). Sum of RGB (Red+Green+Blue) = 64+23+79=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 79 (31.25% from 255 or 47.59% from 166); Max value from RGB is 79 - color contains mainly: blue. Hex color #40174F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40174F is #BFE8B0. Grayscale: #292929. Windows color (decimal): -12576945 or 5183296. OLE color: 5183296.
HSL color Cylindrical-coordinate representation of color #40174F: hue angle of 283.93º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #40174F is Cyan = 0.19, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 64 | 23 | 79 | - |
| CMYK | 0.19 | 0.71 | 0 | 0.69 |
| HSL | 283.93º | 0.55% | 0.2% | - |
| HSV(B) | 283.93º | 0.71% | 0.31% | - |
| XYZ | 3.83 | 2.27 | 7.63 | - |
| YUV | 41.64 | 149.08 | 143.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 79 | 0.19 | 0.71 | 0 | 0.69 | 283.93 | 0.55 | 0.2 |
| Hex | 40 | 17 | 4F | 13 | 47 | 0 | 45 | 11C | 37 | 14 |
| Octal | 100 | 27 | 117 | 23 | 107 | 0 | 105 | 434 | 67 | 24 |
| Binary | 1000000 | 10111 | 1001111 | 10011 | 1000111 | 0 | 1000101 | 100011100 | 110111 | 10100 |
Color Harmonies of #40174F
Complementary color
Monochromatic Colors of #40174F
Black with #40174F
Text Example
Text Example
White with #40174F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40174F; }
p { color: rgb(64,23,79); }
H1.HeaderClassName
{
color: #40174F;
}
.AnyTagClassName
{
color: #40174F;
}
</style>
background-color css
<style>
a { background-color: #40174F; }
a { background-color: rgb(64,23,79); }
div.DivClassName
{
background-color: #40174F;
}
.BgClassName
{
background-color: #40174F;
}
</style>
border-color css
<style>
span { border-color: #40174F; }
span { border-color: rgb(64,23,79); }
td.TdClassName
{
border-color: #40174F;
}
.TagClassName
{
border-color: #40174F;
}
</style>