Shades of Scarlet Gum #4B3253
Tints of Scarlet Gum #4B3253
RGB
CMYK
RGB Variations
Color information
#4B3253 (or 0x4B3253) is known color: Scarlet Gum. HEX triplet: 4B, 32 and 53. RGB value is (75,50,83). Sum of RGB (Red+Green+Blue) = 75+50+83=208 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.06% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B3253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3253 is #B4CDAC. Grayscale: #3D3D3D. Windows color (decimal): -11849133 or 5452363. OLE color: 5452363.
HSL color Cylindrical-coordinate representation of color #4B3253: hue angle of 285.45º 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 #4B3253 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 50 | 83 | - |
| CMYK | 0.10 | 0.40 | 0 | 0.67 |
| HSL | 285.45º | 0.25% | 0.26% | - |
| HSV(B) | 285.45º | 0.4% | 0.33% | - |
| XYZ | 5.6 | 4.4 | 8.74 | - |
| YUV | 61.24 | 140.28 | 137.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 83 | 0.10 | 0.40 | 0 | 0.67 | 285.45 | 0.25 | 0.26 |
| Hex | 4B | 32 | 53 | A | 28 | 0 | 43 | 11D | 19 | 1A |
| Octal | 113 | 62 | 123 | 12 | 50 | 0 | 103 | 435 | 31 | 32 |
| Binary | 1001011 | 110010 | 1010011 | 1010 | 101000 | 0 | 1000011 | 100011101 | 11001 | 11010 |
Color Harmonies of #4B3253
Complementary color
Monochromatic Colors of #4B3253
Black with #4B3253
Text Example
Text Example
White with #4B3253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3253; }
p { color: rgb(75,50,83); }
H1.HeaderClassName
{
color: #4B3253;
}
.AnyTagClassName
{
color: #4B3253;
}
</style>
background-color css
<style>
a { background-color: #4B3253; }
a { background-color: rgb(75,50,83); }
div.DivClassName
{
background-color: #4B3253;
}
.BgClassName
{
background-color: #4B3253;
}
</style>
border-color css
<style>
span { border-color: #4B3253; }
span { border-color: rgb(75,50,83); }
td.TdClassName
{
border-color: #4B3253;
}
.TagClassName
{
border-color: #4B3253;
}
</style>