Shades of Scarlet Gum #4D1768
Tints of Scarlet Gum #4D1768
RGB
CMYK
RGB Variations
Color information
#4D1768 (or 0x4D1768) is known color: Scarlet Gum. HEX triplet: 4D, 17 and 68. RGB value is (77,23,104). Sum of RGB (Red+Green+Blue) = 77+23+104=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 23 (9.38% from 255 or 11.27% from 204); Blue value is 104 (41.02% from 255 or 50.98% from 204); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D1768 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1768 is #B2E897. Grayscale: #303030. Windows color (decimal): -11724952 or 6821709. OLE color: 6821709.
HSL color Cylindrical-coordinate representation of color #4D1768: hue angle of 280º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D1768 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 77 | 23 | 104 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.59 |
| HSL | 280º | 0.64% | 0.25% | - |
| HSV(B) | 280º | 0.78% | 0.41% | - |
| XYZ | 5.87 | 3.19 | 13.4 | - |
| YUV | 48.38 | 159.39 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 23 | 104 | 0.26 | 0.78 | 0 | 0.59 | 280 | 0.64 | 0.25 |
| Hex | 4D | 17 | 68 | 1A | 4E | 0 | 3B | 118 | 40 | 19 |
| Octal | 115 | 27 | 150 | 32 | 116 | 0 | 73 | 430 | 100 | 31 |
| Binary | 1001101 | 10111 | 1101000 | 11010 | 1001110 | 0 | 111011 | 100011000 | 1000000 | 11001 |
Color Harmonies of #4D1768
Complementary color
Monochromatic Colors of #4D1768
Black with #4D1768
Text Example
Text Example
White with #4D1768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1768; }
p { color: rgb(77,23,104); }
H1.HeaderClassName
{
color: #4D1768;
}
.AnyTagClassName
{
color: #4D1768;
}
</style>
background-color css
<style>
a { background-color: #4D1768; }
a { background-color: rgb(77,23,104); }
div.DivClassName
{
background-color: #4D1768;
}
.BgClassName
{
background-color: #4D1768;
}
</style>
border-color css
<style>
span { border-color: #4D1768; }
span { border-color: rgb(77,23,104); }
td.TdClassName
{
border-color: #4D1768;
}
.TagClassName
{
border-color: #4D1768;
}
</style>