Shades of Scarlet Gum #4B3553
Tints of Scarlet Gum #4B3553
RGB
CMYK
RGB Variations
Color information
#4B3553 (or 0x4B3553) is known color: Scarlet Gum. HEX triplet: 4B, 35 and 53. RGB value is (75,53,83). Sum of RGB (Red+Green+Blue) = 75+53+83=211 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.55% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 83 (32.81% from 255 or 39.34% from 211); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B3553 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3553 is #B4CAAC. Grayscale: #3E3E3E. Windows color (decimal): -11848365 or 5453131. OLE color: 5453131.
HSL color Cylindrical-coordinate representation of color #4B3553: hue angle of 284º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #4B3553 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 53 | 83 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.67 |
| HSL | 284º | 0.22% | 0.27% | - |
| HSV(B) | 284º | 0.36% | 0.33% | - |
| XYZ | 5.74 | 4.67 | 8.78 | - |
| YUV | 63 | 139.29 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 53 | 83 | 0.10 | 0.36 | 0 | 0.67 | 284 | 0.22 | 0.27 |
| Hex | 4B | 35 | 53 | A | 24 | 0 | 43 | 11C | 16 | 1B |
| Octal | 113 | 65 | 123 | 12 | 44 | 0 | 103 | 434 | 26 | 33 |
| Binary | 1001011 | 110101 | 1010011 | 1010 | 100100 | 0 | 1000011 | 100011100 | 10110 | 11011 |
Color Harmonies of #4B3553
Complementary color
Monochromatic Colors of #4B3553
Black with #4B3553
Text Example
Text Example
White with #4B3553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3553; }
p { color: rgb(75,53,83); }
H1.HeaderClassName
{
color: #4B3553;
}
.AnyTagClassName
{
color: #4B3553;
}
</style>
background-color css
<style>
a { background-color: #4B3553; }
a { background-color: rgb(75,53,83); }
div.DivClassName
{
background-color: #4B3553;
}
.BgClassName
{
background-color: #4B3553;
}
</style>
border-color css
<style>
span { border-color: #4B3553; }
span { border-color: rgb(75,53,83); }
td.TdClassName
{
border-color: #4B3553;
}
.TagClassName
{
border-color: #4B3553;
}
</style>