Shades of Scarlet Gum #52335C
Tints of Scarlet Gum #52335C
RGB
CMYK
RGB Variations
Color information
#52335C (or 0x52335C) is known color: Scarlet Gum. HEX triplet: 52, 33 and 5C. RGB value is (82,51,92). Sum of RGB (Red+Green+Blue) = 82+51+92=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 51 (20.31% from 255 or 22.67% from 225); Blue value is 92 (36.33% from 255 or 40.89% from 225); Max value from RGB is 92 - color contains mainly: blue. Hex color #52335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52335C is #ADCCA3. Grayscale: #404040. Windows color (decimal): -11390116 or 6042450. OLE color: 6042450.
HSL color Cylindrical-coordinate representation of color #52335C: hue angle of 285.37º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #52335C is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 51 | 92 | - |
| CMYK | 0.11 | 0.45 | 0 | 0.64 |
| HSL | 285.37º | 0.29% | 0.28% | - |
| HSV(B) | 285.37º | 0.45% | 0.36% | - |
| XYZ | 6.6 | 4.93 | 10.73 | - |
| YUV | 64.94 | 143.27 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 92 | 0.11 | 0.45 | 0 | 0.64 | 285.37 | 0.29 | 0.28 |
| Hex | 52 | 33 | 5C | B | 2D | 0 | 40 | 11D | 1D | 1C |
| Octal | 122 | 63 | 134 | 13 | 55 | 0 | 100 | 435 | 35 | 34 |
| Binary | 1010010 | 110011 | 1011100 | 1011 | 101101 | 0 | 1000000 | 100011101 | 11101 | 11100 |
Color Harmonies of #52335C
Complementary color
Monochromatic Colors of #52335C
Black with #52335C
Text Example
Text Example
White with #52335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52335C; }
p { color: rgb(82,51,92); }
H1.HeaderClassName
{
color: #52335C;
}
.AnyTagClassName
{
color: #52335C;
}
</style>
background-color css
<style>
a { background-color: #52335C; }
a { background-color: rgb(82,51,92); }
div.DivClassName
{
background-color: #52335C;
}
.BgClassName
{
background-color: #52335C;
}
</style>
border-color css
<style>
span { border-color: #52335C; }
span { border-color: rgb(82,51,92); }
td.TdClassName
{
border-color: #52335C;
}
.TagClassName
{
border-color: #52335C;
}
</style>