Shades of Scarlet Gum #51335C
Tints of Scarlet Gum #51335C
RGB
CMYK
RGB Variations
Color information
#51335C (or 0x51335C) is known color: Scarlet Gum. HEX triplet: 51, 33 and 5C. RGB value is (81,51,92). Sum of RGB (Red+Green+Blue) = 81+51+92=224 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.16% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #51335C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51335C is #AECCA3. Grayscale: #404040. Windows color (decimal): -11455652 or 6042449. OLE color: 6042449.
HSL color Cylindrical-coordinate representation of color #51335C: hue angle of 283.9º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #51335C is Cyan = 0.12, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 81 | 51 | 92 | - |
| CMYK | 0.12 | 0.45 | 0 | 0.64 |
| HSL | 283.9º | 0.29% | 0.28% | - |
| HSV(B) | 283.9º | 0.45% | 0.36% | - |
| XYZ | 6.51 | 4.89 | 10.73 | - |
| YUV | 64.64 | 143.44 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 92 | 0.12 | 0.45 | 0 | 0.64 | 283.9 | 0.29 | 0.28 |
| Hex | 51 | 33 | 5C | C | 2D | 0 | 40 | 11C | 1D | 1C |
| Octal | 121 | 63 | 134 | 14 | 55 | 0 | 100 | 434 | 35 | 34 |
| Binary | 1010001 | 110011 | 1011100 | 1100 | 101101 | 0 | 1000000 | 100011100 | 11101 | 11100 |
Color Harmonies of #51335C
Complementary color
Monochromatic Colors of #51335C
Black with #51335C
Text Example
Text Example
White with #51335C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51335C; }
p { color: rgb(81,51,92); }
H1.HeaderClassName
{
color: #51335C;
}
.AnyTagClassName
{
color: #51335C;
}
</style>
background-color css
<style>
a { background-color: #51335C; }
a { background-color: rgb(81,51,92); }
div.DivClassName
{
background-color: #51335C;
}
.BgClassName
{
background-color: #51335C;
}
</style>
border-color css
<style>
span { border-color: #51335C; }
span { border-color: rgb(81,51,92); }
td.TdClassName
{
border-color: #51335C;
}
.TagClassName
{
border-color: #51335C;
}
</style>