Shades of Scarlet Gum #532E63
Tints of Scarlet Gum #532E63
RGB
CMYK
RGB Variations
Color information
#532E63 (or 0x532E63) is known color: Scarlet Gum. HEX triplet: 53, 2E and 63. RGB value is (83,46,99). Sum of RGB (Red+Green+Blue) = 83+46+99=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 99 (39.06% from 255 or 43.42% from 228); Max value from RGB is 99 - color contains mainly: blue. Hex color #532E63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532E63 is #ACD19C. Grayscale: #3E3E3E. Windows color (decimal): -11325853 or 6499923. OLE color: 6499923.
HSL color Cylindrical-coordinate representation of color #532E63: hue angle of 281.89º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #532E63 is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 46 | 99 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.61 |
| HSL | 281.89º | 0.37% | 0.28% | - |
| HSV(B) | 281.89º | 0.54% | 0.39% | - |
| XYZ | 6.8 | 4.69 | 12.35 | - |
| YUV | 63.11 | 148.26 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 99 | 0.16 | 0.54 | 0 | 0.61 | 281.89 | 0.37 | 0.28 |
| Hex | 53 | 2E | 63 | 10 | 36 | 0 | 3D | 11A | 25 | 1C |
| Octal | 123 | 56 | 143 | 20 | 66 | 0 | 75 | 432 | 45 | 34 |
| Binary | 1010011 | 101110 | 1100011 | 10000 | 110110 | 0 | 111101 | 100011010 | 100101 | 11100 |
Color Harmonies of #532E63
Complementary color
Monochromatic Colors of #532E63
Black with #532E63
Text Example
Text Example
White with #532E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E63; }
p { color: rgb(83,46,99); }
H1.HeaderClassName
{
color: #532E63;
}
.AnyTagClassName
{
color: #532E63;
}
</style>
background-color css
<style>
a { background-color: #532E63; }
a { background-color: rgb(83,46,99); }
div.DivClassName
{
background-color: #532E63;
}
.BgClassName
{
background-color: #532E63;
}
</style>
border-color css
<style>
span { border-color: #532E63; }
span { border-color: rgb(83,46,99); }
td.TdClassName
{
border-color: #532E63;
}
.TagClassName
{
border-color: #532E63;
}
</style>