Shades of Scarlet Gum #522461
Tints of Scarlet Gum #522461
RGB
CMYK
RGB Variations
Color information
#522461 (or 0x522461) is known color: Scarlet Gum. HEX triplet: 52, 24 and 61. RGB value is (82,36,97). Sum of RGB (Red+Green+Blue) = 82+36+97=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 36 (14.45% from 255 or 16.74% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 97 - color contains mainly: blue. Hex color #522461 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522461 is #ADDB9E. Grayscale: #383838. Windows color (decimal): -11393951 or 6366290. OLE color: 6366290.
HSL color Cylindrical-coordinate representation of color #522461: hue angle of 285.25º degrees, saturation: 0.46, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #522461 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 82 | 36 | 97 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.62 |
| HSL | 285.25º | 0.46% | 0.26% | - |
| HSV(B) | 285.25º | 0.63% | 0.38% | - |
| XYZ | 6.27 | 3.92 | 11.74 | - |
| YUV | 56.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 36 | 97 | 0.15 | 0.63 | 0 | 0.62 | 285.25 | 0.46 | 0.26 |
| Hex | 52 | 24 | 61 | F | 3F | 0 | 3E | 11D | 2E | 1A |
| Octal | 122 | 44 | 141 | 17 | 77 | 0 | 76 | 435 | 56 | 32 |
| Binary | 1010010 | 100100 | 1100001 | 1111 | 111111 | 0 | 111110 | 100011101 | 101110 | 11010 |
Color Harmonies of #522461
Complementary color
Monochromatic Colors of #522461
Black with #522461
Text Example
Text Example
White with #522461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522461; }
p { color: rgb(82,36,97); }
H1.HeaderClassName
{
color: #522461;
}
.AnyTagClassName
{
color: #522461;
}
</style>
background-color css
<style>
a { background-color: #522461; }
a { background-color: rgb(82,36,97); }
div.DivClassName
{
background-color: #522461;
}
.BgClassName
{
background-color: #522461;
}
</style>
border-color css
<style>
span { border-color: #522461; }
span { border-color: rgb(82,36,97); }
td.TdClassName
{
border-color: #522461;
}
.TagClassName
{
border-color: #522461;
}
</style>