Shades of Scarlet Gum #4B325B
Tints of Scarlet Gum #4B325B
RGB
CMYK
RGB Variations
Color information
#4B325B (or 0x4B325B) is known color: Scarlet Gum. HEX triplet: 4B, 32 and 5B. RGB value is (75,50,91). Sum of RGB (Red+Green+Blue) = 75+50+91=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 91 (35.94% from 255 or 42.13% from 216); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B325B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B325B is #B4CDA4. Grayscale: #3E3E3E. Windows color (decimal): -11849125 or 5976651. OLE color: 5976651.
HSL color Cylindrical-coordinate representation of color #4B325B: hue angle of 276.59º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4B325B is Cyan = 0.18, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 50 | 91 | - |
| CMYK | 0.18 | 0.45 | 0 | 0.64 |
| HSL | 276.59º | 0.29% | 0.28% | - |
| HSV(B) | 276.59º | 0.45% | 0.36% | - |
| XYZ | 5.93 | 4.53 | 10.46 | - |
| YUV | 62.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 50 | 91 | 0.18 | 0.45 | 0 | 0.64 | 276.59 | 0.29 | 0.28 |
| Hex | 4B | 32 | 5B | 12 | 2D | 0 | 40 | 115 | 1D | 1C |
| Octal | 113 | 62 | 133 | 22 | 55 | 0 | 100 | 425 | 35 | 34 |
| Binary | 1001011 | 110010 | 1011011 | 10010 | 101101 | 0 | 1000000 | 100010101 | 11101 | 11100 |
Color Harmonies of #4B325B
Complementary color
Monochromatic Colors of #4B325B
Black with #4B325B
Text Example
Text Example
White with #4B325B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B325B; }
p { color: rgb(75,50,91); }
H1.HeaderClassName
{
color: #4B325B;
}
.AnyTagClassName
{
color: #4B325B;
}
</style>
background-color css
<style>
a { background-color: #4B325B; }
a { background-color: rgb(75,50,91); }
div.DivClassName
{
background-color: #4B325B;
}
.BgClassName
{
background-color: #4B325B;
}
</style>
border-color css
<style>
span { border-color: #4B325B; }
span { border-color: rgb(75,50,91); }
td.TdClassName
{
border-color: #4B325B;
}
.TagClassName
{
border-color: #4B325B;
}
</style>