Shades of Scarlet Gum #532262
Tints of Scarlet Gum #532262
RGB
CMYK
RGB Variations
Color information
#532262 (or 0x532262) is known color: Scarlet Gum. HEX triplet: 53, 22 and 62. RGB value is (83,34,98). Sum of RGB (Red+Green+Blue) = 83+34+98=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 34 (13.67% from 255 or 15.81% from 215); Blue value is 98 (38.67% from 255 or 45.58% from 215); Max value from RGB is 98 - color contains mainly: blue. Hex color #532262 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532262 is #ACDD9D. Grayscale: #373737. Windows color (decimal): -11328926 or 6431315. OLE color: 6431315.
HSL color Cylindrical-coordinate representation of color #532262: hue angle of 285.94º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #532262 is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 83 | 34 | 98 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.62 |
| HSL | 285.94º | 0.48% | 0.26% | - |
| HSV(B) | 285.94º | 0.65% | 0.38% | - |
| XYZ | 6.34 | 3.86 | 11.97 | - |
| YUV | 55.95 | 151.73 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 98 | 0.15 | 0.65 | 0 | 0.62 | 285.94 | 0.48 | 0.26 |
| Hex | 53 | 22 | 62 | F | 41 | 0 | 3E | 11E | 30 | 1A |
| Octal | 123 | 42 | 142 | 17 | 101 | 0 | 76 | 436 | 60 | 32 |
| Binary | 1010011 | 100010 | 1100010 | 1111 | 1000001 | 0 | 111110 | 100011110 | 110000 | 11010 |
Color Harmonies of #532262
Complementary color
Monochromatic Colors of #532262
Black with #532262
Text Example
Text Example
White with #532262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532262; }
p { color: rgb(83,34,98); }
H1.HeaderClassName
{
color: #532262;
}
.AnyTagClassName
{
color: #532262;
}
</style>
background-color css
<style>
a { background-color: #532262; }
a { background-color: rgb(83,34,98); }
div.DivClassName
{
background-color: #532262;
}
.BgClassName
{
background-color: #532262;
}
</style>
border-color css
<style>
span { border-color: #532262; }
span { border-color: rgb(83,34,98); }
td.TdClassName
{
border-color: #532262;
}
.TagClassName
{
border-color: #532262;
}
</style>