Shades of Scarlet Gum #4B1A5D
Tints of Scarlet Gum #4B1A5D
RGB
CMYK
RGB Variations
Color information
#4B1A5D (or 0x4B1A5D) is known color: Scarlet Gum. HEX triplet: 4B, 1A and 5D. RGB value is (75,26,93). Sum of RGB (Red+Green+Blue) = 75+26+93=194 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.66% from 194); Green value is 26 (10.55% from 255 or 13.40% from 194); Blue value is 93 (36.72% from 255 or 47.94% from 194); Max value from RGB is 93 - color contains mainly: blue. Hex color #4B1A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1A5D is #B4E5A2. Grayscale: #303030. Windows color (decimal): -11855267 or 6101579. OLE color: 6101579.
HSL color Cylindrical-coordinate representation of color #4B1A5D: hue angle of 283.88º degrees, saturation: 0.56, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4B1A5D is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 26 | 93 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.64 |
| HSL | 283.88º | 0.56% | 0.23% | - |
| HSV(B) | 283.88º | 0.72% | 0.36% | - |
| XYZ | 5.25 | 3.02 | 10.66 | - |
| YUV | 48.29 | 153.23 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 26 | 93 | 0.19 | 0.72 | 0 | 0.64 | 283.88 | 0.56 | 0.23 |
| Hex | 4B | 1A | 5D | 13 | 48 | 0 | 40 | 11C | 38 | 17 |
| Octal | 113 | 32 | 135 | 23 | 110 | 0 | 100 | 434 | 70 | 27 |
| Binary | 1001011 | 11010 | 1011101 | 10011 | 1001000 | 0 | 1000000 | 100011100 | 111000 | 10111 |
Color Harmonies of #4B1A5D
Complementary color
Monochromatic Colors of #4B1A5D
Black with #4B1A5D
Text Example
Text Example
White with #4B1A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1A5D; }
p { color: rgb(75,26,93); }
H1.HeaderClassName
{
color: #4B1A5D;
}
.AnyTagClassName
{
color: #4B1A5D;
}
</style>
background-color css
<style>
a { background-color: #4B1A5D; }
a { background-color: rgb(75,26,93); }
div.DivClassName
{
background-color: #4B1A5D;
}
.BgClassName
{
background-color: #4B1A5D;
}
</style>
border-color css
<style>
span { border-color: #4B1A5D; }
span { border-color: rgb(75,26,93); }
td.TdClassName
{
border-color: #4B1A5D;
}
.TagClassName
{
border-color: #4B1A5D;
}
</style>