Shades of Scarlet Gum #531D67
Tints of Scarlet Gum #531D67
RGB
CMYK
RGB Variations
Color information
#531D67 (or 0x531D67) is known color: Scarlet Gum. HEX triplet: 53, 1D and 67. RGB value is (83,29,103). Sum of RGB (Red+Green+Blue) = 83+29+103=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 29 (11.72% from 255 or 13.49% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #531D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531D67 is #ACE298. Grayscale: #353535. Windows color (decimal): -11330201 or 6757715. OLE color: 6757715.
HSL color Cylindrical-coordinate representation of color #531D67: hue angle of 283.78º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531D67 is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 29 | 103 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.60 |
| HSL | 283.78º | 0.56% | 0.26% | - |
| HSV(B) | 283.78º | 0.72% | 0.4% | - |
| XYZ | 6.45 | 3.7 | 13.21 | - |
| YUV | 53.58 | 155.89 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 103 | 0.19 | 0.72 | 0 | 0.60 | 283.78 | 0.56 | 0.26 |
| Hex | 53 | 1D | 67 | 13 | 48 | 0 | 3C | 11C | 38 | 1A |
| Octal | 123 | 35 | 147 | 23 | 110 | 0 | 74 | 434 | 70 | 32 |
| Binary | 1010011 | 11101 | 1100111 | 10011 | 1001000 | 0 | 111100 | 100011100 | 111000 | 11010 |
Color Harmonies of #531D67
Complementary color
Monochromatic Colors of #531D67
Black with #531D67
Text Example
Text Example
White with #531D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D67; }
p { color: rgb(83,29,103); }
H1.HeaderClassName
{
color: #531D67;
}
.AnyTagClassName
{
color: #531D67;
}
</style>
background-color css
<style>
a { background-color: #531D67; }
a { background-color: rgb(83,29,103); }
div.DivClassName
{
background-color: #531D67;
}
.BgClassName
{
background-color: #531D67;
}
</style>
border-color css
<style>
span { border-color: #531D67; }
span { border-color: rgb(83,29,103); }
td.TdClassName
{
border-color: #531D67;
}
.TagClassName
{
border-color: #531D67;
}
</style>