Shades of Scarlet Gum #472B53
Tints of Scarlet Gum #472B53
RGB
CMYK
RGB Variations
Color information
#472B53 (or 0x472B53) is known color: Scarlet Gum. HEX triplet: 47, 2B and 53. RGB value is (71,43,83). Sum of RGB (Red+Green+Blue) = 71+43+83=197 (26% of max value = 765). Red value is 71 (28.12% from 255 or 36.04% from 197); Green value is 43 (17.19% from 255 or 21.83% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 83 - color contains mainly: blue. Hex color #472B53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B53 is #B8D4AC. Grayscale: #373737. Windows color (decimal): -12113069 or 5450567. OLE color: 5450567.
HSL color Cylindrical-coordinate representation of color #472B53: hue angle of 282º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #472B53 is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 43 | 83 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.67 |
| HSL | 282º | 0.32% | 0.25% | - |
| HSV(B) | 282º | 0.48% | 0.33% | - |
| XYZ | 5.02 | 3.69 | 8.63 | - |
| YUV | 55.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 83 | 0.14 | 0.48 | 0 | 0.67 | 282 | 0.32 | 0.25 |
| Hex | 47 | 2B | 53 | E | 30 | 0 | 43 | 11A | 20 | 19 |
| Octal | 107 | 53 | 123 | 16 | 60 | 0 | 103 | 432 | 40 | 31 |
| Binary | 1000111 | 101011 | 1010011 | 1110 | 110000 | 0 | 1000011 | 100011010 | 100000 | 11001 |
Color Harmonies of #472B53
Complementary color
Monochromatic Colors of #472B53
Black with #472B53
Text Example
Text Example
White with #472B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B53; }
p { color: rgb(71,43,83); }
H1.HeaderClassName
{
color: #472B53;
}
.AnyTagClassName
{
color: #472B53;
}
</style>
background-color css
<style>
a { background-color: #472B53; }
a { background-color: rgb(71,43,83); }
div.DivClassName
{
background-color: #472B53;
}
.BgClassName
{
background-color: #472B53;
}
</style>
border-color css
<style>
span { border-color: #472B53; }
span { border-color: rgb(71,43,83); }
td.TdClassName
{
border-color: #472B53;
}
.TagClassName
{
border-color: #472B53;
}
</style>