Shades of Scarlet Gum #461F5E
Tints of Scarlet Gum #461F5E
RGB
CMYK
RGB Variations
Color information
#461F5E (or 0x461F5E) is known color: Scarlet Gum. HEX triplet: 46, 1F and 5E. RGB value is (70,31,94). Sum of RGB (Red+Green+Blue) = 70+31+94=195 (25% of max value = 765). Red value is 70 (27.73% from 255 or 35.90% from 195); Green value is 31 (12.5% from 255 or 15.90% from 195); Blue value is 94 (37.11% from 255 or 48.21% from 195); Max value from RGB is 94 - color contains mainly: blue. Hex color #461F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #461F5E is #B9E0A1. Grayscale: #313131. Windows color (decimal): -12181666 or 6168390. OLE color: 6168390.
HSL color Cylindrical-coordinate representation of color #461F5E: hue angle of 277.14º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #461F5E is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 70 | 31 | 94 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.63 |
| HSL | 277.14º | 0.5% | 0.25% | - |
| HSV(B) | 277.14º | 0.67% | 0.37% | - |
| XYZ | 5.04 | 3.09 | 10.92 | - |
| YUV | 49.84 | 152.92 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 31 | 94 | 0.26 | 0.67 | 0 | 0.63 | 277.14 | 0.5 | 0.25 |
| Hex | 46 | 1F | 5E | 1A | 43 | 0 | 3F | 115 | 32 | 19 |
| Octal | 106 | 37 | 136 | 32 | 103 | 0 | 77 | 425 | 62 | 31 |
| Binary | 1000110 | 11111 | 1011110 | 11010 | 1000011 | 0 | 111111 | 100010101 | 110010 | 11001 |
Color Harmonies of #461F5E
Complementary color
Monochromatic Colors of #461F5E
Black with #461F5E
Text Example
Text Example
White with #461F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461F5E; }
p { color: rgb(70,31,94); }
H1.HeaderClassName
{
color: #461F5E;
}
.AnyTagClassName
{
color: #461F5E;
}
</style>
background-color css
<style>
a { background-color: #461F5E; }
a { background-color: rgb(70,31,94); }
div.DivClassName
{
background-color: #461F5E;
}
.BgClassName
{
background-color: #461F5E;
}
</style>
border-color css
<style>
span { border-color: #461F5E; }
span { border-color: rgb(70,31,94); }
td.TdClassName
{
border-color: #461F5E;
}
.TagClassName
{
border-color: #461F5E;
}
</style>