Shades of Scarlet Gum #4A125F
Tints of Scarlet Gum #4A125F
RGB
CMYK
RGB Variations
Color information
#4A125F (or 0x4A125F) is known color: Scarlet Gum. HEX triplet: 4A, 12 and 5F. RGB value is (74,18,95). Sum of RGB (Red+Green+Blue) = 74+18+95=187 (24% of max value = 765). Red value is 74 (29.30% from 255 or 39.57% from 187); Green value is 18 (7.42% from 255 or 9.63% from 187); Blue value is 95 (37.5% from 255 or 50.80% from 187); Max value from RGB is 95 - color contains mainly: blue. Hex color #4A125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A125F is #B5EDA0. Grayscale: #2B2B2B. Windows color (decimal): -11922849 or 6230602. OLE color: 6230602.
HSL color Cylindrical-coordinate representation of color #4A125F: hue angle of 283.64º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4A125F is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 74 | 18 | 95 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.63 |
| HSL | 283.64º | 0.68% | 0.22% | - |
| HSV(B) | 283.64º | 0.81% | 0.37% | - |
| XYZ | 5.11 | 2.71 | 11.08 | - |
| YUV | 43.52 | 157.05 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 95 | 0.22 | 0.81 | 0 | 0.63 | 283.64 | 0.68 | 0.22 |
| Hex | 4A | 12 | 5F | 16 | 51 | 0 | 3F | 11C | 44 | 16 |
| Octal | 112 | 22 | 137 | 26 | 121 | 0 | 77 | 434 | 104 | 26 |
| Binary | 1001010 | 10010 | 1011111 | 10110 | 1010001 | 0 | 111111 | 100011100 | 1000100 | 10110 |
Color Harmonies of #4A125F
Complementary color
Monochromatic Colors of #4A125F
Black with #4A125F
Text Example
Text Example
White with #4A125F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A125F; }
p { color: rgb(74,18,95); }
H1.HeaderClassName
{
color: #4A125F;
}
.AnyTagClassName
{
color: #4A125F;
}
</style>
background-color css
<style>
a { background-color: #4A125F; }
a { background-color: rgb(74,18,95); }
div.DivClassName
{
background-color: #4A125F;
}
.BgClassName
{
background-color: #4A125F;
}
</style>
border-color css
<style>
span { border-color: #4A125F; }
span { border-color: rgb(74,18,95); }
td.TdClassName
{
border-color: #4A125F;
}
.TagClassName
{
border-color: #4A125F;
}
</style>