Shades of Scarlet Gum #523363
Tints of Scarlet Gum #523363
RGB
CMYK
RGB Variations
Color information
#523363 (or 0x523363) is known color: Scarlet Gum. HEX triplet: 52, 33 and 63. RGB value is (82,51,99). Sum of RGB (Red+Green+Blue) = 82+51+99=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 99 - color contains mainly: blue. Hex color #523363 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523363 is #ADCC9C. Grayscale: #414141. Windows color (decimal): -11390109 or 6501202. OLE color: 6501202.
HSL color Cylindrical-coordinate representation of color #523363: hue angle of 278.75º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #523363 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 82 | 51 | 99 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.61 |
| HSL | 278.75º | 0.32% | 0.29% | - |
| HSV(B) | 278.75º | 0.48% | 0.39% | - |
| XYZ | 6.92 | 5.06 | 12.42 | - |
| YUV | 65.74 | 146.77 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 99 | 0.17 | 0.48 | 0 | 0.61 | 278.75 | 0.32 | 0.29 |
| Hex | 52 | 33 | 63 | 11 | 30 | 0 | 3D | 117 | 20 | 1D |
| Octal | 122 | 63 | 143 | 21 | 60 | 0 | 75 | 427 | 40 | 35 |
| Binary | 1010010 | 110011 | 1100011 | 10001 | 110000 | 0 | 111101 | 100010111 | 100000 | 11101 |
Color Harmonies of #523363
Complementary color
Monochromatic Colors of #523363
Black with #523363
Text Example
Text Example
White with #523363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523363; }
p { color: rgb(82,51,99); }
H1.HeaderClassName
{
color: #523363;
}
.AnyTagClassName
{
color: #523363;
}
</style>
background-color css
<style>
a { background-color: #523363; }
a { background-color: rgb(82,51,99); }
div.DivClassName
{
background-color: #523363;
}
.BgClassName
{
background-color: #523363;
}
</style>
border-color css
<style>
span { border-color: #523363; }
span { border-color: rgb(82,51,99); }
td.TdClassName
{
border-color: #523363;
}
.TagClassName
{
border-color: #523363;
}
</style>