Shades of Scarlet Gum #531C69
Tints of Scarlet Gum #531C69
RGB
CMYK
RGB Variations
Color information
#531C69 (or 0x531C69) is known color: Scarlet Gum. HEX triplet: 53, 1C and 69. RGB value is (83,28,105). Sum of RGB (Red+Green+Blue) = 83+28+105=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 28 (11.33% from 255 or 12.96% from 216); Blue value is 105 (41.41% from 255 or 48.61% from 216); Max value from RGB is 105 - color contains mainly: blue. Hex color #531C69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C69 is #ACE396. Grayscale: #343434. Windows color (decimal): -11330455 or 6888531. OLE color: 6888531.
HSL color Cylindrical-coordinate representation of color #531C69: hue angle of 282.86º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #531C69 is Cyan = 0.21, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 28 | 105 | - |
| CMYK | 0.21 | 0.73 | 0 | 0.59 |
| HSL | 282.86º | 0.58% | 0.26% | - |
| HSV(B) | 282.86º | 0.73% | 0.41% | - |
| XYZ | 6.53 | 3.69 | 13.73 | - |
| YUV | 53.22 | 157.22 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 105 | 0.21 | 0.73 | 0 | 0.59 | 282.86 | 0.58 | 0.26 |
| Hex | 53 | 1C | 69 | 15 | 49 | 0 | 3B | 11B | 3A | 1A |
| Octal | 123 | 34 | 151 | 25 | 111 | 0 | 73 | 433 | 72 | 32 |
| Binary | 1010011 | 11100 | 1101001 | 10101 | 1001001 | 0 | 111011 | 100011011 | 111010 | 11010 |
Color Harmonies of #531C69
Complementary color
Monochromatic Colors of #531C69
Black with #531C69
Text Example
Text Example
White with #531C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C69; }
p { color: rgb(83,28,105); }
H1.HeaderClassName
{
color: #531C69;
}
.AnyTagClassName
{
color: #531C69;
}
</style>
background-color css
<style>
a { background-color: #531C69; }
a { background-color: rgb(83,28,105); }
div.DivClassName
{
background-color: #531C69;
}
.BgClassName
{
background-color: #531C69;
}
</style>
border-color css
<style>
span { border-color: #531C69; }
span { border-color: rgb(83,28,105); }
td.TdClassName
{
border-color: #531C69;
}
.TagClassName
{
border-color: #531C69;
}
</style>