Shades of Scarlet Gum #532C66
Tints of Scarlet Gum #532C66
RGB
CMYK
RGB Variations
Color information
#532C66 (or 0x532C66) is known color: Scarlet Gum. HEX triplet: 53, 2C and 66. RGB value is (83,44,102). Sum of RGB (Red+Green+Blue) = 83+44+102=229 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.24% from 229); Green value is 44 (17.58% from 255 or 19.21% from 229); Blue value is 102 (40.23% from 255 or 44.54% from 229); Max value from RGB is 102 - color contains mainly: blue. Hex color #532C66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C66 is #ACD399. Grayscale: #3E3E3E. Windows color (decimal): -11326362 or 6696019. OLE color: 6696019.
HSL color Cylindrical-coordinate representation of color #532C66: hue angle of 280.34º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #532C66 is Cyan = 0.19, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 83 | 44 | 102 | - |
| CMYK | 0.19 | 0.57 | 0 | 0.6 |
| HSL | 280.34º | 0.4% | 0.29% | - |
| HSV(B) | 280.34º | 0.57% | 0.4% | - |
| XYZ | 6.87 | 4.6 | 13.1 | - |
| YUV | 62.27 | 150.42 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 102 | 0.19 | 0.57 | 0 | 0.6 | 280.34 | 0.4 | 0.29 |
| Hex | 53 | 2C | 66 | 13 | 39 | 0 | 3C | 118 | 28 | 1D |
| Octal | 123 | 54 | 146 | 23 | 71 | 0 | 74 | 430 | 50 | 35 |
| Binary | 1010011 | 101100 | 1100110 | 10011 | 111001 | 0 | 111100 | 100011000 | 101000 | 11101 |
Color Harmonies of #532C66
Complementary color
Monochromatic Colors of #532C66
Black with #532C66
Text Example
Text Example
White with #532C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C66; }
p { color: rgb(83,44,102); }
H1.HeaderClassName
{
color: #532C66;
}
.AnyTagClassName
{
color: #532C66;
}
</style>
background-color css
<style>
a { background-color: #532C66; }
a { background-color: rgb(83,44,102); }
div.DivClassName
{
background-color: #532C66;
}
.BgClassName
{
background-color: #532C66;
}
</style>
border-color css
<style>
span { border-color: #532C66; }
span { border-color: rgb(83,44,102); }
td.TdClassName
{
border-color: #532C66;
}
.TagClassName
{
border-color: #532C66;
}
</style>