Shades of Scarlet Gum #4B2361
Tints of Scarlet Gum #4B2361
RGB
CMYK
RGB Variations
Color information
#4B2361 (or 0x4B2361) is known color: Scarlet Gum. HEX triplet: 4B, 23 and 61. RGB value is (75,35,97). Sum of RGB (Red+Green+Blue) = 75+35+97=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #4B2361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B2361 is #B4DC9E. Grayscale: #353535. Windows color (decimal): -11852959 or 6366027. OLE color: 6366027.
HSL color Cylindrical-coordinate representation of color #4B2361: hue angle of 278.71º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4B2361 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 75 | 35 | 97 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.62 |
| HSL | 278.71º | 0.47% | 0.26% | - |
| HSV(B) | 278.71º | 0.64% | 0.38% | - |
| XYZ | 5.66 | 3.56 | 11.7 | - |
| YUV | 54.03 | 152.25 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 35 | 97 | 0.23 | 0.64 | 0 | 0.62 | 278.71 | 0.47 | 0.26 |
| Hex | 4B | 23 | 61 | 17 | 40 | 0 | 3E | 117 | 2F | 1A |
| Octal | 113 | 43 | 141 | 27 | 100 | 0 | 76 | 427 | 57 | 32 |
| Binary | 1001011 | 100011 | 1100001 | 10111 | 1000000 | 0 | 111110 | 100010111 | 101111 | 11010 |
Color Harmonies of #4B2361
Complementary color
Monochromatic Colors of #4B2361
Black with #4B2361
Text Example
Text Example
White with #4B2361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2361; }
p { color: rgb(75,35,97); }
H1.HeaderClassName
{
color: #4B2361;
}
.AnyTagClassName
{
color: #4B2361;
}
</style>
background-color css
<style>
a { background-color: #4B2361; }
a { background-color: rgb(75,35,97); }
div.DivClassName
{
background-color: #4B2361;
}
.BgClassName
{
background-color: #4B2361;
}
</style>
border-color css
<style>
span { border-color: #4B2361; }
span { border-color: rgb(75,35,97); }
td.TdClassName
{
border-color: #4B2361;
}
.TagClassName
{
border-color: #4B2361;
}
</style>