Shades of Scarlet Gum #401B52
Tints of Scarlet Gum #401B52
RGB
CMYK
RGB Variations
Color information
#401B52 (or 0x401B52) is known color: Scarlet Gum. HEX triplet: 40, 1B and 52. RGB value is (64,27,82). Sum of RGB (Red+Green+Blue) = 64+27+82=173 (22% of max value = 765). Red value is 64 (25.39% from 255 or 36.99% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 82 (32.42% from 255 or 47.40% from 173); Max value from RGB is 82 - color contains mainly: blue. Hex color #401B52 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401B52 is #BFE4AD. Grayscale: #2C2C2C. Windows color (decimal): -12575918 or 5380928. OLE color: 5380928.
HSL color Cylindrical-coordinate representation of color #401B52: hue angle of 280.36º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #401B52 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 64 | 27 | 82 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.68 |
| HSL | 280.36º | 0.5% | 0.21% | - |
| HSV(B) | 280.36º | 0.67% | 0.32% | - |
| XYZ | 4.03 | 2.48 | 8.25 | - |
| YUV | 44.33 | 149.26 | 142.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 27 | 82 | 0.22 | 0.67 | 0 | 0.68 | 280.36 | 0.5 | 0.21 |
| Hex | 40 | 1B | 52 | 16 | 43 | 0 | 44 | 118 | 32 | 15 |
| Octal | 100 | 33 | 122 | 26 | 103 | 0 | 104 | 430 | 62 | 25 |
| Binary | 1000000 | 11011 | 1010010 | 10110 | 1000011 | 0 | 1000100 | 100011000 | 110010 | 10101 |
Color Harmonies of #401B52
Complementary color
Monochromatic Colors of #401B52
Black with #401B52
Text Example
Text Example
White with #401B52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #401B52; }
p { color: rgb(64,27,82); }
H1.HeaderClassName
{
color: #401B52;
}
.AnyTagClassName
{
color: #401B52;
}
</style>
background-color css
<style>
a { background-color: #401B52; }
a { background-color: rgb(64,27,82); }
div.DivClassName
{
background-color: #401B52;
}
.BgClassName
{
background-color: #401B52;
}
</style>
border-color css
<style>
span { border-color: #401B52; }
span { border-color: rgb(64,27,82); }
td.TdClassName
{
border-color: #401B52;
}
.TagClassName
{
border-color: #401B52;
}
</style>