Shades of Scarlet Gum #52385F
Tints of Scarlet Gum #52385F
RGB
CMYK
RGB Variations
Color information
#52385F (or 0x52385F) is known color: Scarlet Gum. HEX triplet: 52, 38 and 5F. RGB value is (82,56,95). Sum of RGB (Red+Green+Blue) = 82+56+95=233 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.19% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 95 (37.5% from 255 or 40.77% from 233); Max value from RGB is 95 - color contains mainly: blue. Hex color #52385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52385F is #ADC7A0. Grayscale: #444444. Windows color (decimal): -11388833 or 6240338. OLE color: 6240338.
HSL color Cylindrical-coordinate representation of color #52385F: hue angle of 280º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52385F is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 56 | 95 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.63 |
| HSL | 280º | 0.26% | 0.3% | - |
| HSV(B) | 280º | 0.41% | 0.37% | - |
| XYZ | 6.96 | 5.45 | 11.51 | - |
| YUV | 68.22 | 143.11 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 95 | 0.14 | 0.41 | 0 | 0.63 | 280 | 0.26 | 0.3 |
| Hex | 52 | 38 | 5F | E | 29 | 0 | 3F | 118 | 1A | 1E |
| Octal | 122 | 70 | 137 | 16 | 51 | 0 | 77 | 430 | 32 | 36 |
| Binary | 1010010 | 111000 | 1011111 | 1110 | 101001 | 0 | 111111 | 100011000 | 11010 | 11110 |
Color Harmonies of #52385F
Complementary color
Monochromatic Colors of #52385F
Black with #52385F
Text Example
Text Example
White with #52385F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52385F; }
p { color: rgb(82,56,95); }
H1.HeaderClassName
{
color: #52385F;
}
.AnyTagClassName
{
color: #52385F;
}
</style>
background-color css
<style>
a { background-color: #52385F; }
a { background-color: rgb(82,56,95); }
div.DivClassName
{
background-color: #52385F;
}
.BgClassName
{
background-color: #52385F;
}
</style>
border-color css
<style>
span { border-color: #52385F; }
span { border-color: rgb(82,56,95); }
td.TdClassName
{
border-color: #52385F;
}
.TagClassName
{
border-color: #52385F;
}
</style>