Shades of Scarlet Gum #471F5C
Tints of Scarlet Gum #471F5C
RGB
CMYK
RGB Variations
Color information
#471F5C (or 0x471F5C) is known color: Scarlet Gum. HEX triplet: 47, 1F and 5C. RGB value is (71,31,92). Sum of RGB (Red+Green+Blue) = 71+31+92=194 (25% of max value = 765). Red value is 71 (28.12% from 255 or 36.60% from 194); Green value is 31 (12.5% from 255 or 15.98% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #471F5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F5C is #B8E0A3. Grayscale: #313131. Windows color (decimal): -12116132 or 6037319. OLE color: 6037319.
HSL color Cylindrical-coordinate representation of color #471F5C: hue angle of 279.34º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #471F5C is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 31 | 92 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.64 |
| HSL | 279.34º | 0.5% | 0.24% | - |
| HSV(B) | 279.34º | 0.66% | 0.36% | - |
| XYZ | 5.02 | 3.09 | 10.46 | - |
| YUV | 49.91 | 151.75 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 92 | 0.23 | 0.66 | 0 | 0.64 | 279.34 | 0.5 | 0.24 |
| Hex | 47 | 1F | 5C | 17 | 42 | 0 | 40 | 117 | 32 | 18 |
| Octal | 107 | 37 | 134 | 27 | 102 | 0 | 100 | 427 | 62 | 30 |
| Binary | 1000111 | 11111 | 1011100 | 10111 | 1000010 | 0 | 1000000 | 100010111 | 110010 | 11000 |
Color Harmonies of #471F5C
Complementary color
Monochromatic Colors of #471F5C
Black with #471F5C
Text Example
Text Example
White with #471F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F5C; }
p { color: rgb(71,31,92); }
H1.HeaderClassName
{
color: #471F5C;
}
.AnyTagClassName
{
color: #471F5C;
}
</style>
background-color css
<style>
a { background-color: #471F5C; }
a { background-color: rgb(71,31,92); }
div.DivClassName
{
background-color: #471F5C;
}
.BgClassName
{
background-color: #471F5C;
}
</style>
border-color css
<style>
span { border-color: #471F5C; }
span { border-color: rgb(71,31,92); }
td.TdClassName
{
border-color: #471F5C;
}
.TagClassName
{
border-color: #471F5C;
}
</style>