Shades of Scarlet Gum #4B3353
Tints of Scarlet Gum #4B3353
RGB
CMYK
RGB Variations
Color information
#4B3353 (or 0x4B3353) is known color: Scarlet Gum. HEX triplet: 4B, 33 and 53. RGB value is (75,51,83). Sum of RGB (Red+Green+Blue) = 75+51+83=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 51 (20.31% from 255 or 24.40% from 209); Blue value is 83 (32.81% from 255 or 39.71% from 209); Max value from RGB is 83 - color contains mainly: blue. Hex color #4B3353 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B3353 is #B4CCAC. Grayscale: #3D3D3D. Windows color (decimal): -11848877 or 5452619. OLE color: 5452619.
HSL color Cylindrical-coordinate representation of color #4B3353: hue angle of 285º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #4B3353 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 75 | 51 | 83 | - |
| CMYK | 0.10 | 0.39 | 0 | 0.67 |
| HSL | 285º | 0.24% | 0.26% | - |
| HSV(B) | 285º | 0.39% | 0.33% | - |
| XYZ | 5.65 | 4.49 | 8.75 | - |
| YUV | 61.82 | 139.95 | 137.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 51 | 83 | 0.10 | 0.39 | 0 | 0.67 | 285 | 0.24 | 0.26 |
| Hex | 4B | 33 | 53 | A | 27 | 0 | 43 | 11D | 18 | 1A |
| Octal | 113 | 63 | 123 | 12 | 47 | 0 | 103 | 435 | 30 | 32 |
| Binary | 1001011 | 110011 | 1010011 | 1010 | 100111 | 0 | 1000011 | 100011101 | 11000 | 11010 |
Color Harmonies of #4B3353
Complementary color
Monochromatic Colors of #4B3353
Black with #4B3353
Text Example
Text Example
White with #4B3353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B3353; }
p { color: rgb(75,51,83); }
H1.HeaderClassName
{
color: #4B3353;
}
.AnyTagClassName
{
color: #4B3353;
}
</style>
background-color css
<style>
a { background-color: #4B3353; }
a { background-color: rgb(75,51,83); }
div.DivClassName
{
background-color: #4B3353;
}
.BgClassName
{
background-color: #4B3353;
}
</style>
border-color css
<style>
span { border-color: #4B3353; }
span { border-color: rgb(75,51,83); }
td.TdClassName
{
border-color: #4B3353;
}
.TagClassName
{
border-color: #4B3353;
}
</style>