Shades of Scarlet Gum #52375E
Tints of Scarlet Gum #52375E
RGB
CMYK
RGB Variations
Color information
#52375E (or 0x52375E) is known color: Scarlet Gum. HEX triplet: 52, 37 and 5E. RGB value is (82,55,94). Sum of RGB (Red+Green+Blue) = 82+55+94=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 94 (37.11% from 255 or 40.69% from 231); Max value from RGB is 94 - color contains mainly: blue. Hex color #52375E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52375E is #ADC8A1. Grayscale: #434343. Windows color (decimal): -11389090 or 6174546. OLE color: 6174546.
HSL color Cylindrical-coordinate representation of color #52375E: hue angle of 281.54º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #52375E is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 55 | 94 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.63 |
| HSL | 281.54º | 0.26% | 0.29% | - |
| HSV(B) | 281.54º | 0.41% | 0.37% | - |
| XYZ | 6.87 | 5.33 | 11.26 | - |
| YUV | 67.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 94 | 0.13 | 0.41 | 0 | 0.63 | 281.54 | 0.26 | 0.29 |
| Hex | 52 | 37 | 5E | D | 29 | 0 | 3F | 11A | 1A | 1D |
| Octal | 122 | 67 | 136 | 15 | 51 | 0 | 77 | 432 | 32 | 35 |
| Binary | 1010010 | 110111 | 1011110 | 1101 | 101001 | 0 | 111111 | 100011010 | 11010 | 11101 |
Color Harmonies of #52375E
Complementary color
Monochromatic Colors of #52375E
Black with #52375E
Text Example
Text Example
White with #52375E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52375E; }
p { color: rgb(82,55,94); }
H1.HeaderClassName
{
color: #52375E;
}
.AnyTagClassName
{
color: #52375E;
}
</style>
background-color css
<style>
a { background-color: #52375E; }
a { background-color: rgb(82,55,94); }
div.DivClassName
{
background-color: #52375E;
}
.BgClassName
{
background-color: #52375E;
}
</style>
border-color css
<style>
span { border-color: #52375E; }
span { border-color: rgb(82,55,94); }
td.TdClassName
{
border-color: #52375E;
}
.TagClassName
{
border-color: #52375E;
}
</style>