Shades of Scarlet Gum #470F65
Tints of Scarlet Gum #470F65
RGB
CMYK
RGB Variations
Color information
#470F65 (or 0x470F65) is known color: Scarlet Gum. HEX triplet: 47, 0F and 65. RGB value is (71,15,101). Sum of RGB (Red+Green+Blue) = 71+15+101=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 15 (6.25% from 255 or 8.02% from 187); Blue value is 101 (39.84% from 255 or 54.01% from 187); Max value from RGB is 101 - color contains mainly: blue. Hex color #470F65 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470F65 is #B8F09A. Grayscale: #292929. Windows color (decimal): -12120219 or 6623047. OLE color: 6623047.
HSL color Cylindrical-coordinate representation of color #470F65: hue angle of 279.07º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #470F65 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 71 | 15 | 101 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.60 |
| HSL | 279.07º | 0.74% | 0.23% | - |
| HSV(B) | 279.07º | 0.85% | 0.4% | - |
| XYZ | 5.12 | 2.62 | 12.55 | - |
| YUV | 41.55 | 161.55 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 15 | 101 | 0.30 | 0.85 | 0 | 0.60 | 279.07 | 0.74 | 0.23 |
| Hex | 47 | F | 65 | 1E | 55 | 0 | 3C | 117 | 4A | 17 |
| Octal | 107 | 17 | 145 | 36 | 125 | 0 | 74 | 427 | 112 | 27 |
| Binary | 1000111 | 1111 | 1100101 | 11110 | 1010101 | 0 | 111100 | 100010111 | 1001010 | 10111 |
Color Harmonies of #470F65
Complementary color
Monochromatic Colors of #470F65
Black with #470F65
Text Example
Text Example
White with #470F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470F65; }
p { color: rgb(71,15,101); }
H1.HeaderClassName
{
color: #470F65;
}
.AnyTagClassName
{
color: #470F65;
}
</style>
background-color css
<style>
a { background-color: #470F65; }
a { background-color: rgb(71,15,101); }
div.DivClassName
{
background-color: #470F65;
}
.BgClassName
{
background-color: #470F65;
}
</style>
border-color css
<style>
span { border-color: #470F65; }
span { border-color: rgb(71,15,101); }
td.TdClassName
{
border-color: #470F65;
}
.TagClassName
{
border-color: #470F65;
}
</style>