Shades of Scarlet Gum #4B1B65
Tints of Scarlet Gum #4B1B65
RGB
CMYK
RGB Variations
Color information
#4B1B65 (or 0x4B1B65) is known color: Scarlet Gum. HEX triplet: 4B, 1B and 65. RGB value is (75,27,101). Sum of RGB (Red+Green+Blue) = 75+27+101=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 27 (10.94% from 255 or 13.30% from 203); Blue value is 101 (39.84% from 255 or 49.75% from 203); Max value from RGB is 101 - color contains mainly: blue. Hex color #4B1B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1B65 is #B4E49A. Grayscale: #313131. Windows color (decimal): -11855003 or 6626123. OLE color: 6626123.
HSL color Cylindrical-coordinate representation of color #4B1B65: hue angle of 278.92º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4B1B65 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 75 | 27 | 101 | - |
| CMYK | 0.26 | 0.73 | 0 | 0.60 |
| HSL | 278.92º | 0.58% | 0.25% | - |
| HSV(B) | 278.92º | 0.73% | 0.4% | - |
| XYZ | 5.64 | 3.22 | 12.64 | - |
| YUV | 49.79 | 156.9 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 27 | 101 | 0.26 | 0.73 | 0 | 0.60 | 278.92 | 0.58 | 0.25 |
| Hex | 4B | 1B | 65 | 1A | 49 | 0 | 3C | 117 | 3A | 19 |
| Octal | 113 | 33 | 145 | 32 | 111 | 0 | 74 | 427 | 72 | 31 |
| Binary | 1001011 | 11011 | 1100101 | 11010 | 1001001 | 0 | 111100 | 100010111 | 111010 | 11001 |
Color Harmonies of #4B1B65
Complementary color
Monochromatic Colors of #4B1B65
Black with #4B1B65
Text Example
Text Example
White with #4B1B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1B65; }
p { color: rgb(75,27,101); }
H1.HeaderClassName
{
color: #4B1B65;
}
.AnyTagClassName
{
color: #4B1B65;
}
</style>
background-color css
<style>
a { background-color: #4B1B65; }
a { background-color: rgb(75,27,101); }
div.DivClassName
{
background-color: #4B1B65;
}
.BgClassName
{
background-color: #4B1B65;
}
</style>
border-color css
<style>
span { border-color: #4B1B65; }
span { border-color: rgb(75,27,101); }
td.TdClassName
{
border-color: #4B1B65;
}
.TagClassName
{
border-color: #4B1B65;
}
</style>