Shades of Scarlet Gum #52196C
Tints of Scarlet Gum #52196C
RGB
CMYK
RGB Variations
Color information
#52196C (or 0x52196C) is known color: Scarlet Gum. HEX triplet: 52, 19 and 6C. RGB value is (82,25,108). Sum of RGB (Red+Green+Blue) = 82+25+108=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 25 (10.16% from 255 or 11.63% from 215); Blue value is 108 (42.58% from 255 or 50.23% from 215); Max value from RGB is 108 - color contains mainly: blue. Hex color #52196C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #52196C is #ADE693. Grayscale: #333333. Windows color (decimal): -11396756 or 7084370. OLE color: 7084370.
HSL color Cylindrical-coordinate representation of color #52196C: hue angle of 281.2º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #52196C is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 82 | 25 | 108 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.58 |
| HSL | 281.2º | 0.62% | 0.26% | - |
| HSV(B) | 281.2º | 0.77% | 0.42% | - |
| XYZ | 6.53 | 3.57 | 14.53 | - |
| YUV | 51.51 | 159.88 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 25 | 108 | 0.24 | 0.77 | 0 | 0.58 | 281.2 | 0.62 | 0.26 |
| Hex | 52 | 19 | 6C | 18 | 4D | 0 | 3A | 119 | 3E | 1A |
| Octal | 122 | 31 | 154 | 30 | 115 | 0 | 72 | 431 | 76 | 32 |
| Binary | 1010010 | 11001 | 1101100 | 11000 | 1001101 | 0 | 111010 | 100011001 | 111110 | 11010 |
Color Harmonies of #52196C
Complementary color
Monochromatic Colors of #52196C
Black with #52196C
Text Example
Text Example
White with #52196C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52196C; }
p { color: rgb(82,25,108); }
H1.HeaderClassName
{
color: #52196C;
}
.AnyTagClassName
{
color: #52196C;
}
</style>
background-color css
<style>
a { background-color: #52196C; }
a { background-color: rgb(82,25,108); }
div.DivClassName
{
background-color: #52196C;
}
.BgClassName
{
background-color: #52196C;
}
</style>
border-color css
<style>
span { border-color: #52196C; }
span { border-color: rgb(82,25,108); }
td.TdClassName
{
border-color: #52196C;
}
.TagClassName
{
border-color: #52196C;
}
</style>