Shades of Scarlet Gum #401652
Tints of Scarlet Gum #401652
RGB
CMYK
RGB Variations
Color information
#401652 (or 0x401652) is known color: Scarlet Gum. HEX triplet: 40, 16 and 52. RGB value is (64,22,82). Sum of RGB (Red+Green+Blue) = 64+22+82=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 22 (8.98% from 255 or 13.10% from 168); Blue value is 82 (32.42% from 255 or 48.81% from 168); Max value from RGB is 82 - color contains mainly: blue. Hex color #401652 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401652 is #BFE9AD. Grayscale: #292929. Windows color (decimal): -12577198 or 5379648. OLE color: 5379648.
HSL color Cylindrical-coordinate representation of color #401652: hue angle of 282º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #401652 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 22 | 82 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.68 |
| HSL | 282º | 0.58% | 0.2% | - |
| HSV(B) | 282º | 0.73% | 0.32% | - |
| XYZ | 3.92 | 2.27 | 8.21 | - |
| YUV | 41.4 | 150.91 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 22 | 82 | 0.22 | 0.73 | 0 | 0.68 | 282 | 0.58 | 0.2 |
| Hex | 40 | 16 | 52 | 16 | 49 | 0 | 44 | 11A | 3A | 14 |
| Octal | 100 | 26 | 122 | 26 | 111 | 0 | 104 | 432 | 72 | 24 |
| Binary | 1000000 | 10110 | 1010010 | 10110 | 1001001 | 0 | 1000100 | 100011010 | 111010 | 10100 |
Color Harmonies of #401652
Complementary color
Monochromatic Colors of #401652
Black with #401652
Text Example
Text Example
White with #401652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401652; }
p { color: rgb(64,22,82); }
H1.HeaderClassName
{
color: #401652;
}
.AnyTagClassName
{
color: #401652;
}
</style>
background-color css
<style>
a { background-color: #401652; }
a { background-color: rgb(64,22,82); }
div.DivClassName
{
background-color: #401652;
}
.BgClassName
{
background-color: #401652;
}
</style>
border-color css
<style>
span { border-color: #401652; }
span { border-color: rgb(64,22,82); }
td.TdClassName
{
border-color: #401652;
}
.TagClassName
{
border-color: #401652;
}
</style>