Shades of Scarlet Gum #511C63
Tints of Scarlet Gum #511C63
RGB
CMYK
RGB Variations
Color information
#511C63 (or 0x511C63) is known color: Scarlet Gum. HEX triplet: 51, 1C and 63. RGB value is (81,28,99). Sum of RGB (Red+Green+Blue) = 81+28+99=208 (27% of max value = 765). Red value is 81 (32.03% from 255 or 38.94% from 208); Green value is 28 (11.33% from 255 or 13.46% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #511C63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511C63 is #AEE39C. Grayscale: #333333. Windows color (decimal): -11461533 or 6495313. OLE color: 6495313.
HSL color Cylindrical-coordinate representation of color #511C63: hue angle of 284.79º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #511C63 is Cyan = 0.18, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 81 | 28 | 99 | - |
| CMYK | 0.18 | 0.72 | 0 | 0.61 |
| HSL | 284.79º | 0.56% | 0.25% | - |
| HSV(B) | 284.79º | 0.72% | 0.39% | - |
| XYZ | 6.06 | 3.48 | 12.16 | - |
| YUV | 51.94 | 154.56 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 99 | 0.18 | 0.72 | 0 | 0.61 | 284.79 | 0.56 | 0.25 |
| Hex | 51 | 1C | 63 | 12 | 48 | 0 | 3D | 11D | 38 | 19 |
| Octal | 121 | 34 | 143 | 22 | 110 | 0 | 75 | 435 | 70 | 31 |
| Binary | 1010001 | 11100 | 1100011 | 10010 | 1001000 | 0 | 111101 | 100011101 | 111000 | 11001 |
Color Harmonies of #511C63
Complementary color
Monochromatic Colors of #511C63
Black with #511C63
Text Example
Text Example
White with #511C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C63; }
p { color: rgb(81,28,99); }
H1.HeaderClassName
{
color: #511C63;
}
.AnyTagClassName
{
color: #511C63;
}
</style>
background-color css
<style>
a { background-color: #511C63; }
a { background-color: rgb(81,28,99); }
div.DivClassName
{
background-color: #511C63;
}
.BgClassName
{
background-color: #511C63;
}
</style>
border-color css
<style>
span { border-color: #511C63; }
span { border-color: rgb(81,28,99); }
td.TdClassName
{
border-color: #511C63;
}
.TagClassName
{
border-color: #511C63;
}
</style>