Shades of Scarlet Gum #472A50
Tints of Scarlet Gum #472A50
RGB
CMYK
RGB Variations
Color information
#472A50 (or 0x472A50) is known color: Scarlet Gum. HEX triplet: 47, 2A and 50. RGB value is (71,42,80). Sum of RGB (Red+Green+Blue) = 71+42+80=193 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.79% from 193); Green value is 42 (16.80% from 255 or 21.76% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #472A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A50 is #B8D5AF. Grayscale: #363636. Windows color (decimal): -12113328 or 5253703. OLE color: 5253703.
HSL color Cylindrical-coordinate representation of color #472A50: hue angle of 285.79º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #472A50 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 42 | 80 | - |
| CMYK | 0.11 | 0.48 | 0 | 0.69 |
| HSL | 285.79º | 0.31% | 0.24% | - |
| HSV(B) | 285.79º | 0.48% | 0.31% | - |
| XYZ | 4.87 | 3.57 | 8.02 | - |
| YUV | 55 | 142.11 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 80 | 0.11 | 0.48 | 0 | 0.69 | 285.79 | 0.31 | 0.24 |
| Hex | 47 | 2A | 50 | B | 30 | 0 | 45 | 11E | 1F | 18 |
| Octal | 107 | 52 | 120 | 13 | 60 | 0 | 105 | 436 | 37 | 30 |
| Binary | 1000111 | 101010 | 1010000 | 1011 | 110000 | 0 | 1000101 | 100011110 | 11111 | 11000 |
Color Harmonies of #472A50
Complementary color
Monochromatic Colors of #472A50
Black with #472A50
Text Example
Text Example
White with #472A50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A50; }
p { color: rgb(71,42,80); }
H1.HeaderClassName
{
color: #472A50;
}
.AnyTagClassName
{
color: #472A50;
}
</style>
background-color css
<style>
a { background-color: #472A50; }
a { background-color: rgb(71,42,80); }
div.DivClassName
{
background-color: #472A50;
}
.BgClassName
{
background-color: #472A50;
}
</style>
border-color css
<style>
span { border-color: #472A50; }
span { border-color: rgb(71,42,80); }
td.TdClassName
{
border-color: #472A50;
}
.TagClassName
{
border-color: #472A50;
}
</style>