Shades of Scarlet Gum #52255F
Tints of Scarlet Gum #52255F
RGB
CMYK
RGB Variations
Color information
#52255F (or 0x52255F) is known color: Scarlet Gum. HEX triplet: 52, 25 and 5F. RGB value is (82,37,95). Sum of RGB (Red+Green+Blue) = 82+37+95=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 95 (37.5% from 255 or 44.39% from 214); Max value from RGB is 95 - color contains mainly: blue. Hex color #52255F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52255F is #ADDAA0. Grayscale: #383838. Windows color (decimal): -11393697 or 6235474. OLE color: 6235474.
HSL color Cylindrical-coordinate representation of color #52255F: hue angle of 286.55º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52255F is Cyan = 0.14, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 82 | 37 | 95 | - |
| CMYK | 0.14 | 0.61 | 0 | 0.63 |
| HSL | 286.55º | 0.44% | 0.26% | - |
| HSV(B) | 286.55º | 0.61% | 0.37% | - |
| XYZ | 6.21 | 3.94 | 11.26 | - |
| YUV | 57.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 37 | 95 | 0.14 | 0.61 | 0 | 0.63 | 286.55 | 0.44 | 0.26 |
| Hex | 52 | 25 | 5F | E | 3D | 0 | 3F | 11F | 2C | 1A |
| Octal | 122 | 45 | 137 | 16 | 75 | 0 | 77 | 437 | 54 | 32 |
| Binary | 1010010 | 100101 | 1011111 | 1110 | 111101 | 0 | 111111 | 100011111 | 101100 | 11010 |
Color Harmonies of #52255F
Complementary color
Monochromatic Colors of #52255F
Black with #52255F
Text Example
Text Example
White with #52255F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52255F; }
p { color: rgb(82,37,95); }
H1.HeaderClassName
{
color: #52255F;
}
.AnyTagClassName
{
color: #52255F;
}
</style>
background-color css
<style>
a { background-color: #52255F; }
a { background-color: rgb(82,37,95); }
div.DivClassName
{
background-color: #52255F;
}
.BgClassName
{
background-color: #52255F;
}
</style>
border-color css
<style>
span { border-color: #52255F; }
span { border-color: rgb(82,37,95); }
td.TdClassName
{
border-color: #52255F;
}
.TagClassName
{
border-color: #52255F;
}
</style>