Shades of Scarlet Gum #461D59
Tints of Scarlet Gum #461D59
RGB
CMYK
RGB Variations
Color information
#461D59 (or 0x461D59) is known color: Scarlet Gum. HEX triplet: 46, 1D and 59. RGB value is (70,29,89). Sum of RGB (Red+Green+Blue) = 70+29+89=188 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.23% from 188); Green value is 29 (11.72% from 255 or 15.43% from 188); Blue value is 89 (35.16% from 255 or 47.34% from 188); Max value from RGB is 89 - color contains mainly: blue. Hex color #461D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461D59 is #B9E2A6. Grayscale: #2F2F2F. Windows color (decimal): -12182183 or 5840198. OLE color: 5840198.
HSL color Cylindrical-coordinate representation of color #461D59: hue angle of 281º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461D59 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 70 | 29 | 89 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.65 |
| HSL | 281º | 0.51% | 0.23% | - |
| HSV(B) | 281º | 0.67% | 0.35% | - |
| XYZ | 4.77 | 2.9 | 9.76 | - |
| YUV | 48.1 | 151.08 | 143.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 29 | 89 | 0.21 | 0.67 | 0 | 0.65 | 281 | 0.51 | 0.23 |
| Hex | 46 | 1D | 59 | 15 | 43 | 0 | 41 | 119 | 33 | 17 |
| Octal | 106 | 35 | 131 | 25 | 103 | 0 | 101 | 431 | 63 | 27 |
| Binary | 1000110 | 11101 | 1011001 | 10101 | 1000011 | 0 | 1000001 | 100011001 | 110011 | 10111 |
Color Harmonies of #461D59
Complementary color
Monochromatic Colors of #461D59
Black with #461D59
Text Example
Text Example
White with #461D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461D59; }
p { color: rgb(70,29,89); }
H1.HeaderClassName
{
color: #461D59;
}
.AnyTagClassName
{
color: #461D59;
}
</style>
background-color css
<style>
a { background-color: #461D59; }
a { background-color: rgb(70,29,89); }
div.DivClassName
{
background-color: #461D59;
}
.BgClassName
{
background-color: #461D59;
}
</style>
border-color css
<style>
span { border-color: #461D59; }
span { border-color: rgb(70,29,89); }
td.TdClassName
{
border-color: #461D59;
}
.TagClassName
{
border-color: #461D59;
}
</style>