Shades of Scarlet Gum #53305D
Tints of Scarlet Gum #53305D
RGB
CMYK
RGB Variations
Color information
#53305D (or 0x53305D) is known color: Scarlet Gum. HEX triplet: 53, 30 and 5D. RGB value is (83,48,93). Sum of RGB (Red+Green+Blue) = 83+48+93=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #53305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53305D is #ACCFA2. Grayscale: #3F3F3F. Windows color (decimal): -11325347 or 6107219. OLE color: 6107219.
HSL color Cylindrical-coordinate representation of color #53305D: hue angle of 286.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #53305D is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 83 | 48 | 93 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.64 |
| HSL | 286.67º | 0.32% | 0.28% | - |
| HSV(B) | 286.67º | 0.48% | 0.36% | - |
| XYZ | 6.6 | 4.74 | 10.92 | - |
| YUV | 63.6 | 144.6 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 93 | 0.11 | 0.48 | 0 | 0.64 | 286.67 | 0.32 | 0.28 |
| Hex | 53 | 30 | 5D | B | 30 | 0 | 40 | 11F | 20 | 1C |
| Octal | 123 | 60 | 135 | 13 | 60 | 0 | 100 | 437 | 40 | 34 |
| Binary | 1010011 | 110000 | 1011101 | 1011 | 110000 | 0 | 1000000 | 100011111 | 100000 | 11100 |
Color Harmonies of #53305D
Complementary color
Monochromatic Colors of #53305D
Black with #53305D
Text Example
Text Example
White with #53305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53305D; }
p { color: rgb(83,48,93); }
H1.HeaderClassName
{
color: #53305D;
}
.AnyTagClassName
{
color: #53305D;
}
</style>
background-color css
<style>
a { background-color: #53305D; }
a { background-color: rgb(83,48,93); }
div.DivClassName
{
background-color: #53305D;
}
.BgClassName
{
background-color: #53305D;
}
</style>
border-color css
<style>
span { border-color: #53305D; }
span { border-color: rgb(83,48,93); }
td.TdClassName
{
border-color: #53305D;
}
.TagClassName
{
border-color: #53305D;
}
</style>