Shades of Scarlet Gum #4B1F61
Tints of Scarlet Gum #4B1F61
RGB
CMYK
RGB Variations
Color information
#4B1F61 (or 0x4B1F61) is known color: Scarlet Gum. HEX triplet: 4B, 1F and 61. RGB value is (75,31,97). Sum of RGB (Red+Green+Blue) = 75+31+97=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B1F61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B1F61 is #B4E09E. Grayscale: #333333. Windows color (decimal): -11853983 or 6365003. OLE color: 6365003.
HSL color Cylindrical-coordinate representation of color #4B1F61: hue angle of 280º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4B1F61 is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 31 | 97 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.62 |
| HSL | 280º | 0.52% | 0.25% | - |
| HSV(B) | 280º | 0.68% | 0.38% | - |
| XYZ | 5.55 | 3.34 | 11.66 | - |
| YUV | 51.68 | 153.58 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 31 | 97 | 0.23 | 0.68 | 0 | 0.62 | 280 | 0.52 | 0.25 |
| Hex | 4B | 1F | 61 | 17 | 44 | 0 | 3E | 118 | 34 | 19 |
| Octal | 113 | 37 | 141 | 27 | 104 | 0 | 76 | 430 | 64 | 31 |
| Binary | 1001011 | 11111 | 1100001 | 10111 | 1000100 | 0 | 111110 | 100011000 | 110100 | 11001 |
Color Harmonies of #4B1F61
Complementary color
Monochromatic Colors of #4B1F61
Black with #4B1F61
Text Example
Text Example
White with #4B1F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B1F61; }
p { color: rgb(75,31,97); }
H1.HeaderClassName
{
color: #4B1F61;
}
.AnyTagClassName
{
color: #4B1F61;
}
</style>
background-color css
<style>
a { background-color: #4B1F61; }
a { background-color: rgb(75,31,97); }
div.DivClassName
{
background-color: #4B1F61;
}
.BgClassName
{
background-color: #4B1F61;
}
</style>
border-color css
<style>
span { border-color: #4B1F61; }
span { border-color: rgb(75,31,97); }
td.TdClassName
{
border-color: #4B1F61;
}
.TagClassName
{
border-color: #4B1F61;
}
</style>