Shades of Scarlet Gum #532C65
Tints of Scarlet Gum #532C65
RGB
CMYK
RGB Variations
Color information
#532C65 (or 0x532C65) is known color: Scarlet Gum. HEX triplet: 53, 2C and 65. RGB value is (83,44,101). Sum of RGB (Red+Green+Blue) = 83+44+101=228 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.40% from 228); Green value is 44 (17.58% from 255 or 19.30% from 228); Blue value is 101 (39.84% from 255 or 44.30% from 228); Max value from RGB is 101 - color contains mainly: blue. Hex color #532C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C65 is #ACD39A. Grayscale: #3D3D3D. Windows color (decimal): -11326363 or 6630483. OLE color: 6630483.
HSL color Cylindrical-coordinate representation of color #532C65: hue angle of 281.05º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #532C65 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 44 | 101 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.60 |
| HSL | 281.05º | 0.39% | 0.28% | - |
| HSV(B) | 281.05º | 0.56% | 0.4% | - |
| XYZ | 6.82 | 4.58 | 12.84 | - |
| YUV | 62.16 | 149.92 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 101 | 0.18 | 0.56 | 0 | 0.60 | 281.05 | 0.39 | 0.28 |
| Hex | 53 | 2C | 65 | 12 | 38 | 0 | 3C | 119 | 27 | 1C |
| Octal | 123 | 54 | 145 | 22 | 70 | 0 | 74 | 431 | 47 | 34 |
| Binary | 1010011 | 101100 | 1100101 | 10010 | 111000 | 0 | 111100 | 100011001 | 100111 | 11100 |
Color Harmonies of #532C65
Complementary color
Monochromatic Colors of #532C65
Black with #532C65
Text Example
Text Example
White with #532C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C65; }
p { color: rgb(83,44,101); }
H1.HeaderClassName
{
color: #532C65;
}
.AnyTagClassName
{
color: #532C65;
}
</style>
background-color css
<style>
a { background-color: #532C65; }
a { background-color: rgb(83,44,101); }
div.DivClassName
{
background-color: #532C65;
}
.BgClassName
{
background-color: #532C65;
}
</style>
border-color css
<style>
span { border-color: #532C65; }
span { border-color: rgb(83,44,101); }
td.TdClassName
{
border-color: #532C65;
}
.TagClassName
{
border-color: #532C65;
}
</style>