Shades of Scarlet Gum #4D2C65
Tints of Scarlet Gum #4D2C65
RGB
CMYK
RGB Variations
Color information
#4D2C65 (or 0x4D2C65) is known color: Scarlet Gum. HEX triplet: 4D, 2C and 65. RGB value is (77,44,101). Sum of RGB (Red+Green+Blue) = 77+44+101=222 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.68% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 101 - color contains mainly: blue. Hex color #4D2C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2C65 is #B2D39A. Grayscale: #3C3C3C. Windows color (decimal): -11719579 or 6630477. OLE color: 6630477.
HSL color Cylindrical-coordinate representation of color #4D2C65: hue angle of 274.74º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2C65 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 44 | 101 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.60 |
| HSL | 274.74º | 0.39% | 0.28% | - |
| HSV(B) | 274.74º | 0.56% | 0.4% | - |
| XYZ | 6.31 | 4.32 | 12.81 | - |
| YUV | 60.37 | 150.93 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 44 | 101 | 0.24 | 0.56 | 0 | 0.60 | 274.74 | 0.39 | 0.28 |
| Hex | 4D | 2C | 65 | 18 | 38 | 0 | 3C | 113 | 27 | 1C |
| Octal | 115 | 54 | 145 | 30 | 70 | 0 | 74 | 423 | 47 | 34 |
| Binary | 1001101 | 101100 | 1100101 | 11000 | 111000 | 0 | 111100 | 100010011 | 100111 | 11100 |
Color Harmonies of #4D2C65
Complementary color
Monochromatic Colors of #4D2C65
Black with #4D2C65
Text Example
Text Example
White with #4D2C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2C65; }
p { color: rgb(77,44,101); }
H1.HeaderClassName
{
color: #4D2C65;
}
.AnyTagClassName
{
color: #4D2C65;
}
</style>
background-color css
<style>
a { background-color: #4D2C65; }
a { background-color: rgb(77,44,101); }
div.DivClassName
{
background-color: #4D2C65;
}
.BgClassName
{
background-color: #4D2C65;
}
</style>
border-color css
<style>
span { border-color: #4D2C65; }
span { border-color: rgb(77,44,101); }
td.TdClassName
{
border-color: #4D2C65;
}
.TagClassName
{
border-color: #4D2C65;
}
</style>