Shades of Scarlet Gum #401352
Tints of Scarlet Gum #401352
RGB
CMYK
RGB Variations
Color information
#401352 (or 0x401352) is known color: Scarlet Gum. HEX triplet: 40, 13 and 52. RGB value is (64,19,82). Sum of RGB (Red+Green+Blue) = 64+19+82=165 (21% of max value = 765). Red value is 64 (25.39% from 255 or 38.79% from 165); Green value is 19 (7.81% from 255 or 11.52% from 165); Blue value is 82 (32.42% from 255 or 49.70% from 165); Max value from RGB is 82 - color contains mainly: blue. Hex color #401352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401352 is #BFECAD. Grayscale: #272727. Windows color (decimal): -12577966 or 5378880. OLE color: 5378880.
HSL color Cylindrical-coordinate representation of color #401352: hue angle of 282.86º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #401352 is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 19 | 82 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.68 |
| HSL | 282.86º | 0.62% | 0.2% | - |
| HSV(B) | 282.86º | 0.77% | 0.32% | - |
| XYZ | 3.87 | 2.16 | 8.2 | - |
| YUV | 39.64 | 151.91 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 19 | 82 | 0.22 | 0.77 | 0 | 0.68 | 282.86 | 0.62 | 0.2 |
| Hex | 40 | 13 | 52 | 16 | 4D | 0 | 44 | 11B | 3E | 14 |
| Octal | 100 | 23 | 122 | 26 | 115 | 0 | 104 | 433 | 76 | 24 |
| Binary | 1000000 | 10011 | 1010010 | 10110 | 1001101 | 0 | 1000100 | 100011011 | 111110 | 10100 |
Color Harmonies of #401352
Complementary color
Monochromatic Colors of #401352
Black with #401352
Text Example
Text Example
White with #401352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401352; }
p { color: rgb(64,19,82); }
H1.HeaderClassName
{
color: #401352;
}
.AnyTagClassName
{
color: #401352;
}
</style>
background-color css
<style>
a { background-color: #401352; }
a { background-color: rgb(64,19,82); }
div.DivClassName
{
background-color: #401352;
}
.BgClassName
{
background-color: #401352;
}
</style>
border-color css
<style>
span { border-color: #401352; }
span { border-color: rgb(64,19,82); }
td.TdClassName
{
border-color: #401352;
}
.TagClassName
{
border-color: #401352;
}
</style>