Shades of Scarlet Gum #4A3653
Tints of Scarlet Gum #4A3653
RGB
CMYK
RGB Variations
Color information
#4A3653 (or 0x4A3653) is known color: Scarlet Gum. HEX triplet: 4A, 36 and 53. RGB value is (74,54,83). Sum of RGB (Red+Green+Blue) = 74+54+83=211 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.07% from 211); Green value is 54 (21.48% from 255 or 25.59% 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 #4A3653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3653 is #B5C9AC. Grayscale: #3F3F3F. Windows color (decimal): -11913645 or 5453386. OLE color: 5453386.
HSL color Cylindrical-coordinate representation of color #4A3653: hue angle of 281.38º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #4A3653 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 74 | 54 | 83 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.67 |
| HSL | 281.38º | 0.21% | 0.27% | - |
| HSV(B) | 281.38º | 0.35% | 0.33% | - |
| XYZ | 5.7 | 4.72 | 8.79 | - |
| YUV | 63.29 | 139.13 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 54 | 83 | 0.11 | 0.35 | 0 | 0.67 | 281.38 | 0.21 | 0.27 |
| Hex | 4A | 36 | 53 | B | 23 | 0 | 43 | 119 | 15 | 1B |
| Octal | 112 | 66 | 123 | 13 | 43 | 0 | 103 | 431 | 25 | 33 |
| Binary | 1001010 | 110110 | 1010011 | 1011 | 100011 | 0 | 1000011 | 100011001 | 10101 | 11011 |
Color Harmonies of #4A3653
Complementary color
Monochromatic Colors of #4A3653
Black with #4A3653
Text Example
Text Example
White with #4A3653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4A3653; }
p { color: rgb(74,54,83); }
H1.HeaderClassName
{
color: #4A3653;
}
.AnyTagClassName
{
color: #4A3653;
}
</style>
background-color css
<style>
a { background-color: #4A3653; }
a { background-color: rgb(74,54,83); }
div.DivClassName
{
background-color: #4A3653;
}
.BgClassName
{
background-color: #4A3653;
}
</style>
border-color css
<style>
span { border-color: #4A3653; }
span { border-color: rgb(74,54,83); }
td.TdClassName
{
border-color: #4A3653;
}
.TagClassName
{
border-color: #4A3653;
}
</style>