Shades of Scarlet Gum #4D145C
Tints of Scarlet Gum #4D145C
RGB
CMYK
RGB Variations
Color information
#4D145C (or 0x4D145C) is known color: Scarlet Gum. HEX triplet: 4D, 14 and 5C. RGB value is (77,20,92). Sum of RGB (Red+Green+Blue) = 77+20+92=189 (25% of max value = 765). Red value is 77 (30.47% from 255 or 40.74% from 189); Green value is 20 (8.20% from 255 or 10.58% from 189); Blue value is 92 (36.33% from 255 or 48.68% from 189); Max value from RGB is 92 - color contains mainly: blue. Hex color #4D145C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D145C is #B2EBA3. Grayscale: #2D2D2D. Windows color (decimal): -11725732 or 6034509. OLE color: 6034509.
HSL color Cylindrical-coordinate representation of color #4D145C: hue angle of 287.5º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #4D145C is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 77 | 20 | 92 | - |
| CMYK | 0.16 | 0.78 | 0 | 0.64 |
| HSL | 287.5º | 0.64% | 0.22% | - |
| HSV(B) | 287.5º | 0.78% | 0.36% | - |
| XYZ | 5.24 | 2.85 | 10.4 | - |
| YUV | 45.25 | 154.38 | 150.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 92 | 0.16 | 0.78 | 0 | 0.64 | 287.5 | 0.64 | 0.22 |
| Hex | 4D | 14 | 5C | 10 | 4E | 0 | 40 | 120 | 40 | 16 |
| Octal | 115 | 24 | 134 | 20 | 116 | 0 | 100 | 440 | 100 | 26 |
| Binary | 1001101 | 10100 | 1011100 | 10000 | 1001110 | 0 | 1000000 | 100100000 | 1000000 | 10110 |
Color Harmonies of #4D145C
Complementary color
Monochromatic Colors of #4D145C
Black with #4D145C
Text Example
Text Example
White with #4D145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D145C; }
p { color: rgb(77,20,92); }
H1.HeaderClassName
{
color: #4D145C;
}
.AnyTagClassName
{
color: #4D145C;
}
</style>
background-color css
<style>
a { background-color: #4D145C; }
a { background-color: rgb(77,20,92); }
div.DivClassName
{
background-color: #4D145C;
}
.BgClassName
{
background-color: #4D145C;
}
</style>
border-color css
<style>
span { border-color: #4D145C; }
span { border-color: rgb(77,20,92); }
td.TdClassName
{
border-color: #4D145C;
}
.TagClassName
{
border-color: #4D145C;
}
</style>