Shades of Scarlet Gum #531F68
Tints of Scarlet Gum #531F68
RGB
CMYK
RGB Variations
Color information
#531F68 (or 0x531F68) is known color: Scarlet Gum. HEX triplet: 53, 1F and 68. RGB value is (83,31,104). Sum of RGB (Red+Green+Blue) = 83+31+104=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 31 (12.5% from 255 or 14.22% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 104 - color contains mainly: blue. Hex color #531F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531F68 is #ACE097. Grayscale: #363636. Windows color (decimal): -11329688 or 6823763. OLE color: 6823763.
HSL color Cylindrical-coordinate representation of color #531F68: hue angle of 282.74º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #531F68 is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 83 | 31 | 104 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.59 |
| HSL | 282.74º | 0.54% | 0.26% | - |
| HSV(B) | 282.74º | 0.7% | 0.41% | - |
| XYZ | 6.56 | 3.82 | 13.49 | - |
| YUV | 54.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 104 | 0.20 | 0.70 | 0 | 0.59 | 282.74 | 0.54 | 0.26 |
| Hex | 53 | 1F | 68 | 14 | 46 | 0 | 3B | 11B | 36 | 1A |
| Octal | 123 | 37 | 150 | 24 | 106 | 0 | 73 | 433 | 66 | 32 |
| Binary | 1010011 | 11111 | 1101000 | 10100 | 1000110 | 0 | 111011 | 100011011 | 110110 | 11010 |
Color Harmonies of #531F68
Complementary color
Monochromatic Colors of #531F68
Black with #531F68
Text Example
Text Example
White with #531F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F68; }
p { color: rgb(83,31,104); }
H1.HeaderClassName
{
color: #531F68;
}
.AnyTagClassName
{
color: #531F68;
}
</style>
background-color css
<style>
a { background-color: #531F68; }
a { background-color: rgb(83,31,104); }
div.DivClassName
{
background-color: #531F68;
}
.BgClassName
{
background-color: #531F68;
}
</style>
border-color css
<style>
span { border-color: #531F68; }
span { border-color: rgb(83,31,104); }
td.TdClassName
{
border-color: #531F68;
}
.TagClassName
{
border-color: #531F68;
}
</style>