Shades of Scarlet Gum #4B3853
Tints of Scarlet Gum #4B3853
RGB
CMYK
RGB Variations
Color information
#4B3853 (or 0x4B3853) is known color: Scarlet Gum. HEX triplet: 4B, 38 and 53. RGB value is (75,56,83). Sum of RGB (Red+Green+Blue) = 75+56+83=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B3853 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3853 is #B4C7AC. Grayscale: #404040. Windows color (decimal): -11847597 or 5453899. OLE color: 5453899.
HSL color Cylindrical-coordinate representation of color #4B3853: hue angle of 282.22º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #4B3853 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 56 | 83 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.67 |
| HSL | 282.22º | 0.19% | 0.27% | - |
| HSV(B) | 282.22º | 0.33% | 0.33% | - |
| XYZ | 5.88 | 4.95 | 8.83 | - |
| YUV | 64.76 | 138.29 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 56 | 83 | 0.10 | 0.33 | 0 | 0.67 | 282.22 | 0.19 | 0.27 |
| Hex | 4B | 38 | 53 | A | 21 | 0 | 43 | 11A | 13 | 1B |
| Octal | 113 | 70 | 123 | 12 | 41 | 0 | 103 | 432 | 23 | 33 |
| Binary | 1001011 | 111000 | 1010011 | 1010 | 100001 | 0 | 1000011 | 100011010 | 10011 | 11011 |
Color Harmonies of #4B3853
Complementary color
Monochromatic Colors of #4B3853
Black with #4B3853
Text Example
Text Example
White with #4B3853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3853; }
p { color: rgb(75,56,83); }
H1.HeaderClassName
{
color: #4B3853;
}
.AnyTagClassName
{
color: #4B3853;
}
</style>
background-color css
<style>
a { background-color: #4B3853; }
a { background-color: rgb(75,56,83); }
div.DivClassName
{
background-color: #4B3853;
}
.BgClassName
{
background-color: #4B3853;
}
</style>
border-color css
<style>
span { border-color: #4B3853; }
span { border-color: rgb(75,56,83); }
td.TdClassName
{
border-color: #4B3853;
}
.TagClassName
{
border-color: #4B3853;
}
</style>