Shades of Scarlet Gum #4D2758
Tints of Scarlet Gum #4D2758
RGB
CMYK
RGB Variations
Color information
#4D2758 (or 0x4D2758) is known color: Scarlet Gum. HEX triplet: 4D, 27 and 58. RGB value is (77,39,88). Sum of RGB (Red+Green+Blue) = 77+39+88=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 88 (34.77% from 255 or 43.14% from 204); Max value from RGB is 88 - color contains mainly: blue. Hex color #4D2758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2758 is #B2D8A7. Grayscale: #373737. Windows color (decimal): -11720872 or 5777229. OLE color: 5777229.
HSL color Cylindrical-coordinate representation of color #4D2758: hue angle of 286.53º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2758 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 39 | 88 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.65 |
| HSL | 286.53º | 0.39% | 0.25% | - |
| HSV(B) | 286.53º | 0.56% | 0.35% | - |
| XYZ | 5.55 | 3.73 | 9.66 | - |
| YUV | 55.95 | 146.09 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 39 | 88 | 0.12 | 0.56 | 0 | 0.65 | 286.53 | 0.39 | 0.25 |
| Hex | 4D | 27 | 58 | C | 38 | 0 | 41 | 11F | 27 | 19 |
| Octal | 115 | 47 | 130 | 14 | 70 | 0 | 101 | 437 | 47 | 31 |
| Binary | 1001101 | 100111 | 1011000 | 1100 | 111000 | 0 | 1000001 | 100011111 | 100111 | 11001 |
Color Harmonies of #4D2758
Complementary color
Monochromatic Colors of #4D2758
Black with #4D2758
Text Example
Text Example
White with #4D2758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2758; }
p { color: rgb(77,39,88); }
H1.HeaderClassName
{
color: #4D2758;
}
.AnyTagClassName
{
color: #4D2758;
}
</style>
background-color css
<style>
a { background-color: #4D2758; }
a { background-color: rgb(77,39,88); }
div.DivClassName
{
background-color: #4D2758;
}
.BgClassName
{
background-color: #4D2758;
}
</style>
border-color css
<style>
span { border-color: #4D2758; }
span { border-color: rgb(77,39,88); }
td.TdClassName
{
border-color: #4D2758;
}
.TagClassName
{
border-color: #4D2758;
}
</style>