Shades of Scarlet Gum #401353
Tints of Scarlet Gum #401353
RGB
CMYK
RGB Variations
Color information
#401353 (or 0x401353) is known color: Scarlet Gum. HEX triplet: 40, 13 and 53. RGB value is (64,19,83). Sum of RGB (Red+Green+Blue) = 64+19+83=166 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.55% from 166); Green value is 19 (7.81% from 255 or 11.45% from 166); Blue value is 83 (32.81% from 255 or 50% from 166); Max value from RGB is 83 - color contains mainly: blue. Hex color #401353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401353 is #BFECAC. Grayscale: #272727. Windows color (decimal): -12577965 or 5444416. OLE color: 5444416.
HSL color Cylindrical-coordinate representation of color #401353: hue angle of 282.19º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401353 is Cyan = 0.23, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 19 | 83 | - |
| CMYK | 0.23 | 0.77 | 0 | 0.67 |
| HSL | 282.19º | 0.63% | 0.2% | - |
| HSV(B) | 282.19º | 0.77% | 0.33% | - |
| XYZ | 3.91 | 2.18 | 8.4 | - |
| YUV | 39.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 83 | 0.23 | 0.77 | 0 | 0.67 | 282.19 | 0.63 | 0.2 |
| Hex | 40 | 13 | 53 | 17 | 4D | 0 | 43 | 11A | 3F | 14 |
| Octal | 100 | 23 | 123 | 27 | 115 | 0 | 103 | 432 | 77 | 24 |
| Binary | 1000000 | 10011 | 1010011 | 10111 | 1001101 | 0 | 1000011 | 100011010 | 111111 | 10100 |
Color Harmonies of #401353
Complementary color
Monochromatic Colors of #401353
Black with #401353
Text Example
Text Example
White with #401353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401353; }
p { color: rgb(64,19,83); }
H1.HeaderClassName
{
color: #401353;
}
.AnyTagClassName
{
color: #401353;
}
</style>
background-color css
<style>
a { background-color: #401353; }
a { background-color: rgb(64,19,83); }
div.DivClassName
{
background-color: #401353;
}
.BgClassName
{
background-color: #401353;
}
</style>
border-color css
<style>
span { border-color: #401353; }
span { border-color: rgb(64,19,83); }
td.TdClassName
{
border-color: #401353;
}
.TagClassName
{
border-color: #401353;
}
</style>