Shades of Scarlet Gum #461861
Tints of Scarlet Gum #461861
RGB
CMYK
RGB Variations
Color information
#461861 (or 0x461861) is known color: Scarlet Gum. HEX triplet: 46, 18 and 61. RGB value is (70,24,97). Sum of RGB (Red+Green+Blue) = 70+24+97=191 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.65% from 191); Green value is 24 (9.77% from 255 or 12.57% from 191); Blue value is 97 (38.28% from 255 or 50.79% from 191); Max value from RGB is 97 - color contains mainly: blue. Hex color #461861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461861 is #B9E79E. Grayscale: #2D2D2D. Windows color (decimal): -12183455 or 6363206. OLE color: 6363206.
HSL color Cylindrical-coordinate representation of color #461861: hue angle of 277.81º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #461861 is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 24 | 97 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.62 |
| HSL | 277.81º | 0.6% | 0.24% | - |
| HSV(B) | 277.81º | 0.75% | 0.38% | - |
| XYZ | 5.01 | 2.82 | 11.59 | - |
| YUV | 46.08 | 156.74 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 24 | 97 | 0.28 | 0.75 | 0 | 0.62 | 277.81 | 0.6 | 0.24 |
| Hex | 46 | 18 | 61 | 1C | 4B | 0 | 3E | 116 | 3C | 18 |
| Octal | 106 | 30 | 141 | 34 | 113 | 0 | 76 | 426 | 74 | 30 |
| Binary | 1000110 | 11000 | 1100001 | 11100 | 1001011 | 0 | 111110 | 100010110 | 111100 | 11000 |
Color Harmonies of #461861
Complementary color
Monochromatic Colors of #461861
Black with #461861
Text Example
Text Example
White with #461861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461861; }
p { color: rgb(70,24,97); }
H1.HeaderClassName
{
color: #461861;
}
.AnyTagClassName
{
color: #461861;
}
</style>
background-color css
<style>
a { background-color: #461861; }
a { background-color: rgb(70,24,97); }
div.DivClassName
{
background-color: #461861;
}
.BgClassName
{
background-color: #461861;
}
</style>
border-color css
<style>
span { border-color: #461861; }
span { border-color: rgb(70,24,97); }
td.TdClassName
{
border-color: #461861;
}
.TagClassName
{
border-color: #461861;
}
</style>