Shades of Scarlet Gum #523065
Tints of Scarlet Gum #523065
RGB
CMYK
RGB Variations
Color information
#523065 (or 0x523065) is known color: Scarlet Gum. HEX triplet: 52, 30 and 65. RGB value is (82,48,101). Sum of RGB (Red+Green+Blue) = 82+48+101=231 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.50% from 231); Green value is 48 (19.14% from 255 or 20.78% from 231); Blue value is 101 (39.84% from 255 or 43.72% from 231); Max value from RGB is 101 - color contains mainly: blue. Hex color #523065 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523065 is #ADCF9A. Grayscale: #404040. Windows color (decimal): -11390875 or 6631506. OLE color: 6631506.
HSL color Cylindrical-coordinate representation of color #523065: hue angle of 278.49º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #523065 is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 82 | 48 | 101 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.60 |
| HSL | 278.49º | 0.36% | 0.29% | - |
| HSV(B) | 278.49º | 0.52% | 0.4% | - |
| XYZ | 6.89 | 4.85 | 12.88 | - |
| YUV | 64.21 | 148.76 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 48 | 101 | 0.19 | 0.52 | 0 | 0.60 | 278.49 | 0.36 | 0.29 |
| Hex | 52 | 30 | 65 | 13 | 34 | 0 | 3C | 116 | 24 | 1D |
| Octal | 122 | 60 | 145 | 23 | 64 | 0 | 74 | 426 | 44 | 35 |
| Binary | 1010010 | 110000 | 1100101 | 10011 | 110100 | 0 | 111100 | 100010110 | 100100 | 11101 |
Color Harmonies of #523065
Complementary color
Monochromatic Colors of #523065
Black with #523065
Text Example
Text Example
White with #523065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523065; }
p { color: rgb(82,48,101); }
H1.HeaderClassName
{
color: #523065;
}
.AnyTagClassName
{
color: #523065;
}
</style>
background-color css
<style>
a { background-color: #523065; }
a { background-color: rgb(82,48,101); }
div.DivClassName
{
background-color: #523065;
}
.BgClassName
{
background-color: #523065;
}
</style>
border-color css
<style>
span { border-color: #523065; }
span { border-color: rgb(82,48,101); }
td.TdClassName
{
border-color: #523065;
}
.TagClassName
{
border-color: #523065;
}
</style>