Shades of Scarlet Gum #471C5D
Tints of Scarlet Gum #471C5D
RGB
CMYK
RGB Variations
Color information
#471C5D (or 0x471C5D) is known color: Scarlet Gum. HEX triplet: 47, 1C and 5D. RGB value is (71,28,93). Sum of RGB (Red+Green+Blue) = 71+28+93=192 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.98% from 192); Green value is 28 (11.33% from 255 or 14.58% from 192); Blue value is 93 (36.72% from 255 or 48.44% from 192); Max value from RGB is 93 - color contains mainly: blue. Hex color #471C5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C5D is #B8E3A2. Grayscale: #303030. Windows color (decimal): -12116899 or 6102087. OLE color: 6102087.
HSL color Cylindrical-coordinate representation of color #471C5D: hue angle of 279.69º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #471C5D is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 28 | 93 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.64 |
| HSL | 279.69º | 0.54% | 0.24% | - |
| HSV(B) | 279.69º | 0.7% | 0.36% | - |
| XYZ | 4.99 | 2.96 | 10.66 | - |
| YUV | 48.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 93 | 0.24 | 0.70 | 0 | 0.64 | 279.69 | 0.54 | 0.24 |
| Hex | 47 | 1C | 5D | 18 | 46 | 0 | 40 | 118 | 36 | 18 |
| Octal | 107 | 34 | 135 | 30 | 106 | 0 | 100 | 430 | 66 | 30 |
| Binary | 1000111 | 11100 | 1011101 | 11000 | 1000110 | 0 | 1000000 | 100011000 | 110110 | 11000 |
Color Harmonies of #471C5D
Complementary color
Monochromatic Colors of #471C5D
Black with #471C5D
Text Example
Text Example
White with #471C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C5D; }
p { color: rgb(71,28,93); }
H1.HeaderClassName
{
color: #471C5D;
}
.AnyTagClassName
{
color: #471C5D;
}
</style>
background-color css
<style>
a { background-color: #471C5D; }
a { background-color: rgb(71,28,93); }
div.DivClassName
{
background-color: #471C5D;
}
.BgClassName
{
background-color: #471C5D;
}
</style>
border-color css
<style>
span { border-color: #471C5D; }
span { border-color: rgb(71,28,93); }
td.TdClassName
{
border-color: #471C5D;
}
.TagClassName
{
border-color: #471C5D;
}
</style>