Shades of Scarlet Gum #401753
Tints of Scarlet Gum #401753
RGB
CMYK
RGB Variations
Color information
#401753 (or 0x401753) is known color: Scarlet Gum. HEX triplet: 40, 17 and 53. RGB value is (64,23,83). Sum of RGB (Red+Green+Blue) = 64+23+83=170 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.65% from 170); Green value is 23 (9.38% from 255 or 13.53% from 170); Blue value is 83 (32.81% from 255 or 48.82% from 170); Max value from RGB is 83 - color contains mainly: blue. Hex color #401753 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401753 is #BFE8AC. Grayscale: #292929. Windows color (decimal): -12576941 or 5445440. OLE color: 5445440.
HSL color Cylindrical-coordinate representation of color #401753: hue angle of 281º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #401753 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 23 | 83 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.67 |
| HSL | 281º | 0.57% | 0.21% | - |
| HSV(B) | 281º | 0.72% | 0.33% | - |
| XYZ | 3.98 | 2.33 | 8.42 | - |
| YUV | 42.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 23 | 83 | 0.23 | 0.72 | 0 | 0.67 | 281 | 0.57 | 0.21 |
| Hex | 40 | 17 | 53 | 17 | 48 | 0 | 43 | 119 | 39 | 15 |
| Octal | 100 | 27 | 123 | 27 | 110 | 0 | 103 | 431 | 71 | 25 |
| Binary | 1000000 | 10111 | 1010011 | 10111 | 1001000 | 0 | 1000011 | 100011001 | 111001 | 10101 |
Color Harmonies of #401753
Complementary color
Monochromatic Colors of #401753
Black with #401753
Text Example
Text Example
White with #401753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401753; }
p { color: rgb(64,23,83); }
H1.HeaderClassName
{
color: #401753;
}
.AnyTagClassName
{
color: #401753;
}
</style>
background-color css
<style>
a { background-color: #401753; }
a { background-color: rgb(64,23,83); }
div.DivClassName
{
background-color: #401753;
}
.BgClassName
{
background-color: #401753;
}
</style>
border-color css
<style>
span { border-color: #401753; }
span { border-color: rgb(64,23,83); }
td.TdClassName
{
border-color: #401753;
}
.TagClassName
{
border-color: #401753;
}
</style>