Shades of Scarlet Gum #4B3855
Tints of Scarlet Gum #4B3855
RGB
CMYK
RGB Variations
Color information
#4B3855 (or 0x4B3855) is known color: Scarlet Gum. HEX triplet: 4B, 38 and 55. RGB value is (75,56,85). Sum of RGB (Red+Green+Blue) = 75+56+85=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 56 (22.27% from 255 or 25.93% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 85 - color contains mainly: blue. Hex color #4B3855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3855 is #B4C7AA. Grayscale: #404040. Windows color (decimal): -11847595 or 5584971. OLE color: 5584971.
HSL color Cylindrical-coordinate representation of color #4B3855: hue angle of 279.31º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4B3855 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 56 | 85 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.67 |
| HSL | 279.31º | 0.21% | 0.28% | - |
| HSV(B) | 279.31º | 0.34% | 0.33% | - |
| XYZ | 5.96 | 4.98 | 9.24 | - |
| YUV | 64.99 | 139.29 | 135.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 85 | 0.12 | 0.34 | 0 | 0.67 | 279.31 | 0.21 | 0.28 |
| Hex | 4B | 38 | 55 | C | 22 | 0 | 43 | 117 | 15 | 1C |
| Octal | 113 | 70 | 125 | 14 | 42 | 0 | 103 | 427 | 25 | 34 |
| Binary | 1001011 | 111000 | 1010101 | 1100 | 100010 | 0 | 1000011 | 100010111 | 10101 | 11100 |
Color Harmonies of #4B3855
Complementary color
Monochromatic Colors of #4B3855
Black with #4B3855
Text Example
Text Example
White with #4B3855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3855; }
p { color: rgb(75,56,85); }
H1.HeaderClassName
{
color: #4B3855;
}
.AnyTagClassName
{
color: #4B3855;
}
</style>
background-color css
<style>
a { background-color: #4B3855; }
a { background-color: rgb(75,56,85); }
div.DivClassName
{
background-color: #4B3855;
}
.BgClassName
{
background-color: #4B3855;
}
</style>
border-color css
<style>
span { border-color: #4B3855; }
span { border-color: rgb(75,56,85); }
td.TdClassName
{
border-color: #4B3855;
}
.TagClassName
{
border-color: #4B3855;
}
</style>