Shades of Scarlet Gum #531B61
Tints of Scarlet Gum #531B61
RGB
CMYK
RGB Variations
Color information
#531B61 (or 0x531B61) is known color: Scarlet Gum. HEX triplet: 53, 1B and 61. RGB value is (83,27,97). Sum of RGB (Red+Green+Blue) = 83+27+97=207 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.10% from 207); Green value is 27 (10.94% from 255 or 13.04% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #531B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B61 is #ACE49E. Grayscale: #333333. Windows color (decimal): -11330719 or 6363987. OLE color: 6363987.
HSL color Cylindrical-coordinate representation of color #531B61: hue angle of 288º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #531B61 is Cyan = 0.14, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 27 | 97 | - |
| CMYK | 0.14 | 0.72 | 0 | 0.62 |
| HSL | 288º | 0.56% | 0.24% | - |
| HSV(B) | 288º | 0.72% | 0.38% | - |
| XYZ | 6.12 | 3.49 | 11.66 | - |
| YUV | 51.72 | 153.55 | 150.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 97 | 0.14 | 0.72 | 0 | 0.62 | 288 | 0.56 | 0.24 |
| Hex | 53 | 1B | 61 | E | 48 | 0 | 3E | 120 | 38 | 18 |
| Octal | 123 | 33 | 141 | 16 | 110 | 0 | 76 | 440 | 70 | 30 |
| Binary | 1010011 | 11011 | 1100001 | 1110 | 1001000 | 0 | 111110 | 100100000 | 111000 | 11000 |
Color Harmonies of #531B61
Complementary color
Monochromatic Colors of #531B61
Black with #531B61
Text Example
Text Example
White with #531B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B61; }
p { color: rgb(83,27,97); }
H1.HeaderClassName
{
color: #531B61;
}
.AnyTagClassName
{
color: #531B61;
}
</style>
background-color css
<style>
a { background-color: #531B61; }
a { background-color: rgb(83,27,97); }
div.DivClassName
{
background-color: #531B61;
}
.BgClassName
{
background-color: #531B61;
}
</style>
border-color css
<style>
span { border-color: #531B61; }
span { border-color: rgb(83,27,97); }
td.TdClassName
{
border-color: #531B61;
}
.TagClassName
{
border-color: #531B61;
}
</style>