Shades of Scarlet Gum #4D1367
Tints of Scarlet Gum #4D1367
RGB
CMYK
RGB Variations
Color information
#4D1367 (or 0x4D1367) is known color: Scarlet Gum. HEX triplet: 4D, 13 and 67. RGB value is (77,19,103). Sum of RGB (Red+Green+Blue) = 77+19+103=199 (26% of max value = 765). Red value is 77 (30.47% from 255 or 38.69% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 103 (40.62% from 255 or 51.76% from 199); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D1367 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4D1367 is #B2EC98. Grayscale: #2D2D2D. Windows color (decimal): -11725977 or 6755149. OLE color: 6755149.
HSL color Cylindrical-coordinate representation of color #4D1367: hue angle of 281.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4D1367 is Cyan = 0.25, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 77 | 19 | 103 | - |
| CMYK | 0.25 | 0.82 | 0 | 0.60 |
| HSL | 281.43º | 0.69% | 0.24% | - |
| HSV(B) | 281.43º | 0.82% | 0.4% | - |
| XYZ | 5.74 | 3.02 | 13.11 | - |
| YUV | 45.92 | 160.22 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 19 | 103 | 0.25 | 0.82 | 0 | 0.60 | 281.43 | 0.69 | 0.24 |
| Hex | 4D | 13 | 67 | 19 | 52 | 0 | 3C | 119 | 45 | 18 |
| Octal | 115 | 23 | 147 | 31 | 122 | 0 | 74 | 431 | 105 | 30 |
| Binary | 1001101 | 10011 | 1100111 | 11001 | 1010010 | 0 | 111100 | 100011001 | 1000101 | 11000 |
Color Harmonies of #4D1367
Complementary color
Monochromatic Colors of #4D1367
Black with #4D1367
Text Example
Text Example
White with #4D1367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1367; }
p { color: rgb(77,19,103); }
H1.HeaderClassName
{
color: #4D1367;
}
.AnyTagClassName
{
color: #4D1367;
}
</style>
background-color css
<style>
a { background-color: #4D1367; }
a { background-color: rgb(77,19,103); }
div.DivClassName
{
background-color: #4D1367;
}
.BgClassName
{
background-color: #4D1367;
}
</style>
border-color css
<style>
span { border-color: #4D1367; }
span { border-color: rgb(77,19,103); }
td.TdClassName
{
border-color: #4D1367;
}
.TagClassName
{
border-color: #4D1367;
}
</style>