Shades of Scarlet Gum #532C62
Tints of Scarlet Gum #532C62
RGB
CMYK
RGB Variations
Color information
#532C62 (or 0x532C62) is known color: Scarlet Gum. HEX triplet: 53, 2C and 62. RGB value is (83,44,98). Sum of RGB (Red+Green+Blue) = 83+44+98=225 (29% of max value = 765). Red value is 83 (32.81% from 255 or 36.89% from 225); Green value is 44 (17.58% from 255 or 19.56% from 225); Blue value is 98 (38.67% from 255 or 43.56% from 225); Max value from RGB is 98 - color contains mainly: blue. Hex color #532C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532C62 is #ACD39D. Grayscale: #3D3D3D. Windows color (decimal): -11326366 or 6433875. OLE color: 6433875.
HSL color Cylindrical-coordinate representation of color #532C62: hue angle of 283.33º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #532C62 is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 44 | 98 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.62 |
| HSL | 283.33º | 0.38% | 0.28% | - |
| HSV(B) | 283.33º | 0.55% | 0.38% | - |
| XYZ | 6.67 | 4.52 | 12.08 | - |
| YUV | 61.82 | 148.42 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 98 | 0.15 | 0.55 | 0 | 0.62 | 283.33 | 0.38 | 0.28 |
| Hex | 53 | 2C | 62 | F | 37 | 0 | 3E | 11B | 26 | 1C |
| Octal | 123 | 54 | 142 | 17 | 67 | 0 | 76 | 433 | 46 | 34 |
| Binary | 1010011 | 101100 | 1100010 | 1111 | 110111 | 0 | 111110 | 100011011 | 100110 | 11100 |
Color Harmonies of #532C62
Complementary color
Monochromatic Colors of #532C62
Black with #532C62
Text Example
Text Example
White with #532C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C62; }
p { color: rgb(83,44,98); }
H1.HeaderClassName
{
color: #532C62;
}
.AnyTagClassName
{
color: #532C62;
}
</style>
background-color css
<style>
a { background-color: #532C62; }
a { background-color: rgb(83,44,98); }
div.DivClassName
{
background-color: #532C62;
}
.BgClassName
{
background-color: #532C62;
}
</style>
border-color css
<style>
span { border-color: #532C62; }
span { border-color: rgb(83,44,98); }
td.TdClassName
{
border-color: #532C62;
}
.TagClassName
{
border-color: #532C62;
}
</style>