Shades of Scarlet Gum #52375F
Tints of Scarlet Gum #52375F
RGB
CMYK
RGB Variations
Color information
#52375F (or 0x52375F) is known color: Scarlet Gum. HEX triplet: 52, 37 and 5F. RGB value is (82,55,95). Sum of RGB (Red+Green+Blue) = 82+55+95=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #52375F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52375F is #ADC8A0. Grayscale: #434343. Windows color (decimal): -11389089 or 6240082. OLE color: 6240082.
HSL color Cylindrical-coordinate representation of color #52375F: hue angle of 280.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #52375F is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 55 | 95 | - |
| CMYK | 0.14 | 0.42 | 0 | 0.63 |
| HSL | 280.5º | 0.27% | 0.29% | - |
| HSV(B) | 280.5º | 0.42% | 0.37% | - |
| XYZ | 6.91 | 5.35 | 11.5 | - |
| YUV | 67.63 | 143.45 | 138.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 95 | 0.14 | 0.42 | 0 | 0.63 | 280.5 | 0.27 | 0.29 |
| Hex | 52 | 37 | 5F | E | 2A | 0 | 3F | 118 | 1B | 1D |
| Octal | 122 | 67 | 137 | 16 | 52 | 0 | 77 | 430 | 33 | 35 |
| Binary | 1010010 | 110111 | 1011111 | 1110 | 101010 | 0 | 111111 | 100011000 | 11011 | 11101 |
Color Harmonies of #52375F
Complementary color
Monochromatic Colors of #52375F
Black with #52375F
Text Example
Text Example
White with #52375F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52375F; }
p { color: rgb(82,55,95); }
H1.HeaderClassName
{
color: #52375F;
}
.AnyTagClassName
{
color: #52375F;
}
</style>
background-color css
<style>
a { background-color: #52375F; }
a { background-color: rgb(82,55,95); }
div.DivClassName
{
background-color: #52375F;
}
.BgClassName
{
background-color: #52375F;
}
</style>
border-color css
<style>
span { border-color: #52375F; }
span { border-color: rgb(82,55,95); }
td.TdClassName
{
border-color: #52375F;
}
.TagClassName
{
border-color: #52375F;
}
</style>