Shades of Scarlet Gum #4D225A
Tints of Scarlet Gum #4D225A
RGB
CMYK
RGB Variations
Color information
#4D225A (or 0x4D225A) is known color: Scarlet Gum. HEX triplet: 4D, 22 and 5A. RGB value is (77,34,90). Sum of RGB (Red+Green+Blue) = 77+34+90=201 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.31% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D225A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D225A is #B2DDA5. Grayscale: #353535. Windows color (decimal): -11722150 or 5907021. OLE color: 5907021.
HSL color Cylindrical-coordinate representation of color #4D225A: hue angle of 286.07º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D225A is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 34 | 90 | - |
| CMYK | 0.14 | 0.62 | 0 | 0.65 |
| HSL | 286.07º | 0.45% | 0.24% | - |
| HSV(B) | 286.07º | 0.62% | 0.35% | - |
| XYZ | 5.48 | 3.46 | 10.05 | - |
| YUV | 53.24 | 148.75 | 144.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 90 | 0.14 | 0.62 | 0 | 0.65 | 286.07 | 0.45 | 0.24 |
| Hex | 4D | 22 | 5A | E | 3E | 0 | 41 | 11E | 2D | 18 |
| Octal | 115 | 42 | 132 | 16 | 76 | 0 | 101 | 436 | 55 | 30 |
| Binary | 1001101 | 100010 | 1011010 | 1110 | 111110 | 0 | 1000001 | 100011110 | 101101 | 11000 |
Color Harmonies of #4D225A
Complementary color
Monochromatic Colors of #4D225A
Black with #4D225A
Text Example
Text Example
White with #4D225A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D225A; }
p { color: rgb(77,34,90); }
H1.HeaderClassName
{
color: #4D225A;
}
.AnyTagClassName
{
color: #4D225A;
}
</style>
background-color css
<style>
a { background-color: #4D225A; }
a { background-color: rgb(77,34,90); }
div.DivClassName
{
background-color: #4D225A;
}
.BgClassName
{
background-color: #4D225A;
}
</style>
border-color css
<style>
span { border-color: #4D225A; }
span { border-color: rgb(77,34,90); }
td.TdClassName
{
border-color: #4D225A;
}
.TagClassName
{
border-color: #4D225A;
}
</style>