Shades of Scarlet Gum #471C55
Tints of Scarlet Gum #471C55
RGB
CMYK
RGB Variations
Color information
#471C55 (or 0x471C55) is known color: Scarlet Gum. HEX triplet: 47, 1C and 55. RGB value is (71,28,85). Sum of RGB (Red+Green+Blue) = 71+28+85=184 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.59% from 184); Green value is 28 (11.33% from 255 or 15.22% from 184); Blue value is 85 (33.59% from 255 or 46.20% from 184); Max value from RGB is 85 - color contains mainly: blue. Hex color #471C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471C55 is #B8E3AA. Grayscale: #2F2F2F. Windows color (decimal): -12116907 or 5577799. OLE color: 5577799.
HSL color Cylindrical-coordinate representation of color #471C55: hue angle of 285.26º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #471C55 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 28 | 85 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.67 |
| HSL | 285.26º | 0.5% | 0.22% | - |
| HSV(B) | 285.26º | 0.67% | 0.33% | - |
| XYZ | 4.65 | 2.83 | 8.89 | - |
| YUV | 47.36 | 149.25 | 144.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 28 | 85 | 0.16 | 0.67 | 0 | 0.67 | 285.26 | 0.5 | 0.22 |
| Hex | 47 | 1C | 55 | 10 | 43 | 0 | 43 | 11D | 32 | 16 |
| Octal | 107 | 34 | 125 | 20 | 103 | 0 | 103 | 435 | 62 | 26 |
| Binary | 1000111 | 11100 | 1010101 | 10000 | 1000011 | 0 | 1000011 | 100011101 | 110010 | 10110 |
Color Harmonies of #471C55
Complementary color
Monochromatic Colors of #471C55
Black with #471C55
Text Example
Text Example
White with #471C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471C55; }
p { color: rgb(71,28,85); }
H1.HeaderClassName
{
color: #471C55;
}
.AnyTagClassName
{
color: #471C55;
}
</style>
background-color css
<style>
a { background-color: #471C55; }
a { background-color: rgb(71,28,85); }
div.DivClassName
{
background-color: #471C55;
}
.BgClassName
{
background-color: #471C55;
}
</style>
border-color css
<style>
span { border-color: #471C55; }
span { border-color: rgb(71,28,85); }
td.TdClassName
{
border-color: #471C55;
}
.TagClassName
{
border-color: #471C55;
}
</style>