Shades of Scarlet Gum #4B1859
Tints of Scarlet Gum #4B1859
RGB
CMYK
RGB Variations
Color information
#4B1859 (or 0x4B1859) is known color: Scarlet Gum. HEX triplet: 4B, 18 and 59. RGB value is (75,24,89). Sum of RGB (Red+Green+Blue) = 75+24+89=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 24 (9.77% from 255 or 12.77% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B1859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1859 is #B4E7A6. Grayscale: #2E2E2E. Windows color (decimal): -11855783 or 5838923. OLE color: 5838923.
HSL color Cylindrical-coordinate representation of color #4B1859: hue angle of 287.08º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B1859 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 24 | 89 | - |
| CMYK | 0.16 | 0.73 | 0 | 0.65 |
| HSL | 287.08º | 0.58% | 0.22% | - |
| HSV(B) | 287.08º | 0.73% | 0.35% | - |
| XYZ | 5.03 | 2.87 | 9.74 | - |
| YUV | 46.66 | 151.9 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 24 | 89 | 0.16 | 0.73 | 0 | 0.65 | 287.08 | 0.58 | 0.22 |
| Hex | 4B | 18 | 59 | 10 | 49 | 0 | 41 | 11F | 3A | 16 |
| Octal | 113 | 30 | 131 | 20 | 111 | 0 | 101 | 437 | 72 | 26 |
| Binary | 1001011 | 11000 | 1011001 | 10000 | 1001001 | 0 | 1000001 | 100011111 | 111010 | 10110 |
Color Harmonies of #4B1859
Complementary color
Monochromatic Colors of #4B1859
Black with #4B1859
Text Example
Text Example
White with #4B1859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1859; }
p { color: rgb(75,24,89); }
H1.HeaderClassName
{
color: #4B1859;
}
.AnyTagClassName
{
color: #4B1859;
}
</style>
background-color css
<style>
a { background-color: #4B1859; }
a { background-color: rgb(75,24,89); }
div.DivClassName
{
background-color: #4B1859;
}
.BgClassName
{
background-color: #4B1859;
}
</style>
border-color css
<style>
span { border-color: #4B1859; }
span { border-color: rgb(75,24,89); }
td.TdClassName
{
border-color: #4B1859;
}
.TagClassName
{
border-color: #4B1859;
}
</style>