Shades of Scarlet Gum #532065
Tints of Scarlet Gum #532065
RGB
CMYK
RGB Variations
Color information
#532065 (or 0x532065) is known color: Scarlet Gum. HEX triplet: 53, 20 and 65. RGB value is (83,32,101). Sum of RGB (Red+Green+Blue) = 83+32+101=216 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.43% from 216); Green value is 32 (12.89% from 255 or 14.81% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #532065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532065 is #ACDF9A. Grayscale: #363636. Windows color (decimal): -11329435 or 6627411. OLE color: 6627411.
HSL color Cylindrical-coordinate representation of color #532065: hue angle of 284.35º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #532065 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 32 | 101 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.60 |
| HSL | 284.35º | 0.52% | 0.26% | - |
| HSV(B) | 284.35º | 0.68% | 0.4% | - |
| XYZ | 6.43 | 3.81 | 12.71 | - |
| YUV | 55.12 | 153.9 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 101 | 0.18 | 0.68 | 0 | 0.60 | 284.35 | 0.52 | 0.26 |
| Hex | 53 | 20 | 65 | 12 | 44 | 0 | 3C | 11C | 34 | 1A |
| Octal | 123 | 40 | 145 | 22 | 104 | 0 | 74 | 434 | 64 | 32 |
| Binary | 1010011 | 100000 | 1100101 | 10010 | 1000100 | 0 | 111100 | 100011100 | 110100 | 11010 |
Color Harmonies of #532065
Complementary color
Monochromatic Colors of #532065
Black with #532065
Text Example
Text Example
White with #532065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532065; }
p { color: rgb(83,32,101); }
H1.HeaderClassName
{
color: #532065;
}
.AnyTagClassName
{
color: #532065;
}
</style>
background-color css
<style>
a { background-color: #532065; }
a { background-color: rgb(83,32,101); }
div.DivClassName
{
background-color: #532065;
}
.BgClassName
{
background-color: #532065;
}
</style>
border-color css
<style>
span { border-color: #532065; }
span { border-color: rgb(83,32,101); }
td.TdClassName
{
border-color: #532065;
}
.TagClassName
{
border-color: #532065;
}
</style>