Shades of Scarlet Gum #461A60
Tints of Scarlet Gum #461A60
RGB
CMYK
RGB Variations
Color information
#461A60 (or 0x461A60) is known color: Scarlet Gum. HEX triplet: 46, 1A and 60. RGB value is (70,26,96). Sum of RGB (Red+Green+Blue) = 70+26+96=192 (25% of max value = 765). Red value is 70 (27.73% from 255 or 36.46% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 96 (37.89% from 255 or 50% from 192); Max value from RGB is 96 - color contains mainly: blue. Hex color #461A60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461A60 is #B9E59F. Grayscale: #2E2E2E. Windows color (decimal): -12182944 or 6298182. OLE color: 6298182.
HSL color Cylindrical-coordinate representation of color #461A60: hue angle of 277.71º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #461A60 is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 70 | 26 | 96 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.62 |
| HSL | 277.71º | 0.57% | 0.24% | - |
| HSV(B) | 277.71º | 0.73% | 0.38% | - |
| XYZ | 5.01 | 2.89 | 11.36 | - |
| YUV | 47.14 | 155.58 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 26 | 96 | 0.27 | 0.73 | 0 | 0.62 | 277.71 | 0.57 | 0.24 |
| Hex | 46 | 1A | 60 | 1B | 49 | 0 | 3E | 116 | 39 | 18 |
| Octal | 106 | 32 | 140 | 33 | 111 | 0 | 76 | 426 | 71 | 30 |
| Binary | 1000110 | 11010 | 1100000 | 11011 | 1001001 | 0 | 111110 | 100010110 | 111001 | 11000 |
Color Harmonies of #461A60
Complementary color
Monochromatic Colors of #461A60
Black with #461A60
Text Example
Text Example
White with #461A60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461A60; }
p { color: rgb(70,26,96); }
H1.HeaderClassName
{
color: #461A60;
}
.AnyTagClassName
{
color: #461A60;
}
</style>
background-color css
<style>
a { background-color: #461A60; }
a { background-color: rgb(70,26,96); }
div.DivClassName
{
background-color: #461A60;
}
.BgClassName
{
background-color: #461A60;
}
</style>
border-color css
<style>
span { border-color: #461A60; }
span { border-color: rgb(70,26,96); }
td.TdClassName
{
border-color: #461A60;
}
.TagClassName
{
border-color: #461A60;
}
</style>