Shades of Scarlet Gum #461D56
Tints of Scarlet Gum #461D56
RGB
CMYK
RGB Variations
Color information
#461D56 (or 0x461D56) is known color: Scarlet Gum. HEX triplet: 46, 1D and 56. RGB value is (70,29,86). Sum of RGB (Red+Green+Blue) = 70+29+86=185 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.84% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 86 (33.98% from 255 or 46.49% from 185); Max value from RGB is 86 - color contains mainly: blue. Hex color #461D56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D56 is #B9E2A9. Grayscale: #2F2F2F. Windows color (decimal): -12182186 or 5643590. OLE color: 5643590.
HSL color Cylindrical-coordinate representation of color #461D56: hue angle of 283.16º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #461D56 is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 70 | 29 | 86 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.66 |
| HSL | 283.16º | 0.5% | 0.23% | - |
| HSV(B) | 283.16º | 0.66% | 0.34% | - |
| XYZ | 4.64 | 2.85 | 9.11 | - |
| YUV | 47.76 | 149.58 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 86 | 0.19 | 0.66 | 0 | 0.66 | 283.16 | 0.5 | 0.23 |
| Hex | 46 | 1D | 56 | 13 | 42 | 0 | 42 | 11B | 32 | 17 |
| Octal | 106 | 35 | 126 | 23 | 102 | 0 | 102 | 433 | 62 | 27 |
| Binary | 1000110 | 11101 | 1010110 | 10011 | 1000010 | 0 | 1000010 | 100011011 | 110010 | 10111 |
Color Harmonies of #461D56
Complementary color
Monochromatic Colors of #461D56
Black with #461D56
Text Example
Text Example
White with #461D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D56; }
p { color: rgb(70,29,86); }
H1.HeaderClassName
{
color: #461D56;
}
.AnyTagClassName
{
color: #461D56;
}
</style>
background-color css
<style>
a { background-color: #461D56; }
a { background-color: rgb(70,29,86); }
div.DivClassName
{
background-color: #461D56;
}
.BgClassName
{
background-color: #461D56;
}
</style>
border-color css
<style>
span { border-color: #461D56; }
span { border-color: rgb(70,29,86); }
td.TdClassName
{
border-color: #461D56;
}
.TagClassName
{
border-color: #461D56;
}
</style>