Shades of Scarlet Gum #51315C
Tints of Scarlet Gum #51315C
RGB
CMYK
RGB Variations
Color information
#51315C (or 0x51315C) is known color: Scarlet Gum. HEX triplet: 51, 31 and 5C. RGB value is (81,49,92). Sum of RGB (Red+Green+Blue) = 81+49+92=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #51315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51315C is #AECEA3. Grayscale: #3F3F3F. Windows color (decimal): -11456164 or 6041937. OLE color: 6041937.
HSL color Cylindrical-coordinate representation of color #51315C: hue angle of 284.65º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51315C is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 49 | 92 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.64 |
| HSL | 284.65º | 0.3% | 0.28% | - |
| HSV(B) | 284.65º | 0.47% | 0.36% | - |
| XYZ | 6.42 | 4.72 | 10.7 | - |
| YUV | 63.47 | 144.1 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 49 | 92 | 0.12 | 0.47 | 0 | 0.64 | 284.65 | 0.3 | 0.28 |
| Hex | 51 | 31 | 5C | C | 2F | 0 | 40 | 11D | 1E | 1C |
| Octal | 121 | 61 | 134 | 14 | 57 | 0 | 100 | 435 | 36 | 34 |
| Binary | 1010001 | 110001 | 1011100 | 1100 | 101111 | 0 | 1000000 | 100011101 | 11110 | 11100 |
Color Harmonies of #51315C
Complementary color
Monochromatic Colors of #51315C
Black with #51315C
Text Example
Text Example
White with #51315C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51315C; }
p { color: rgb(81,49,92); }
H1.HeaderClassName
{
color: #51315C;
}
.AnyTagClassName
{
color: #51315C;
}
</style>
background-color css
<style>
a { background-color: #51315C; }
a { background-color: rgb(81,49,92); }
div.DivClassName
{
background-color: #51315C;
}
.BgClassName
{
background-color: #51315C;
}
</style>
border-color css
<style>
span { border-color: #51315C; }
span { border-color: rgb(81,49,92); }
td.TdClassName
{
border-color: #51315C;
}
.TagClassName
{
border-color: #51315C;
}
</style>