Shades of Scarlet Gum #4B3254
Tints of Scarlet Gum #4B3254
RGB
CMYK
RGB Variations
Color information
#4B3254 (or 0x4B3254) is known color: Scarlet Gum. HEX triplet: 4B, 32 and 54. RGB value is (75,50,84). Sum of RGB (Red+Green+Blue) = 75+50+84=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 50 (19.92% from 255 or 23.92% from 209); Blue value is 84 (33.20% from 255 or 40.19% from 209); Max value from RGB is 84 - color contains mainly: blue. Hex color #4B3254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3254 is #B4CDAB. Grayscale: #3D3D3D. Windows color (decimal): -11849132 or 5517899. OLE color: 5517899.
HSL color Cylindrical-coordinate representation of color #4B3254: hue angle of 284.12º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B3254 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 50 | 84 | - |
| CMYK | 0.11 | 0.40 | 0 | 0.67 |
| HSL | 284.12º | 0.25% | 0.26% | - |
| HSV(B) | 284.12º | 0.4% | 0.33% | - |
| XYZ | 5.64 | 4.42 | 8.94 | - |
| YUV | 61.35 | 140.78 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 84 | 0.11 | 0.40 | 0 | 0.67 | 284.12 | 0.25 | 0.26 |
| Hex | 4B | 32 | 54 | B | 28 | 0 | 43 | 11C | 19 | 1A |
| Octal | 113 | 62 | 124 | 13 | 50 | 0 | 103 | 434 | 31 | 32 |
| Binary | 1001011 | 110010 | 1010100 | 1011 | 101000 | 0 | 1000011 | 100011100 | 11001 | 11010 |
Color Harmonies of #4B3254
Complementary color
Monochromatic Colors of #4B3254
Black with #4B3254
Text Example
Text Example
White with #4B3254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3254; }
p { color: rgb(75,50,84); }
H1.HeaderClassName
{
color: #4B3254;
}
.AnyTagClassName
{
color: #4B3254;
}
</style>
background-color css
<style>
a { background-color: #4B3254; }
a { background-color: rgb(75,50,84); }
div.DivClassName
{
background-color: #4B3254;
}
.BgClassName
{
background-color: #4B3254;
}
</style>
border-color css
<style>
span { border-color: #4B3254; }
span { border-color: rgb(75,50,84); }
td.TdClassName
{
border-color: #4B3254;
}
.TagClassName
{
border-color: #4B3254;
}
</style>