Shades of Scarlet Gum #4D2168
Tints of Scarlet Gum #4D2168
RGB
CMYK
RGB Variations
Color information
#4D2168 (or 0x4D2168) is known color: Scarlet Gum. HEX triplet: 4D, 21 and 68. RGB value is (77,33,104). Sum of RGB (Red+Green+Blue) = 77+33+104=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2168 is #B2DE97. Grayscale: #363636. Windows color (decimal): -11722392 or 6824269. OLE color: 6824269.
HSL color Cylindrical-coordinate representation of color #4D2168: hue angle of 277.18º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D2168 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 33 | 104 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.59 |
| HSL | 277.18º | 0.52% | 0.27% | - |
| HSV(B) | 277.18º | 0.68% | 0.41% | - |
| XYZ | 6.1 | 3.66 | 13.48 | - |
| YUV | 54.25 | 156.08 | 144.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 33 | 104 | 0.26 | 0.68 | 0 | 0.59 | 277.18 | 0.52 | 0.27 |
| Hex | 4D | 21 | 68 | 1A | 44 | 0 | 3B | 115 | 34 | 1B |
| Octal | 115 | 41 | 150 | 32 | 104 | 0 | 73 | 425 | 64 | 33 |
| Binary | 1001101 | 100001 | 1101000 | 11010 | 1000100 | 0 | 111011 | 100010101 | 110100 | 11011 |
Color Harmonies of #4D2168
Complementary color
Monochromatic Colors of #4D2168
Black with #4D2168
Text Example
Text Example
White with #4D2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2168; }
p { color: rgb(77,33,104); }
H1.HeaderClassName
{
color: #4D2168;
}
.AnyTagClassName
{
color: #4D2168;
}
</style>
background-color css
<style>
a { background-color: #4D2168; }
a { background-color: rgb(77,33,104); }
div.DivClassName
{
background-color: #4D2168;
}
.BgClassName
{
background-color: #4D2168;
}
</style>
border-color css
<style>
span { border-color: #4D2168; }
span { border-color: rgb(77,33,104); }
td.TdClassName
{
border-color: #4D2168;
}
.TagClassName
{
border-color: #4D2168;
}
</style>