Shades of Scarlet Gum #52375D
Tints of Scarlet Gum #52375D
RGB
CMYK
RGB Variations
Color information
#52375D (or 0x52375D) is known color: Scarlet Gum. HEX triplet: 52, 37 and 5D. RGB value is (82,55,93). Sum of RGB (Red+Green+Blue) = 82+55+93=230 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.65% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 93 (36.72% from 255 or 40.43% from 230); Max value from RGB is 93 - color contains mainly: blue. Hex color #52375D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52375D is #ADC8A2. Grayscale: #434343. Windows color (decimal): -11389091 or 6109010. OLE color: 6109010.
HSL color Cylindrical-coordinate representation of color #52375D: hue angle of 282.63º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52375D is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 55 | 93 | - |
| CMYK | 0.12 | 0.41 | 0 | 0.64 |
| HSL | 282.63º | 0.26% | 0.29% | - |
| HSV(B) | 282.63º | 0.41% | 0.36% | - |
| XYZ | 6.82 | 5.32 | 11.02 | - |
| YUV | 67.41 | 142.45 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 93 | 0.12 | 0.41 | 0 | 0.64 | 282.63 | 0.26 | 0.29 |
| Hex | 52 | 37 | 5D | C | 29 | 0 | 40 | 11B | 1A | 1D |
| Octal | 122 | 67 | 135 | 14 | 51 | 0 | 100 | 433 | 32 | 35 |
| Binary | 1010010 | 110111 | 1011101 | 1100 | 101001 | 0 | 1000000 | 100011011 | 11010 | 11101 |
Color Harmonies of #52375D
Complementary color
Monochromatic Colors of #52375D
Black with #52375D
Text Example
Text Example
White with #52375D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52375D; }
p { color: rgb(82,55,93); }
H1.HeaderClassName
{
color: #52375D;
}
.AnyTagClassName
{
color: #52375D;
}
</style>
background-color css
<style>
a { background-color: #52375D; }
a { background-color: rgb(82,55,93); }
div.DivClassName
{
background-color: #52375D;
}
.BgClassName
{
background-color: #52375D;
}
</style>
border-color css
<style>
span { border-color: #52375D; }
span { border-color: rgb(82,55,93); }
td.TdClassName
{
border-color: #52375D;
}
.TagClassName
{
border-color: #52375D;
}
</style>