Shades of Scarlet Gum #411B53
Tints of Scarlet Gum #411B53
RGB
CMYK
RGB Variations
Color information
#411B53 (or 0x411B53) is known color: Scarlet Gum. HEX triplet: 41, 1B and 53. RGB value is (65,27,83). Sum of RGB (Red+Green+Blue) = 65+27+83=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 83 (32.81% from 255 or 47.43% from 175); Max value from RGB is 83 - color contains mainly: blue. Hex color #411B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B53 is #BEE4AC. Grayscale: #2C2C2C. Windows color (decimal): -12510381 or 5446465. OLE color: 5446465.
HSL color Cylindrical-coordinate representation of color #411B53: hue angle of 280.71º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #411B53 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 65 | 27 | 83 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.67 |
| HSL | 280.71º | 0.51% | 0.22% | - |
| HSV(B) | 280.71º | 0.67% | 0.33% | - |
| XYZ | 4.13 | 2.53 | 8.45 | - |
| YUV | 44.75 | 149.59 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 27 | 83 | 0.22 | 0.67 | 0 | 0.67 | 280.71 | 0.51 | 0.22 |
| Hex | 41 | 1B | 53 | 16 | 43 | 0 | 43 | 119 | 33 | 16 |
| Octal | 101 | 33 | 123 | 26 | 103 | 0 | 103 | 431 | 63 | 26 |
| Binary | 1000001 | 11011 | 1010011 | 10110 | 1000011 | 0 | 1000011 | 100011001 | 110011 | 10110 |
Color Harmonies of #411B53
Complementary color
Monochromatic Colors of #411B53
Black with #411B53
Text Example
Text Example
White with #411B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #411B53; }
p { color: rgb(65,27,83); }
H1.HeaderClassName
{
color: #411B53;
}
.AnyTagClassName
{
color: #411B53;
}
</style>
background-color css
<style>
a { background-color: #411B53; }
a { background-color: rgb(65,27,83); }
div.DivClassName
{
background-color: #411B53;
}
.BgClassName
{
background-color: #411B53;
}
</style>
border-color css
<style>
span { border-color: #411B53; }
span { border-color: rgb(65,27,83); }
td.TdClassName
{
border-color: #411B53;
}
.TagClassName
{
border-color: #411B53;
}
</style>