Shades of Scarlet Gum #4B1761
Tints of Scarlet Gum #4B1761
RGB
CMYK
RGB Variations
Color information
#4B1761 (or 0x4B1761) is known color: Scarlet Gum. HEX triplet: 4B, 17 and 61. RGB value is (75,23,97). Sum of RGB (Red+Green+Blue) = 75+23+97=195 (25% of max value = 765). Red value is 75 (29.69% from 255 or 38.46% from 195); Green value is 23 (9.38% from 255 or 11.79% from 195); Blue value is 97 (38.28% from 255 or 49.74% from 195); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B1761 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #4B1761 is #B4E89E. Grayscale: #2E2E2E. Windows color (decimal): -11856031 or 6362955. OLE color: 6362955.
HSL color Cylindrical-coordinate representation of color #4B1761: hue angle of 282.16º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4B1761 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 23 | 97 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.62 |
| HSL | 282.16º | 0.62% | 0.24% | - |
| HSV(B) | 282.16º | 0.76% | 0.38% | - |
| XYZ | 5.37 | 2.97 | 11.6 | - |
| YUV | 46.98 | 156.23 | 147.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 23 | 97 | 0.23 | 0.76 | 0 | 0.62 | 282.16 | 0.62 | 0.24 |
| Hex | 4B | 17 | 61 | 17 | 4C | 0 | 3E | 11A | 3E | 18 |
| Octal | 113 | 27 | 141 | 27 | 114 | 0 | 76 | 432 | 76 | 30 |
| Binary | 1001011 | 10111 | 1100001 | 10111 | 1001100 | 0 | 111110 | 100011010 | 111110 | 11000 |
Color Harmonies of #4B1761
Complementary color
Monochromatic Colors of #4B1761
Black with #4B1761
Text Example
Text Example
White with #4B1761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1761; }
p { color: rgb(75,23,97); }
H1.HeaderClassName
{
color: #4B1761;
}
.AnyTagClassName
{
color: #4B1761;
}
</style>
background-color css
<style>
a { background-color: #4B1761; }
a { background-color: rgb(75,23,97); }
div.DivClassName
{
background-color: #4B1761;
}
.BgClassName
{
background-color: #4B1761;
}
</style>
border-color css
<style>
span { border-color: #4B1761; }
span { border-color: rgb(75,23,97); }
td.TdClassName
{
border-color: #4B1761;
}
.TagClassName
{
border-color: #4B1761;
}
</style>