Shades of Scarlet Gum #52305D
Tints of Scarlet Gum #52305D
RGB
CMYK
RGB Variations
Color information
#52305D (or 0x52305D) is known color: Scarlet Gum. HEX triplet: 52, 30 and 5D. RGB value is (82,48,93). Sum of RGB (Red+Green+Blue) = 82+48+93=223 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.77% from 223); Green value is 48 (19.14% from 255 or 21.52% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 93 - color contains mainly: blue. Hex color #52305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52305D is #ADCFA2. Grayscale: #3F3F3F. Windows color (decimal): -11390883 or 6107218. OLE color: 6107218.
HSL color Cylindrical-coordinate representation of color #52305D: hue angle of 285.33º 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 #52305D is Cyan = 0.12, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 48 | 93 | - |
| CMYK | 0.12 | 0.48 | 0 | 0.64 |
| HSL | 285.33º | 0.32% | 0.28% | - |
| HSV(B) | 285.33º | 0.48% | 0.36% | - |
| XYZ | 6.51 | 4.7 | 10.92 | - |
| YUV | 63.3 | 144.76 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 93 | 0.12 | 0.48 | 0 | 0.64 | 285.33 | 0.32 | 0.28 |
| Hex | 52 | 30 | 5D | C | 30 | 0 | 40 | 11D | 20 | 1C |
| Octal | 122 | 60 | 135 | 14 | 60 | 0 | 100 | 435 | 40 | 34 |
| Binary | 1010010 | 110000 | 1011101 | 1100 | 110000 | 0 | 1000000 | 100011101 | 100000 | 11100 |
Color Harmonies of #52305D
Complementary color
Monochromatic Colors of #52305D
Black with #52305D
Text Example
Text Example
White with #52305D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52305D; }
p { color: rgb(82,48,93); }
H1.HeaderClassName
{
color: #52305D;
}
.AnyTagClassName
{
color: #52305D;
}
</style>
background-color css
<style>
a { background-color: #52305D; }
a { background-color: rgb(82,48,93); }
div.DivClassName
{
background-color: #52305D;
}
.BgClassName
{
background-color: #52305D;
}
</style>
border-color css
<style>
span { border-color: #52305D; }
span { border-color: rgb(82,48,93); }
td.TdClassName
{
border-color: #52305D;
}
.TagClassName
{
border-color: #52305D;
}
</style>