Shades of Scarlet Gum #53365F
Tints of Scarlet Gum #53365F
RGB
CMYK
RGB Variations
Color information
#53365F (or 0x53365F) is known color: Scarlet Gum. HEX triplet: 53, 36 and 5F. RGB value is (83,54,95). Sum of RGB (Red+Green+Blue) = 83+54+95=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 95 (37.5% from 255 or 40.95% from 232); Max value from RGB is 95 - color contains mainly: blue. Hex color #53365F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53365F is #ACC9A0. Grayscale: #434343. Windows color (decimal): -11323809 or 6239827. OLE color: 6239827.
HSL color Cylindrical-coordinate representation of color #53365F: hue angle of 282.44º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #53365F is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 83 | 54 | 95 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.63 |
| HSL | 282.44º | 0.28% | 0.29% | - |
| HSV(B) | 282.44º | 0.43% | 0.37% | - |
| XYZ | 6.95 | 5.3 | 11.48 | - |
| YUV | 67.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 95 | 0.13 | 0.43 | 0 | 0.63 | 282.44 | 0.28 | 0.29 |
| Hex | 53 | 36 | 5F | D | 2B | 0 | 3F | 11A | 1C | 1D |
| Octal | 123 | 66 | 137 | 15 | 53 | 0 | 77 | 432 | 34 | 35 |
| Binary | 1010011 | 110110 | 1011111 | 1101 | 101011 | 0 | 111111 | 100011010 | 11100 | 11101 |
Color Harmonies of #53365F
Complementary color
Monochromatic Colors of #53365F
Black with #53365F
Text Example
Text Example
White with #53365F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53365F; }
p { color: rgb(83,54,95); }
H1.HeaderClassName
{
color: #53365F;
}
.AnyTagClassName
{
color: #53365F;
}
</style>
background-color css
<style>
a { background-color: #53365F; }
a { background-color: rgb(83,54,95); }
div.DivClassName
{
background-color: #53365F;
}
.BgClassName
{
background-color: #53365F;
}
</style>
border-color css
<style>
span { border-color: #53365F; }
span { border-color: rgb(83,54,95); }
td.TdClassName
{
border-color: #53365F;
}
.TagClassName
{
border-color: #53365F;
}
</style>