Shades of Scarlet Gum #472B5B
Tints of Scarlet Gum #472B5B
RGB
CMYK
RGB Variations
Color information
#472B5B (or 0x472B5B) is known color: Scarlet Gum. HEX triplet: 47, 2B and 5B. RGB value is (71,43,91). Sum of RGB (Red+Green+Blue) = 71+43+91=205 (27% of max value = 765). Red value is 71 (28.12% from 255 or 34.63% from 205); Green value is 43 (17.19% from 255 or 20.98% from 205); Blue value is 91 (35.94% from 255 or 44.39% from 205); Max value from RGB is 91 - color contains mainly: blue. Hex color #472B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472B5B is #B8D4A4. Grayscale: #383838. Windows color (decimal): -12113061 or 5974855. OLE color: 5974855.
HSL color Cylindrical-coordinate representation of color #472B5B: hue angle of 275º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #472B5B is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 43 | 91 | - |
| CMYK | 0.22 | 0.53 | 0 | 0.64 |
| HSL | 275º | 0.36% | 0.26% | - |
| HSV(B) | 275º | 0.53% | 0.36% | - |
| XYZ | 5.35 | 3.82 | 10.35 | - |
| YUV | 56.84 | 147.28 | 138.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 43 | 91 | 0.22 | 0.53 | 0 | 0.64 | 275 | 0.36 | 0.26 |
| Hex | 47 | 2B | 5B | 16 | 35 | 0 | 40 | 113 | 24 | 1A |
| Octal | 107 | 53 | 133 | 26 | 65 | 0 | 100 | 423 | 44 | 32 |
| Binary | 1000111 | 101011 | 1011011 | 10110 | 110101 | 0 | 1000000 | 100010011 | 100100 | 11010 |
Color Harmonies of #472B5B
Complementary color
Monochromatic Colors of #472B5B
Black with #472B5B
Text Example
Text Example
White with #472B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472B5B; }
p { color: rgb(71,43,91); }
H1.HeaderClassName
{
color: #472B5B;
}
.AnyTagClassName
{
color: #472B5B;
}
</style>
background-color css
<style>
a { background-color: #472B5B; }
a { background-color: rgb(71,43,91); }
div.DivClassName
{
background-color: #472B5B;
}
.BgClassName
{
background-color: #472B5B;
}
</style>
border-color css
<style>
span { border-color: #472B5B; }
span { border-color: rgb(71,43,91); }
td.TdClassName
{
border-color: #472B5B;
}
.TagClassName
{
border-color: #472B5B;
}
</style>