Shades of Scarlet Gum #512B68
Tints of Scarlet Gum #512B68
RGB
CMYK
RGB Variations
Color information
#512B68 (or 0x512B68) is known color: Scarlet Gum. HEX triplet: 51, 2B and 68. RGB value is (81,43,104). Sum of RGB (Red+Green+Blue) = 81+43+104=228 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.53% from 228); Green value is 43 (17.19% from 255 or 18.86% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #512B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512B68 is #AED497. Grayscale: #3D3D3D. Windows color (decimal): -11457688 or 6826833. OLE color: 6826833.
HSL color Cylindrical-coordinate representation of color #512B68: hue angle of 277.38º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #512B68 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 81 | 43 | 104 | - |
| CMYK | 0.22 | 0.59 | 0 | 0.59 |
| HSL | 277.38º | 0.41% | 0.29% | - |
| HSV(B) | 277.38º | 0.59% | 0.41% | - |
| XYZ | 6.76 | 4.48 | 13.6 | - |
| YUV | 61.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 104 | 0.22 | 0.59 | 0 | 0.59 | 277.38 | 0.41 | 0.29 |
| Hex | 51 | 2B | 68 | 16 | 3B | 0 | 3B | 115 | 29 | 1D |
| Octal | 121 | 53 | 150 | 26 | 73 | 0 | 73 | 425 | 51 | 35 |
| Binary | 1010001 | 101011 | 1101000 | 10110 | 111011 | 0 | 111011 | 100010101 | 101001 | 11101 |
Color Harmonies of #512B68
Complementary color
Monochromatic Colors of #512B68
Black with #512B68
Text Example
Text Example
White with #512B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B68; }
p { color: rgb(81,43,104); }
H1.HeaderClassName
{
color: #512B68;
}
.AnyTagClassName
{
color: #512B68;
}
</style>
background-color css
<style>
a { background-color: #512B68; }
a { background-color: rgb(81,43,104); }
div.DivClassName
{
background-color: #512B68;
}
.BgClassName
{
background-color: #512B68;
}
</style>
border-color css
<style>
span { border-color: #512B68; }
span { border-color: rgb(81,43,104); }
td.TdClassName
{
border-color: #512B68;
}
.TagClassName
{
border-color: #512B68;
}
</style>