Shades of Scarlet Gum #52385A
Tints of Scarlet Gum #52385A
RGB
CMYK
RGB Variations
Color information
#52385A (or 0x52385A) is known color: Scarlet Gum. HEX triplet: 52, 38 and 5A. RGB value is (82,56,90). Sum of RGB (Red+Green+Blue) = 82+56+90=228 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.96% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 90 (35.55% from 255 or 39.47% from 228); Max value from RGB is 90 - color contains mainly: blue. Hex color #52385A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52385A is #ADC7A5. Grayscale: #434343. Windows color (decimal): -11388838 or 5912658. OLE color: 5912658.
HSL color Cylindrical-coordinate representation of color #52385A: hue angle of 285.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #52385A is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 56 | 90 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.65 |
| HSL | 285.88º | 0.23% | 0.29% | - |
| HSV(B) | 285.88º | 0.38% | 0.35% | - |
| XYZ | 6.74 | 5.36 | 10.35 | - |
| YUV | 67.65 | 140.61 | 138.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 90 | 0.09 | 0.38 | 0 | 0.65 | 285.88 | 0.23 | 0.29 |
| Hex | 52 | 38 | 5A | 9 | 26 | 0 | 41 | 11E | 17 | 1D |
| Octal | 122 | 70 | 132 | 11 | 46 | 0 | 101 | 436 | 27 | 35 |
| Binary | 1010010 | 111000 | 1011010 | 1001 | 100110 | 0 | 1000001 | 100011110 | 10111 | 11101 |
Color Harmonies of #52385A
Complementary color
Monochromatic Colors of #52385A
Black with #52385A
Text Example
Text Example
White with #52385A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52385A; }
p { color: rgb(82,56,90); }
H1.HeaderClassName
{
color: #52385A;
}
.AnyTagClassName
{
color: #52385A;
}
</style>
background-color css
<style>
a { background-color: #52385A; }
a { background-color: rgb(82,56,90); }
div.DivClassName
{
background-color: #52385A;
}
.BgClassName
{
background-color: #52385A;
}
</style>
border-color css
<style>
span { border-color: #52385A; }
span { border-color: rgb(82,56,90); }
td.TdClassName
{
border-color: #52385A;
}
.TagClassName
{
border-color: #52385A;
}
</style>