Shades of Scarlet Gum #522C67
Tints of Scarlet Gum #522C67
RGB
CMYK
RGB Variations
Color information
#522C67 (or 0x522C67) is known color: Scarlet Gum. HEX triplet: 52, 2C and 67. RGB value is (82,44,103). Sum of RGB (Red+Green+Blue) = 82+44+103=229 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.81% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #522C67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #522C67 is #ADD398. Grayscale: #3D3D3D. Windows color (decimal): -11391897 or 6761554. OLE color: 6761554.
HSL color Cylindrical-coordinate representation of color #522C67: hue angle of 278.64º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #522C67 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 44 | 103 | - |
| CMYK | 0.20 | 0.57 | 0 | 0.60 |
| HSL | 278.64º | 0.4% | 0.29% | - |
| HSV(B) | 278.64º | 0.57% | 0.4% | - |
| XYZ | 6.83 | 4.57 | 13.36 | - |
| YUV | 62.09 | 151.09 | 142.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 44 | 103 | 0.20 | 0.57 | 0 | 0.60 | 278.64 | 0.4 | 0.29 |
| Hex | 52 | 2C | 67 | 14 | 39 | 0 | 3C | 117 | 28 | 1D |
| Octal | 122 | 54 | 147 | 24 | 71 | 0 | 74 | 427 | 50 | 35 |
| Binary | 1010010 | 101100 | 1100111 | 10100 | 111001 | 0 | 111100 | 100010111 | 101000 | 11101 |
Color Harmonies of #522C67
Complementary color
Monochromatic Colors of #522C67
Black with #522C67
Text Example
Text Example
White with #522C67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #522C67; }
p { color: rgb(82,44,103); }
H1.HeaderClassName
{
color: #522C67;
}
.AnyTagClassName
{
color: #522C67;
}
</style>
background-color css
<style>
a { background-color: #522C67; }
a { background-color: rgb(82,44,103); }
div.DivClassName
{
background-color: #522C67;
}
.BgClassName
{
background-color: #522C67;
}
</style>
border-color css
<style>
span { border-color: #522C67; }
span { border-color: rgb(82,44,103); }
td.TdClassName
{
border-color: #522C67;
}
.TagClassName
{
border-color: #522C67;
}
</style>