Shades of Scarlet Gum #53325D
Tints of Scarlet Gum #53325D
RGB
CMYK
RGB Variations
Color information
#53325D (or 0x53325D) is known color: Scarlet Gum. HEX triplet: 53, 32 and 5D. RGB value is (83,50,93). Sum of RGB (Red+Green+Blue) = 83+50+93=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #53325D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53325D is #ACCDA2. Grayscale: #404040. Windows color (decimal): -11324835 or 6107731. OLE color: 6107731.
HSL color Cylindrical-coordinate representation of color #53325D: hue angle of 286.05º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53325D is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 50 | 93 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.64 |
| HSL | 286.05º | 0.3% | 0.28% | - |
| HSV(B) | 286.05º | 0.46% | 0.36% | - |
| XYZ | 6.68 | 4.91 | 10.95 | - |
| YUV | 64.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 93 | 0.11 | 0.46 | 0 | 0.64 | 286.05 | 0.3 | 0.28 |
| Hex | 53 | 32 | 5D | B | 2E | 0 | 40 | 11E | 1E | 1C |
| Octal | 123 | 62 | 135 | 13 | 56 | 0 | 100 | 436 | 36 | 34 |
| Binary | 1010011 | 110010 | 1011101 | 1011 | 101110 | 0 | 1000000 | 100011110 | 11110 | 11100 |
Color Harmonies of #53325D
Complementary color
Monochromatic Colors of #53325D
Black with #53325D
Text Example
Text Example
White with #53325D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53325D; }
p { color: rgb(83,50,93); }
H1.HeaderClassName
{
color: #53325D;
}
.AnyTagClassName
{
color: #53325D;
}
</style>
background-color css
<style>
a { background-color: #53325D; }
a { background-color: rgb(83,50,93); }
div.DivClassName
{
background-color: #53325D;
}
.BgClassName
{
background-color: #53325D;
}
</style>
border-color css
<style>
span { border-color: #53325D; }
span { border-color: rgb(83,50,93); }
td.TdClassName
{
border-color: #53325D;
}
.TagClassName
{
border-color: #53325D;
}
</style>