Shades of Scarlet Gum #4A125A
Tints of Scarlet Gum #4A125A
RGB
CMYK
RGB Variations
Color information
#4A125A (or 0x4A125A) is known color: Scarlet Gum. HEX triplet: 4A, 12 and 5A. RGB value is (74,18,90). Sum of RGB (Red+Green+Blue) = 74+18+90=182 (24% of max value = 765). Red value is 74 (29.30% from 255 or 40.66% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 90 (35.55% from 255 or 49.45% from 182); Max value from RGB is 90 - color contains mainly: blue. Hex color #4A125A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4A125A is #B5EDA5. Grayscale: #2A2A2A. Windows color (decimal): -11922854 or 5902922. OLE color: 5902922.
HSL color Cylindrical-coordinate representation of color #4A125A: hue angle of 286.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4A125A is Cyan = 0.18, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 74 | 18 | 90 | - |
| CMYK | 0.18 | 0.80 | 0 | 0.65 |
| HSL | 286.67º | 0.67% | 0.21% | - |
| HSV(B) | 286.67º | 0.8% | 0.35% | - |
| XYZ | 4.89 | 2.63 | 9.92 | - |
| YUV | 42.95 | 154.55 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 18 | 90 | 0.18 | 0.80 | 0 | 0.65 | 286.67 | 0.67 | 0.21 |
| Hex | 4A | 12 | 5A | 12 | 50 | 0 | 41 | 11F | 43 | 15 |
| Octal | 112 | 22 | 132 | 22 | 120 | 0 | 101 | 437 | 103 | 25 |
| Binary | 1001010 | 10010 | 1011010 | 10010 | 1010000 | 0 | 1000001 | 100011111 | 1000011 | 10101 |
Color Harmonies of #4A125A
Complementary color
Monochromatic Colors of #4A125A
Black with #4A125A
Text Example
Text Example
White with #4A125A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A125A; }
p { color: rgb(74,18,90); }
H1.HeaderClassName
{
color: #4A125A;
}
.AnyTagClassName
{
color: #4A125A;
}
</style>
background-color css
<style>
a { background-color: #4A125A; }
a { background-color: rgb(74,18,90); }
div.DivClassName
{
background-color: #4A125A;
}
.BgClassName
{
background-color: #4A125A;
}
</style>
border-color css
<style>
span { border-color: #4A125A; }
span { border-color: rgb(74,18,90); }
td.TdClassName
{
border-color: #4A125A;
}
.TagClassName
{
border-color: #4A125A;
}
</style>