Shades of Scarlet Gum #4B1558
Tints of Scarlet Gum #4B1558
RGB
CMYK
RGB Variations
Color information
#4B1558 (or 0x4B1558) is known color: Scarlet Gum. HEX triplet: 4B, 15 and 58. RGB value is (75,21,88). Sum of RGB (Red+Green+Blue) = 75+21+88=184 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.76% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 88 (34.77% from 255 or 47.83% from 184); Max value from RGB is 88 - color contains mainly: blue. Hex color #4B1558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1558 is #B4EAA7. Grayscale: #2C2C2C. Windows color (decimal): -11856552 or 5772619. OLE color: 5772619.
HSL color Cylindrical-coordinate representation of color #4B1558: hue angle of 288.36º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B1558 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 75 | 21 | 88 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.65 |
| HSL | 288.36º | 0.61% | 0.21% | - |
| HSV(B) | 288.36º | 0.76% | 0.35% | - |
| XYZ | 4.93 | 2.74 | 9.5 | - |
| YUV | 44.78 | 152.39 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 21 | 88 | 0.15 | 0.76 | 0 | 0.65 | 288.36 | 0.61 | 0.21 |
| Hex | 4B | 15 | 58 | F | 4C | 0 | 41 | 120 | 3D | 15 |
| Octal | 113 | 25 | 130 | 17 | 114 | 0 | 101 | 440 | 75 | 25 |
| Binary | 1001011 | 10101 | 1011000 | 1111 | 1001100 | 0 | 1000001 | 100100000 | 111101 | 10101 |
Color Harmonies of #4B1558
Complementary color
Monochromatic Colors of #4B1558
Black with #4B1558
Text Example
Text Example
White with #4B1558
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1558; }
p { color: rgb(75,21,88); }
H1.HeaderClassName
{
color: #4B1558;
}
.AnyTagClassName
{
color: #4B1558;
}
</style>
background-color css
<style>
a { background-color: #4B1558; }
a { background-color: rgb(75,21,88); }
div.DivClassName
{
background-color: #4B1558;
}
.BgClassName
{
background-color: #4B1558;
}
</style>
border-color css
<style>
span { border-color: #4B1558; }
span { border-color: rgb(75,21,88); }
td.TdClassName
{
border-color: #4B1558;
}
.TagClassName
{
border-color: #4B1558;
}
</style>