Shades of Scarlet Gum #471A54
Tints of Scarlet Gum #471A54
RGB
CMYK
RGB Variations
Color information
#471A54 (or 0x471A54) is known color: Scarlet Gum. HEX triplet: 47, 1A and 54. RGB value is (71,26,84). Sum of RGB (Red+Green+Blue) = 71+26+84=181 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.23% from 181); Green value is 26 (10.55% from 255 or 14.36% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #471A54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471A54 is #B8E5AB. Grayscale: #2D2D2D. Windows color (decimal): -12117420 or 5511751. OLE color: 5511751.
HSL color Cylindrical-coordinate representation of color #471A54: hue angle of 286.55º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471A54 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 26 | 84 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.67 |
| HSL | 286.55º | 0.53% | 0.22% | - |
| HSV(B) | 286.55º | 0.69% | 0.33% | - |
| XYZ | 4.57 | 2.72 | 8.67 | - |
| YUV | 46.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 26 | 84 | 0.15 | 0.69 | 0 | 0.67 | 286.55 | 0.53 | 0.22 |
| Hex | 47 | 1A | 54 | F | 45 | 0 | 43 | 11F | 35 | 16 |
| Octal | 107 | 32 | 124 | 17 | 105 | 0 | 103 | 437 | 65 | 26 |
| Binary | 1000111 | 11010 | 1010100 | 1111 | 1000101 | 0 | 1000011 | 100011111 | 110101 | 10110 |
Color Harmonies of #471A54
Complementary color
Monochromatic Colors of #471A54
Black with #471A54
Text Example
Text Example
White with #471A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471A54; }
p { color: rgb(71,26,84); }
H1.HeaderClassName
{
color: #471A54;
}
.AnyTagClassName
{
color: #471A54;
}
</style>
background-color css
<style>
a { background-color: #471A54; }
a { background-color: rgb(71,26,84); }
div.DivClassName
{
background-color: #471A54;
}
.BgClassName
{
background-color: #471A54;
}
</style>
border-color css
<style>
span { border-color: #471A54; }
span { border-color: rgb(71,26,84); }
td.TdClassName
{
border-color: #471A54;
}
.TagClassName
{
border-color: #471A54;
}
</style>