Shades of Scarlet Gum #4B175B
Tints of Scarlet Gum #4B175B
RGB
CMYK
RGB Variations
Color information
#4B175B (or 0x4B175B) is known color: Scarlet Gum. HEX triplet: 4B, 17 and 5B. RGB value is (75,23,91). Sum of RGB (Red+Green+Blue) = 75+23+91=189 (25% of max value = 765). Red value is 75 (29.69% from 255 or 39.68% from 189); Green value is 23 (9.38% from 255 or 12.17% from 189); Blue value is 91 (35.94% from 255 or 48.15% from 189); Max value from RGB is 91 - color contains mainly: blue. Hex color #4B175B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B175B is #B4E8A4. Grayscale: #2E2E2E. Windows color (decimal): -11856037 or 5969739. OLE color: 5969739.
HSL color Cylindrical-coordinate representation of color #4B175B: hue angle of 285.88º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B175B is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 75 | 23 | 91 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.64 |
| HSL | 285.88º | 0.6% | 0.22% | - |
| HSV(B) | 285.88º | 0.75% | 0.36% | - |
| XYZ | 5.1 | 2.86 | 10.18 | - |
| YUV | 46.3 | 153.23 | 148.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 91 | 0.18 | 0.75 | 0 | 0.64 | 285.88 | 0.6 | 0.22 |
| Hex | 4B | 17 | 5B | 12 | 4B | 0 | 40 | 11E | 3C | 16 |
| Octal | 113 | 27 | 133 | 22 | 113 | 0 | 100 | 436 | 74 | 26 |
| Binary | 1001011 | 10111 | 1011011 | 10010 | 1001011 | 0 | 1000000 | 100011110 | 111100 | 10110 |
Color Harmonies of #4B175B
Complementary color
Monochromatic Colors of #4B175B
Black with #4B175B
Text Example
Text Example
White with #4B175B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B175B; }
p { color: rgb(75,23,91); }
H1.HeaderClassName
{
color: #4B175B;
}
.AnyTagClassName
{
color: #4B175B;
}
</style>
background-color css
<style>
a { background-color: #4B175B; }
a { background-color: rgb(75,23,91); }
div.DivClassName
{
background-color: #4B175B;
}
.BgClassName
{
background-color: #4B175B;
}
</style>
border-color css
<style>
span { border-color: #4B175B; }
span { border-color: rgb(75,23,91); }
td.TdClassName
{
border-color: #4B175B;
}
.TagClassName
{
border-color: #4B175B;
}
</style>