Shades of Scarlet Gum #51385C
Tints of Scarlet Gum #51385C
RGB
CMYK
RGB Variations
Color information
#51385C (or 0x51385C) is known color: Scarlet Gum. HEX triplet: 51, 38 and 5C. RGB value is (81,56,92). Sum of RGB (Red+Green+Blue) = 81+56+92=229 (30% of max value = 765). Red value is 81 (32.03% from 255 or 35.37% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 92 (36.33% from 255 or 40.17% from 229); Max value from RGB is 92 - color contains mainly: blue. Hex color #51385C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51385C is #AEC7A3. Grayscale: #434343. Windows color (decimal): -11454372 or 6043729. OLE color: 6043729.
HSL color Cylindrical-coordinate representation of color #51385C: hue angle of 281.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #51385C is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 56 | 92 | - |
| CMYK | 0.12 | 0.39 | 0 | 0.64 |
| HSL | 281.67º | 0.24% | 0.29% | - |
| HSV(B) | 281.67º | 0.39% | 0.36% | - |
| XYZ | 6.74 | 5.35 | 10.8 | - |
| YUV | 67.58 | 141.78 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 56 | 92 | 0.12 | 0.39 | 0 | 0.64 | 281.67 | 0.24 | 0.29 |
| Hex | 51 | 38 | 5C | C | 27 | 0 | 40 | 11A | 18 | 1D |
| Octal | 121 | 70 | 134 | 14 | 47 | 0 | 100 | 432 | 30 | 35 |
| Binary | 1010001 | 111000 | 1011100 | 1100 | 100111 | 0 | 1000000 | 100011010 | 11000 | 11101 |
Color Harmonies of #51385C
Complementary color
Monochromatic Colors of #51385C
Black with #51385C
Text Example
Text Example
White with #51385C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51385C; }
p { color: rgb(81,56,92); }
H1.HeaderClassName
{
color: #51385C;
}
.AnyTagClassName
{
color: #51385C;
}
</style>
background-color css
<style>
a { background-color: #51385C; }
a { background-color: rgb(81,56,92); }
div.DivClassName
{
background-color: #51385C;
}
.BgClassName
{
background-color: #51385C;
}
</style>
border-color css
<style>
span { border-color: #51385C; }
span { border-color: rgb(81,56,92); }
td.TdClassName
{
border-color: #51385C;
}
.TagClassName
{
border-color: #51385C;
}
</style>