Shades of Scarlet Gum #532A63
Tints of Scarlet Gum #532A63
RGB
CMYK
RGB Variations
Color information
#532A63 (or 0x532A63) is known color: Scarlet Gum. HEX triplet: 53, 2A and 63. RGB value is (83,42,99). Sum of RGB (Red+Green+Blue) = 83+42+99=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 99 (39.06% from 255 or 44.20% from 224); Max value from RGB is 99 - color contains mainly: blue. Hex color #532A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532A63 is #ACD59C. Grayscale: #3C3C3C. Windows color (decimal): -11326877 or 6498899. OLE color: 6498899.
HSL color Cylindrical-coordinate representation of color #532A63: hue angle of 283.16º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #532A63 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 42 | 99 | - |
| CMYK | 0.16 | 0.58 | 0 | 0.61 |
| HSL | 283.16º | 0.4% | 0.28% | - |
| HSV(B) | 283.16º | 0.58% | 0.39% | - |
| XYZ | 6.65 | 4.4 | 12.3 | - |
| YUV | 60.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 99 | 0.16 | 0.58 | 0 | 0.61 | 283.16 | 0.4 | 0.28 |
| Hex | 53 | 2A | 63 | 10 | 3A | 0 | 3D | 11B | 28 | 1C |
| Octal | 123 | 52 | 143 | 20 | 72 | 0 | 75 | 433 | 50 | 34 |
| Binary | 1010011 | 101010 | 1100011 | 10000 | 111010 | 0 | 111101 | 100011011 | 101000 | 11100 |
Color Harmonies of #532A63
Complementary color
Monochromatic Colors of #532A63
Black with #532A63
Text Example
Text Example
White with #532A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A63; }
p { color: rgb(83,42,99); }
H1.HeaderClassName
{
color: #532A63;
}
.AnyTagClassName
{
color: #532A63;
}
</style>
background-color css
<style>
a { background-color: #532A63; }
a { background-color: rgb(83,42,99); }
div.DivClassName
{
background-color: #532A63;
}
.BgClassName
{
background-color: #532A63;
}
</style>
border-color css
<style>
span { border-color: #532A63; }
span { border-color: rgb(83,42,99); }
td.TdClassName
{
border-color: #532A63;
}
.TagClassName
{
border-color: #532A63;
}
</style>