Shades of Scarlet Gum #532865
Tints of Scarlet Gum #532865
RGB
CMYK
RGB Variations
Color information
#532865 (or 0x532865) is known color: Scarlet Gum. HEX triplet: 53, 28 and 65. RGB value is (83,40,101). Sum of RGB (Red+Green+Blue) = 83+40+101=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 40 (16.02% from 255 or 17.86% from 224); Blue value is 101 (39.84% from 255 or 45.09% from 224); Max value from RGB is 101 - color contains mainly: blue. Hex color #532865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532865 is #ACD79A. Grayscale: #3B3B3B. Windows color (decimal): -11327387 or 6629459. OLE color: 6629459.
HSL color Cylindrical-coordinate representation of color #532865: hue angle of 282.3º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #532865 is Cyan = 0.18, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 83 | 40 | 101 | - |
| CMYK | 0.18 | 0.60 | 0 | 0.60 |
| HSL | 282.3º | 0.43% | 0.28% | - |
| HSV(B) | 282.3º | 0.6% | 0.4% | - |
| XYZ | 6.68 | 4.3 | 12.79 | - |
| YUV | 59.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 101 | 0.18 | 0.60 | 0 | 0.60 | 282.3 | 0.43 | 0.28 |
| Hex | 53 | 28 | 65 | 12 | 3C | 0 | 3C | 11A | 2B | 1C |
| Octal | 123 | 50 | 145 | 22 | 74 | 0 | 74 | 432 | 53 | 34 |
| Binary | 1010011 | 101000 | 1100101 | 10010 | 111100 | 0 | 111100 | 100011010 | 101011 | 11100 |
Color Harmonies of #532865
Complementary color
Monochromatic Colors of #532865
Black with #532865
Text Example
Text Example
White with #532865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532865; }
p { color: rgb(83,40,101); }
H1.HeaderClassName
{
color: #532865;
}
.AnyTagClassName
{
color: #532865;
}
</style>
background-color css
<style>
a { background-color: #532865; }
a { background-color: rgb(83,40,101); }
div.DivClassName
{
background-color: #532865;
}
.BgClassName
{
background-color: #532865;
}
</style>
border-color css
<style>
span { border-color: #532865; }
span { border-color: rgb(83,40,101); }
td.TdClassName
{
border-color: #532865;
}
.TagClassName
{
border-color: #532865;
}
</style>