Shades of Scarlet Gum #52395D
Tints of Scarlet Gum #52395D
RGB
CMYK
RGB Variations
Color information
#52395D (or 0x52395D) is known color: Scarlet Gum. HEX triplet: 52, 39 and 5D. RGB value is (82,57,93). Sum of RGB (Red+Green+Blue) = 82+57+93=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 93 (36.72% from 255 or 40.09% from 232); Max value from RGB is 93 - color contains mainly: blue. Hex color #52395D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52395D is #ADC6A2. Grayscale: #444444. Windows color (decimal): -11388579 or 6109522. OLE color: 6109522.
HSL color Cylindrical-coordinate representation of color #52395D: hue angle of 281.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #52395D is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 57 | 93 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.64 |
| HSL | 281.67º | 0.24% | 0.29% | - |
| HSV(B) | 281.67º | 0.39% | 0.36% | - |
| XYZ | 6.92 | 5.51 | 11.05 | - |
| YUV | 68.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 93 | 0.12 | 0.39 | 0 | 0.64 | 281.67 | 0.24 | 0.29 |
| Hex | 52 | 39 | 5D | C | 27 | 0 | 40 | 11A | 18 | 1D |
| Octal | 122 | 71 | 135 | 14 | 47 | 0 | 100 | 432 | 30 | 35 |
| Binary | 1010010 | 111001 | 1011101 | 1100 | 100111 | 0 | 1000000 | 100011010 | 11000 | 11101 |
Color Harmonies of #52395D
Complementary color
Monochromatic Colors of #52395D
Black with #52395D
Text Example
Text Example
White with #52395D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52395D; }
p { color: rgb(82,57,93); }
H1.HeaderClassName
{
color: #52395D;
}
.AnyTagClassName
{
color: #52395D;
}
</style>
background-color css
<style>
a { background-color: #52395D; }
a { background-color: rgb(82,57,93); }
div.DivClassName
{
background-color: #52395D;
}
.BgClassName
{
background-color: #52395D;
}
</style>
border-color css
<style>
span { border-color: #52395D; }
span { border-color: rgb(82,57,93); }
td.TdClassName
{
border-color: #52395D;
}
.TagClassName
{
border-color: #52395D;
}
</style>