Shades of Scarlet Gum #53385E
Tints of Scarlet Gum #53385E
RGB
CMYK
RGB Variations
Color information
#53385E (or 0x53385E) is known color: Scarlet Gum. HEX triplet: 53, 38 and 5E. RGB value is (83,56,94). Sum of RGB (Red+Green+Blue) = 83+56+94=233 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.62% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #53385E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53385E is #ACC7A1. Grayscale: #444444. Windows color (decimal): -11323298 or 6174803. OLE color: 6174803.
HSL color Cylindrical-coordinate representation of color #53385E: hue angle of 282.63º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53385E is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 56 | 94 | - |
| CMYK | 0.12 | 0.40 | 0 | 0.63 |
| HSL | 282.63º | 0.25% | 0.29% | - |
| HSV(B) | 282.63º | 0.4% | 0.37% | - |
| XYZ | 7 | 5.48 | 11.28 | - |
| YUV | 68.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 94 | 0.12 | 0.40 | 0 | 0.63 | 282.63 | 0.25 | 0.29 |
| Hex | 53 | 38 | 5E | C | 28 | 0 | 3F | 11B | 19 | 1D |
| Octal | 123 | 70 | 136 | 14 | 50 | 0 | 77 | 433 | 31 | 35 |
| Binary | 1010011 | 111000 | 1011110 | 1100 | 101000 | 0 | 111111 | 100011011 | 11001 | 11101 |
Color Harmonies of #53385E
Complementary color
Monochromatic Colors of #53385E
Black with #53385E
Text Example
Text Example
White with #53385E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53385E; }
p { color: rgb(83,56,94); }
H1.HeaderClassName
{
color: #53385E;
}
.AnyTagClassName
{
color: #53385E;
}
</style>
background-color css
<style>
a { background-color: #53385E; }
a { background-color: rgb(83,56,94); }
div.DivClassName
{
background-color: #53385E;
}
.BgClassName
{
background-color: #53385E;
}
</style>
border-color css
<style>
span { border-color: #53385E; }
span { border-color: rgb(83,56,94); }
td.TdClassName
{
border-color: #53385E;
}
.TagClassName
{
border-color: #53385E;
}
</style>