Shades of Scarlet Gum #4D285A
Tints of Scarlet Gum #4D285A
RGB
CMYK
RGB Variations
Color information
#4D285A (or 0x4D285A) is known color: Scarlet Gum. HEX triplet: 4D, 28 and 5A. RGB value is (77,40,90). Sum of RGB (Red+Green+Blue) = 77+40+90=207 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.20% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 90 - color contains mainly: blue. Hex color #4D285A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D285A is #B2D7A5. Grayscale: #383838. Windows color (decimal): -11720614 or 5908557. OLE color: 5908557.
HSL color Cylindrical-coordinate representation of color #4D285A: hue angle of 284.4º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D285A is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 77 | 40 | 90 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.65 |
| HSL | 284.4º | 0.38% | 0.25% | - |
| HSV(B) | 284.4º | 0.56% | 0.35% | - |
| XYZ | 5.66 | 3.83 | 10.11 | - |
| YUV | 56.76 | 146.76 | 142.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 40 | 90 | 0.14 | 0.56 | 0 | 0.65 | 284.4 | 0.38 | 0.25 |
| Hex | 4D | 28 | 5A | E | 38 | 0 | 41 | 11C | 26 | 19 |
| Octal | 115 | 50 | 132 | 16 | 70 | 0 | 101 | 434 | 46 | 31 |
| Binary | 1001101 | 101000 | 1011010 | 1110 | 111000 | 0 | 1000001 | 100011100 | 100110 | 11001 |
Color Harmonies of #4D285A
Complementary color
Monochromatic Colors of #4D285A
Black with #4D285A
Text Example
Text Example
White with #4D285A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D285A; }
p { color: rgb(77,40,90); }
H1.HeaderClassName
{
color: #4D285A;
}
.AnyTagClassName
{
color: #4D285A;
}
</style>
background-color css
<style>
a { background-color: #4D285A; }
a { background-color: rgb(77,40,90); }
div.DivClassName
{
background-color: #4D285A;
}
.BgClassName
{
background-color: #4D285A;
}
</style>
border-color css
<style>
span { border-color: #4D285A; }
span { border-color: rgb(77,40,90); }
td.TdClassName
{
border-color: #4D285A;
}
.TagClassName
{
border-color: #4D285A;
}
</style>