Shades of Scarlet Gum #461364
Tints of Scarlet Gum #461364
RGB
CMYK
RGB Variations
Color information
#461364 (or 0x461364) is known color: Scarlet Gum. HEX triplet: 46, 13 and 64. RGB value is (70,19,100). Sum of RGB (Red+Green+Blue) = 70+19+100=189 (25% of max value = 765). Red value is 70 (27.73% from 255 or 37.04% from 189); Green value is 19 (7.81% from 255 or 10.05% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #461364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461364 is #B9EC9B. Grayscale: #2B2B2B. Windows color (decimal): -12184732 or 6558534. OLE color: 6558534.
HSL color Cylindrical-coordinate representation of color #461364: hue angle of 277.78º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #461364 is Cyan = 0.30, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 70 | 19 | 100 | - |
| CMYK | 0.30 | 0.81 | 0 | 0.61 |
| HSL | 277.78º | 0.68% | 0.23% | - |
| HSV(B) | 277.78º | 0.81% | 0.39% | - |
| XYZ | 5.06 | 2.69 | 12.31 | - |
| YUV | 43.48 | 159.9 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 70 | 19 | 100 | 0.30 | 0.81 | 0 | 0.61 | 277.78 | 0.68 | 0.23 |
| Hex | 46 | 13 | 64 | 1E | 51 | 0 | 3D | 116 | 44 | 17 |
| Octal | 106 | 23 | 144 | 36 | 121 | 0 | 75 | 426 | 104 | 27 |
| Binary | 1000110 | 10011 | 1100100 | 11110 | 1010001 | 0 | 111101 | 100010110 | 1000100 | 10111 |
Color Harmonies of #461364
Complementary color
Monochromatic Colors of #461364
Black with #461364
Text Example
Text Example
White with #461364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #461364; }
p { color: rgb(70,19,100); }
H1.HeaderClassName
{
color: #461364;
}
.AnyTagClassName
{
color: #461364;
}
</style>
background-color css
<style>
a { background-color: #461364; }
a { background-color: rgb(70,19,100); }
div.DivClassName
{
background-color: #461364;
}
.BgClassName
{
background-color: #461364;
}
</style>
border-color css
<style>
span { border-color: #461364; }
span { border-color: rgb(70,19,100); }
td.TdClassName
{
border-color: #461364;
}
.TagClassName
{
border-color: #461364;
}
</style>