Shades of Scarlet Gum #511F67
Tints of Scarlet Gum #511F67
RGB
CMYK
RGB Variations
Color information
#511F67 (or 0x511F67) is known color: Scarlet Gum. HEX triplet: 51, 1F and 67. RGB value is (81,31,103). Sum of RGB (Red+Green+Blue) = 81+31+103=215 (28% of max value = 765). Red value is 81 (32.03% from 255 or 37.67% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 103 (40.62% from 255 or 47.91% from 215); Max value from RGB is 103 - color contains mainly: blue. Hex color #511F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #511F67 is #AEE098. Grayscale: #353535. Windows color (decimal): -11460761 or 6758225. OLE color: 6758225.
HSL color Cylindrical-coordinate representation of color #511F67: hue angle of 281.67º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #511F67 is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 31 | 103 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.60 |
| HSL | 281.67º | 0.54% | 0.26% | - |
| HSV(B) | 281.67º | 0.7% | 0.4% | - |
| XYZ | 6.33 | 3.71 | 13.21 | - |
| YUV | 54.16 | 155.57 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 31 | 103 | 0.21 | 0.70 | 0 | 0.60 | 281.67 | 0.54 | 0.26 |
| Hex | 51 | 1F | 67 | 15 | 46 | 0 | 3C | 11A | 36 | 1A |
| Octal | 121 | 37 | 147 | 25 | 106 | 0 | 74 | 432 | 66 | 32 |
| Binary | 1010001 | 11111 | 1100111 | 10101 | 1000110 | 0 | 111100 | 100011010 | 110110 | 11010 |
Color Harmonies of #511F67
Complementary color
Monochromatic Colors of #511F67
Black with #511F67
Text Example
Text Example
White with #511F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511F67; }
p { color: rgb(81,31,103); }
H1.HeaderClassName
{
color: #511F67;
}
.AnyTagClassName
{
color: #511F67;
}
</style>
background-color css
<style>
a { background-color: #511F67; }
a { background-color: rgb(81,31,103); }
div.DivClassName
{
background-color: #511F67;
}
.BgClassName
{
background-color: #511F67;
}
</style>
border-color css
<style>
span { border-color: #511F67; }
span { border-color: rgb(81,31,103); }
td.TdClassName
{
border-color: #511F67;
}
.TagClassName
{
border-color: #511F67;
}
</style>