Shades of Scarlet Gum #531863
Tints of Scarlet Gum #531863
RGB
CMYK
RGB Variations
Color information
#531863 (or 0x531863) is known color: Scarlet Gum. HEX triplet: 53, 18 and 63. RGB value is (83,24,99). Sum of RGB (Red+Green+Blue) = 83+24+99=206 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.29% from 206); Green value is 24 (9.77% from 255 or 11.65% from 206); Blue value is 99 (39.06% from 255 or 48.06% from 206); Max value from RGB is 99 - color contains mainly: blue. Hex color #531863 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531863 is #ACE79C. Grayscale: #313131. Windows color (decimal): -11331485 or 6494291. OLE color: 6494291.
HSL color Cylindrical-coordinate representation of color #531863: hue angle of 287.2º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531863 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 24 | 99 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.61 |
| HSL | 287.2º | 0.61% | 0.24% | - |
| HSV(B) | 287.2º | 0.76% | 0.39% | - |
| XYZ | 6.15 | 3.39 | 12.14 | - |
| YUV | 50.19 | 155.55 | 151.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 24 | 99 | 0.16 | 0.76 | 0 | 0.61 | 287.2 | 0.61 | 0.24 |
| Hex | 53 | 18 | 63 | 10 | 4C | 0 | 3D | 11F | 3D | 18 |
| Octal | 123 | 30 | 143 | 20 | 114 | 0 | 75 | 437 | 75 | 30 |
| Binary | 1010011 | 11000 | 1100011 | 10000 | 1001100 | 0 | 111101 | 100011111 | 111101 | 11000 |
Color Harmonies of #531863
Complementary color
Monochromatic Colors of #531863
Black with #531863
Text Example
Text Example
White with #531863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531863; }
p { color: rgb(83,24,99); }
H1.HeaderClassName
{
color: #531863;
}
.AnyTagClassName
{
color: #531863;
}
</style>
background-color css
<style>
a { background-color: #531863; }
a { background-color: rgb(83,24,99); }
div.DivClassName
{
background-color: #531863;
}
.BgClassName
{
background-color: #531863;
}
</style>
border-color css
<style>
span { border-color: #531863; }
span { border-color: rgb(83,24,99); }
td.TdClassName
{
border-color: #531863;
}
.TagClassName
{
border-color: #531863;
}
</style>