Shades of Scarlet Gum #4B1959
Tints of Scarlet Gum #4B1959
RGB
CMYK
RGB Variations
Color information
#4B1959 (or 0x4B1959) is known color: Scarlet Gum. HEX triplet: 4B, 19 and 59. RGB value is (75,25,89). Sum of RGB (Red+Green+Blue) = 75+25+89=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 25 (10.16% from 255 or 13.23% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #4B1959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1959 is #B4E6A6. Grayscale: #2F2F2F. Windows color (decimal): -11855527 or 5839179. OLE color: 5839179.
HSL color Cylindrical-coordinate representation of color #4B1959: hue angle of 286.88º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B1959 is Cyan = 0.16, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 25 | 89 | - |
| CMYK | 0.16 | 0.72 | 0 | 0.65 |
| HSL | 286.88º | 0.56% | 0.22% | - |
| HSV(B) | 286.88º | 0.72% | 0.35% | - |
| XYZ | 5.05 | 2.91 | 9.75 | - |
| YUV | 47.25 | 151.57 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 25 | 89 | 0.16 | 0.72 | 0 | 0.65 | 286.88 | 0.56 | 0.22 |
| Hex | 4B | 19 | 59 | 10 | 48 | 0 | 41 | 11F | 38 | 16 |
| Octal | 113 | 31 | 131 | 20 | 110 | 0 | 101 | 437 | 70 | 26 |
| Binary | 1001011 | 11001 | 1011001 | 10000 | 1001000 | 0 | 1000001 | 100011111 | 111000 | 10110 |
Color Harmonies of #4B1959
Complementary color
Monochromatic Colors of #4B1959
Black with #4B1959
Text Example
Text Example
White with #4B1959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1959; }
p { color: rgb(75,25,89); }
H1.HeaderClassName
{
color: #4B1959;
}
.AnyTagClassName
{
color: #4B1959;
}
</style>
background-color css
<style>
a { background-color: #4B1959; }
a { background-color: rgb(75,25,89); }
div.DivClassName
{
background-color: #4B1959;
}
.BgClassName
{
background-color: #4B1959;
}
</style>
border-color css
<style>
span { border-color: #4B1959; }
span { border-color: rgb(75,25,89); }
td.TdClassName
{
border-color: #4B1959;
}
.TagClassName
{
border-color: #4B1959;
}
</style>