Shades of Scarlet Gum #4D3360
Tints of Scarlet Gum #4D3360
RGB
CMYK
RGB Variations
Color information
#4D3360 (or 0x4D3360) is known color: Scarlet Gum. HEX triplet: 4D, 33 and 60. RGB value is (77,51,96). Sum of RGB (Red+Green+Blue) = 77+51+96=224 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.38% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #4D3360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3360 is #B2CC9F. Grayscale: #3F3F3F. Windows color (decimal): -11717792 or 6304589. OLE color: 6304589.
HSL color Cylindrical-coordinate representation of color #4D3360: hue angle of 274.67º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4D3360 is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 77 | 51 | 96 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.62 |
| HSL | 274.67º | 0.31% | 0.29% | - |
| HSV(B) | 274.67º | 0.47% | 0.38% | - |
| XYZ | 6.36 | 4.79 | 11.66 | - |
| YUV | 63.9 | 146.11 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 51 | 96 | 0.20 | 0.47 | 0 | 0.62 | 274.67 | 0.31 | 0.29 |
| Hex | 4D | 33 | 60 | 14 | 2F | 0 | 3E | 113 | 1F | 1D |
| Octal | 115 | 63 | 140 | 24 | 57 | 0 | 76 | 423 | 37 | 35 |
| Binary | 1001101 | 110011 | 1100000 | 10100 | 101111 | 0 | 111110 | 100010011 | 11111 | 11101 |
Color Harmonies of #4D3360
Complementary color
Monochromatic Colors of #4D3360
Black with #4D3360
Text Example
Text Example
White with #4D3360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3360; }
p { color: rgb(77,51,96); }
H1.HeaderClassName
{
color: #4D3360;
}
.AnyTagClassName
{
color: #4D3360;
}
</style>
background-color css
<style>
a { background-color: #4D3360; }
a { background-color: rgb(77,51,96); }
div.DivClassName
{
background-color: #4D3360;
}
.BgClassName
{
background-color: #4D3360;
}
</style>
border-color css
<style>
span { border-color: #4D3360; }
span { border-color: rgb(77,51,96); }
td.TdClassName
{
border-color: #4D3360;
}
.TagClassName
{
border-color: #4D3360;
}
</style>