Shades of Scarlet Gum #512665
Tints of Scarlet Gum #512665
RGB
CMYK
RGB Variations
Color information
#512665 (or 0x512665) is known color: Scarlet Gum. HEX triplet: 51, 26 and 65. RGB value is (81,38,101). Sum of RGB (Red+Green+Blue) = 81+38+101=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 38 (15.23% from 255 or 17.27% from 220); Blue value is 101 (39.84% from 255 or 45.91% from 220); Max value from RGB is 101 - color contains mainly: blue. Hex color #512665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512665 is #AED99A. Grayscale: #393939. Windows color (decimal): -11458971 or 6628945. OLE color: 6628945.
HSL color Cylindrical-coordinate representation of color #512665: hue angle of 280.95º degrees, saturation: 0.45, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #512665 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 81 | 38 | 101 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.60 |
| HSL | 280.95º | 0.45% | 0.27% | - |
| HSV(B) | 280.95º | 0.62% | 0.4% | - |
| XYZ | 6.44 | 4.08 | 12.76 | - |
| YUV | 58.04 | 152.25 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 101 | 0.20 | 0.62 | 0 | 0.60 | 280.95 | 0.45 | 0.27 |
| Hex | 51 | 26 | 65 | 14 | 3E | 0 | 3C | 119 | 2D | 1B |
| Octal | 121 | 46 | 145 | 24 | 76 | 0 | 74 | 431 | 55 | 33 |
| Binary | 1010001 | 100110 | 1100101 | 10100 | 111110 | 0 | 111100 | 100011001 | 101101 | 11011 |
Color Harmonies of #512665
Complementary color
Monochromatic Colors of #512665
Black with #512665
Text Example
Text Example
White with #512665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512665; }
p { color: rgb(81,38,101); }
H1.HeaderClassName
{
color: #512665;
}
.AnyTagClassName
{
color: #512665;
}
</style>
background-color css
<style>
a { background-color: #512665; }
a { background-color: rgb(81,38,101); }
div.DivClassName
{
background-color: #512665;
}
.BgClassName
{
background-color: #512665;
}
</style>
border-color css
<style>
span { border-color: #512665; }
span { border-color: rgb(81,38,101); }
td.TdClassName
{
border-color: #512665;
}
.TagClassName
{
border-color: #512665;
}
</style>