Shades of Scarlet Gum #4D2267
Tints of Scarlet Gum #4D2267
RGB
CMYK
RGB Variations
Color information
#4D2267 (or 0x4D2267) is known color: Scarlet Gum. HEX triplet: 4D, 22 and 67. RGB value is (77,34,103). Sum of RGB (Red+Green+Blue) = 77+34+103=214 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.98% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 103 (40.62% from 255 or 48.13% from 214); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D2267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2267 is #B2DD98. Grayscale: #363636. Windows color (decimal): -11722137 or 6758989. OLE color: 6758989.
HSL color Cylindrical-coordinate representation of color #4D2267: hue angle of 277.39º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4D2267 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 34 | 103 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.60 |
| HSL | 277.39º | 0.5% | 0.27% | - |
| HSV(B) | 277.39º | 0.67% | 0.4% | - |
| XYZ | 6.08 | 3.7 | 13.23 | - |
| YUV | 54.72 | 155.25 | 143.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 103 | 0.25 | 0.67 | 0 | 0.60 | 277.39 | 0.5 | 0.27 |
| Hex | 4D | 22 | 67 | 19 | 43 | 0 | 3C | 115 | 32 | 1B |
| Octal | 115 | 42 | 147 | 31 | 103 | 0 | 74 | 425 | 62 | 33 |
| Binary | 1001101 | 100010 | 1100111 | 11001 | 1000011 | 0 | 111100 | 100010101 | 110010 | 11011 |
Color Harmonies of #4D2267
Complementary color
Monochromatic Colors of #4D2267
Black with #4D2267
Text Example
Text Example
White with #4D2267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2267; }
p { color: rgb(77,34,103); }
H1.HeaderClassName
{
color: #4D2267;
}
.AnyTagClassName
{
color: #4D2267;
}
</style>
background-color css
<style>
a { background-color: #4D2267; }
a { background-color: rgb(77,34,103); }
div.DivClassName
{
background-color: #4D2267;
}
.BgClassName
{
background-color: #4D2267;
}
</style>
border-color css
<style>
span { border-color: #4D2267; }
span { border-color: rgb(77,34,103); }
td.TdClassName
{
border-color: #4D2267;
}
.TagClassName
{
border-color: #4D2267;
}
</style>