Shades of Scarlet Gum #531C65
Tints of Scarlet Gum #531C65
RGB
CMYK
RGB Variations
Color information
#531C65 (or 0x531C65) is known color: Scarlet Gum. HEX triplet: 53, 1C and 65. RGB value is (83,28,101). Sum of RGB (Red+Green+Blue) = 83+28+101=212 (28% of max value = 765). Red value is 83 (32.81% from 255 or 39.15% from 212); Green value is 28 (11.33% from 255 or 13.21% from 212); Blue value is 101 (39.84% from 255 or 47.64% from 212); Max value from RGB is 101 - color contains mainly: blue. Hex color #531C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531C65 is #ACE39A. Grayscale: #343434. Windows color (decimal): -11330459 or 6626387. OLE color: 6626387.
HSL color Cylindrical-coordinate representation of color #531C65: hue angle of 285.21º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531C65 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 28 | 101 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.60 |
| HSL | 285.21º | 0.57% | 0.25% | - |
| HSV(B) | 285.21º | 0.72% | 0.4% | - |
| XYZ | 6.33 | 3.61 | 12.67 | - |
| YUV | 52.77 | 155.22 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 101 | 0.18 | 0.72 | 0 | 0.60 | 285.21 | 0.57 | 0.25 |
| Hex | 53 | 1C | 65 | 12 | 48 | 0 | 3C | 11D | 39 | 19 |
| Octal | 123 | 34 | 145 | 22 | 110 | 0 | 74 | 435 | 71 | 31 |
| Binary | 1010011 | 11100 | 1100101 | 10010 | 1001000 | 0 | 111100 | 100011101 | 111001 | 11001 |
Color Harmonies of #531C65
Complementary color
Monochromatic Colors of #531C65
Black with #531C65
Text Example
Text Example
White with #531C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C65; }
p { color: rgb(83,28,101); }
H1.HeaderClassName
{
color: #531C65;
}
.AnyTagClassName
{
color: #531C65;
}
</style>
background-color css
<style>
a { background-color: #531C65; }
a { background-color: rgb(83,28,101); }
div.DivClassName
{
background-color: #531C65;
}
.BgClassName
{
background-color: #531C65;
}
</style>
border-color css
<style>
span { border-color: #531C65; }
span { border-color: rgb(83,28,101); }
td.TdClassName
{
border-color: #531C65;
}
.TagClassName
{
border-color: #531C65;
}
</style>