Shades of Scarlet Gum #53146B
Tints of Scarlet Gum #53146B
RGB
CMYK
RGB Variations
Color information
#53146B (or 0x53146B) is known color: Scarlet Gum. HEX triplet: 53, 14 and 6B. RGB value is (83,20,107). Sum of RGB (Red+Green+Blue) = 83+20+107=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 20 (8.20% from 255 or 9.52% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #53146B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53146B is #ACEB94. Grayscale: #303030. Windows color (decimal): -11332501 or 7017555. OLE color: 7017555.
HSL color Cylindrical-coordinate representation of color #53146B: hue angle of 283.45º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53146B is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 83 | 20 | 107 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.58 |
| HSL | 283.45º | 0.69% | 0.25% | - |
| HSV(B) | 283.45º | 0.81% | 0.42% | - |
| XYZ | 6.47 | 3.4 | 14.23 | - |
| YUV | 48.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 20 | 107 | 0.22 | 0.81 | 0 | 0.58 | 283.45 | 0.69 | 0.25 |
| Hex | 53 | 14 | 6B | 16 | 51 | 0 | 3A | 11B | 45 | 19 |
| Octal | 123 | 24 | 153 | 26 | 121 | 0 | 72 | 433 | 105 | 31 |
| Binary | 1010011 | 10100 | 1101011 | 10110 | 1010001 | 0 | 111010 | 100011011 | 1000101 | 11001 |
Color Harmonies of #53146B
Complementary color
Monochromatic Colors of #53146B
Black with #53146B
Text Example
Text Example
White with #53146B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53146B; }
p { color: rgb(83,20,107); }
H1.HeaderClassName
{
color: #53146B;
}
.AnyTagClassName
{
color: #53146B;
}
</style>
background-color css
<style>
a { background-color: #53146B; }
a { background-color: rgb(83,20,107); }
div.DivClassName
{
background-color: #53146B;
}
.BgClassName
{
background-color: #53146B;
}
</style>
border-color css
<style>
span { border-color: #53146B; }
span { border-color: rgb(83,20,107); }
td.TdClassName
{
border-color: #53146B;
}
.TagClassName
{
border-color: #53146B;
}
</style>