Shades of Scarlet Gum #52345B
Tints of Scarlet Gum #52345B
RGB
CMYK
RGB Variations
Color information
#52345B (or 0x52345B) is known color: Scarlet Gum. HEX triplet: 52, 34 and 5B. RGB value is (82,52,91). Sum of RGB (Red+Green+Blue) = 82+52+91=225 (29% of max value = 765). Red value is 82 (32.42% from 255 or 36.44% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 91 - color contains mainly: blue. Hex color #52345B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52345B is #ADCBA4. Grayscale: #414141. Windows color (decimal): -11389861 or 5977170. OLE color: 5977170.
HSL color Cylindrical-coordinate representation of color #52345B: hue angle of 286.15º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #52345B is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 82 | 52 | 91 | - |
| CMYK | 0.10 | 0.43 | 0 | 0.64 |
| HSL | 286.15º | 0.27% | 0.28% | - |
| HSV(B) | 286.15º | 0.43% | 0.36% | - |
| XYZ | 6.6 | 5.01 | 10.52 | - |
| YUV | 65.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 91 | 0.10 | 0.43 | 0 | 0.64 | 286.15 | 0.27 | 0.28 |
| Hex | 52 | 34 | 5B | A | 2B | 0 | 40 | 11E | 1B | 1C |
| Octal | 122 | 64 | 133 | 12 | 53 | 0 | 100 | 436 | 33 | 34 |
| Binary | 1010010 | 110100 | 1011011 | 1010 | 101011 | 0 | 1000000 | 100011110 | 11011 | 11100 |
Color Harmonies of #52345B
Complementary color
Monochromatic Colors of #52345B
Black with #52345B
Text Example
Text Example
White with #52345B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52345B; }
p { color: rgb(82,52,91); }
H1.HeaderClassName
{
color: #52345B;
}
.AnyTagClassName
{
color: #52345B;
}
</style>
background-color css
<style>
a { background-color: #52345B; }
a { background-color: rgb(82,52,91); }
div.DivClassName
{
background-color: #52345B;
}
.BgClassName
{
background-color: #52345B;
}
</style>
border-color css
<style>
span { border-color: #52345B; }
span { border-color: rgb(82,52,91); }
td.TdClassName
{
border-color: #52345B;
}
.TagClassName
{
border-color: #52345B;
}
</style>