Shades of Scarlet Gum #53385D
Tints of Scarlet Gum #53385D
RGB
CMYK
RGB Variations
Color information
#53385D (or 0x53385D) is known color: Scarlet Gum. HEX triplet: 53, 38 and 5D. RGB value is (83,56,93). Sum of RGB (Red+Green+Blue) = 83+56+93=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #53385D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53385D is #ACC7A2. Grayscale: #444444. Windows color (decimal): -11323299 or 6109267. OLE color: 6109267.
HSL color Cylindrical-coordinate representation of color #53385D: hue angle of 283.78º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #53385D is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 56 | 93 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.64 |
| HSL | 283.78º | 0.25% | 0.29% | - |
| HSV(B) | 283.78º | 0.4% | 0.36% | - |
| XYZ | 6.96 | 5.46 | 11.04 | - |
| YUV | 68.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 93 | 0.11 | 0.40 | 0 | 0.64 | 283.78 | 0.25 | 0.29 |
| Hex | 53 | 38 | 5D | B | 28 | 0 | 40 | 11C | 19 | 1D |
| Octal | 123 | 70 | 135 | 13 | 50 | 0 | 100 | 434 | 31 | 35 |
| Binary | 1010011 | 111000 | 1011101 | 1011 | 101000 | 0 | 1000000 | 100011100 | 11001 | 11101 |
Color Harmonies of #53385D
Complementary color
Monochromatic Colors of #53385D
Black with #53385D
Text Example
Text Example
White with #53385D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53385D; }
p { color: rgb(83,56,93); }
H1.HeaderClassName
{
color: #53385D;
}
.AnyTagClassName
{
color: #53385D;
}
</style>
background-color css
<style>
a { background-color: #53385D; }
a { background-color: rgb(83,56,93); }
div.DivClassName
{
background-color: #53385D;
}
.BgClassName
{
background-color: #53385D;
}
</style>
border-color css
<style>
span { border-color: #53385D; }
span { border-color: rgb(83,56,93); }
td.TdClassName
{
border-color: #53385D;
}
.TagClassName
{
border-color: #53385D;
}
</style>