Shades of Scarlet Gum #4D045C
Tints of Scarlet Gum #4D045C
RGB
CMYK
RGB Variations
Color information
#4D045C (or 0x4D045C) is known color: Scarlet Gum. HEX triplet: 4D, 04 and 5C. RGB value is (77,4,92). Sum of RGB (Red+Green+Blue) = 77+4+92=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 92 (36.33% from 255 or 53.18% from 173); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D045C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D045C is #B2FBA3. Grayscale: #232323. Windows color (decimal): -11729828 or 6030413. OLE color: 6030413.
HSL color Cylindrical-coordinate representation of color #4D045C: hue angle of 289.77º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D045C is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 4 | 92 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.64 |
| HSL | 289.77º | 0.92% | 0.19% | - |
| HSV(B) | 289.77º | 0.96% | 0.36% | - |
| XYZ | 5.04 | 2.44 | 10.33 | - |
| YUV | 35.86 | 159.68 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 92 | 0.16 | 0.96 | 0 | 0.64 | 289.77 | 0.92 | 0.19 |
| Hex | 4D | 4 | 5C | 10 | 60 | 0 | 40 | 122 | 5C | 13 |
| Octal | 115 | 4 | 134 | 20 | 140 | 0 | 100 | 442 | 134 | 23 |
| Binary | 1001101 | 100 | 1011100 | 10000 | 1100000 | 0 | 1000000 | 100100010 | 1011100 | 10011 |
Color Harmonies of #4D045C
Complementary color
Monochromatic Colors of #4D045C
Black with #4D045C
Text Example
Text Example
White with #4D045C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D045C; }
p { color: rgb(77,4,92); }
H1.HeaderClassName
{
color: #4D045C;
}
.AnyTagClassName
{
color: #4D045C;
}
</style>
background-color css
<style>
a { background-color: #4D045C; }
a { background-color: rgb(77,4,92); }
div.DivClassName
{
background-color: #4D045C;
}
.BgClassName
{
background-color: #4D045C;
}
</style>
border-color css
<style>
span { border-color: #4D045C; }
span { border-color: rgb(77,4,92); }
td.TdClassName
{
border-color: #4D045C;
}
.TagClassName
{
border-color: #4D045C;
}
</style>