Shades of Scarlet Gum #472A53
Tints of Scarlet Gum #472A53
RGB
CMYK
RGB Variations
Color information
#472A53 (or 0x472A53) is known color: Scarlet Gum. HEX triplet: 47, 2A and 53. RGB value is (71,42,83). Sum of RGB (Red+Green+Blue) = 71+42+83=196 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.22% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 83 (32.81% from 255 or 42.35% from 196); Max value from RGB is 83 - color contains mainly: blue. Hex color #472A53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472A53 is #B8D5AC. Grayscale: #373737. Windows color (decimal): -12113325 or 5450311. OLE color: 5450311.
HSL color Cylindrical-coordinate representation of color #472A53: hue angle of 282.44º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #472A53 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 42 | 83 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.67 |
| HSL | 282.44º | 0.33% | 0.25% | - |
| HSV(B) | 282.44º | 0.49% | 0.33% | - |
| XYZ | 4.99 | 3.62 | 8.62 | - |
| YUV | 55.35 | 143.61 | 139.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 83 | 0.14 | 0.49 | 0 | 0.67 | 282.44 | 0.33 | 0.25 |
| Hex | 47 | 2A | 53 | E | 31 | 0 | 43 | 11A | 21 | 19 |
| Octal | 107 | 52 | 123 | 16 | 61 | 0 | 103 | 432 | 41 | 31 |
| Binary | 1000111 | 101010 | 1010011 | 1110 | 110001 | 0 | 1000011 | 100011010 | 100001 | 11001 |
Color Harmonies of #472A53
Complementary color
Monochromatic Colors of #472A53
Black with #472A53
Text Example
Text Example
White with #472A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A53; }
p { color: rgb(71,42,83); }
H1.HeaderClassName
{
color: #472A53;
}
.AnyTagClassName
{
color: #472A53;
}
</style>
background-color css
<style>
a { background-color: #472A53; }
a { background-color: rgb(71,42,83); }
div.DivClassName
{
background-color: #472A53;
}
.BgClassName
{
background-color: #472A53;
}
</style>
border-color css
<style>
span { border-color: #472A53; }
span { border-color: rgb(71,42,83); }
td.TdClassName
{
border-color: #472A53;
}
.TagClassName
{
border-color: #472A53;
}
</style>