Shades of Scarlet Gum #532363
Tints of Scarlet Gum #532363
RGB
CMYK
RGB Variations
Color information
#532363 (or 0x532363) is known color: Scarlet Gum. HEX triplet: 53, 23 and 63. RGB value is (83,35,99). Sum of RGB (Red+Green+Blue) = 83+35+99=217 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.25% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 99 (39.06% from 255 or 45.62% from 217); Max value from RGB is 99 - color contains mainly: blue. Hex color #532363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532363 is #ACDC9C. Grayscale: #383838. Windows color (decimal): -11328669 or 6497107. OLE color: 6497107.
HSL color Cylindrical-coordinate representation of color #532363: hue angle of 285º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #532363 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 83 | 35 | 99 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.61 |
| HSL | 285º | 0.48% | 0.26% | - |
| HSV(B) | 285º | 0.65% | 0.39% | - |
| XYZ | 6.42 | 3.94 | 12.23 | - |
| YUV | 56.65 | 151.9 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 99 | 0.16 | 0.65 | 0 | 0.61 | 285 | 0.48 | 0.26 |
| Hex | 53 | 23 | 63 | 10 | 41 | 0 | 3D | 11D | 30 | 1A |
| Octal | 123 | 43 | 143 | 20 | 101 | 0 | 75 | 435 | 60 | 32 |
| Binary | 1010011 | 100011 | 1100011 | 10000 | 1000001 | 0 | 111101 | 100011101 | 110000 | 11010 |
Color Harmonies of #532363
Complementary color
Monochromatic Colors of #532363
Black with #532363
Text Example
Text Example
White with #532363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532363; }
p { color: rgb(83,35,99); }
H1.HeaderClassName
{
color: #532363;
}
.AnyTagClassName
{
color: #532363;
}
</style>
background-color css
<style>
a { background-color: #532363; }
a { background-color: rgb(83,35,99); }
div.DivClassName
{
background-color: #532363;
}
.BgClassName
{
background-color: #532363;
}
</style>
border-color css
<style>
span { border-color: #532363; }
span { border-color: rgb(83,35,99); }
td.TdClassName
{
border-color: #532363;
}
.TagClassName
{
border-color: #532363;
}
</style>