Shades of Scarlet Gum #532C63
Tints of Scarlet Gum #532C63
RGB
CMYK
RGB Variations
Color information
#532C63 (or 0x532C63) is known color: Scarlet Gum. HEX triplet: 53, 2C and 63. RGB value is (83,44,99). Sum of RGB (Red+Green+Blue) = 83+44+99=226 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.73% from 226); Green value is 44 (17.58% from 255 or 19.47% from 226); Blue value is 99 (39.06% from 255 or 43.81% from 226); Max value from RGB is 99 - color contains mainly: blue. Hex color #532C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C63 is #ACD39C. Grayscale: #3D3D3D. Windows color (decimal): -11326365 or 6499411. OLE color: 6499411.
HSL color Cylindrical-coordinate representation of color #532C63: hue angle of 282.55º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #532C63 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 44 | 99 | - |
| CMYK | 0.16 | 0.56 | 0 | 0.61 |
| HSL | 282.55º | 0.38% | 0.28% | - |
| HSV(B) | 282.55º | 0.56% | 0.39% | - |
| XYZ | 6.72 | 4.54 | 12.33 | - |
| YUV | 61.93 | 148.92 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 99 | 0.16 | 0.56 | 0 | 0.61 | 282.55 | 0.38 | 0.28 |
| Hex | 53 | 2C | 63 | 10 | 38 | 0 | 3D | 11B | 26 | 1C |
| Octal | 123 | 54 | 143 | 20 | 70 | 0 | 75 | 433 | 46 | 34 |
| Binary | 1010011 | 101100 | 1100011 | 10000 | 111000 | 0 | 111101 | 100011011 | 100110 | 11100 |
Color Harmonies of #532C63
Complementary color
Monochromatic Colors of #532C63
Black with #532C63
Text Example
Text Example
White with #532C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C63; }
p { color: rgb(83,44,99); }
H1.HeaderClassName
{
color: #532C63;
}
.AnyTagClassName
{
color: #532C63;
}
</style>
background-color css
<style>
a { background-color: #532C63; }
a { background-color: rgb(83,44,99); }
div.DivClassName
{
background-color: #532C63;
}
.BgClassName
{
background-color: #532C63;
}
</style>
border-color css
<style>
span { border-color: #532C63; }
span { border-color: rgb(83,44,99); }
td.TdClassName
{
border-color: #532C63;
}
.TagClassName
{
border-color: #532C63;
}
</style>