Shades of Scarlet Gum #4B1B59
Tints of Scarlet Gum #4B1B59
RGB
CMYK
RGB Variations
Color information
#4B1B59 (or 0x4B1B59) is known color: Scarlet Gum. HEX triplet: 4B, 1B and 59. RGB value is (75,27,89). Sum of RGB (Red+Green+Blue) = 75+27+89=191 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.27% from 191); Green value is 27 (10.94% from 255 or 14.14% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B1B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1B59 is #B4E4A6. Grayscale: #303030. Windows color (decimal): -11855015 or 5839691. OLE color: 5839691.
HSL color Cylindrical-coordinate representation of color #4B1B59: hue angle of 286.45º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4B1B59 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 27 | 89 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.65 |
| HSL | 286.45º | 0.53% | 0.23% | - |
| HSV(B) | 286.45º | 0.7% | 0.35% | - |
| XYZ | 5.1 | 3 | 9.76 | - |
| YUV | 48.42 | 150.9 | 146.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 89 | 0.16 | 0.70 | 0 | 0.65 | 286.45 | 0.53 | 0.23 |
| Hex | 4B | 1B | 59 | 10 | 46 | 0 | 41 | 11E | 35 | 17 |
| Octal | 113 | 33 | 131 | 20 | 106 | 0 | 101 | 436 | 65 | 27 |
| Binary | 1001011 | 11011 | 1011001 | 10000 | 1000110 | 0 | 1000001 | 100011110 | 110101 | 10111 |
Color Harmonies of #4B1B59
Complementary color
Monochromatic Colors of #4B1B59
Black with #4B1B59
Text Example
Text Example
White with #4B1B59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B59; }
p { color: rgb(75,27,89); }
H1.HeaderClassName
{
color: #4B1B59;
}
.AnyTagClassName
{
color: #4B1B59;
}
</style>
background-color css
<style>
a { background-color: #4B1B59; }
a { background-color: rgb(75,27,89); }
div.DivClassName
{
background-color: #4B1B59;
}
.BgClassName
{
background-color: #4B1B59;
}
</style>
border-color css
<style>
span { border-color: #4B1B59; }
span { border-color: rgb(75,27,89); }
td.TdClassName
{
border-color: #4B1B59;
}
.TagClassName
{
border-color: #4B1B59;
}
</style>