Shades of Scarlet Gum #471F63
Tints of Scarlet Gum #471F63
RGB
CMYK
RGB Variations
Color information
#471F63 (or 0x471F63) is known color: Scarlet Gum. HEX triplet: 47, 1F and 63. RGB value is (71,31,99). Sum of RGB (Red+Green+Blue) = 71+31+99=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 31 (12.5% from 255 or 15.42% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #471F63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #471F63 is #B8E09C. Grayscale: #323232. Windows color (decimal): -12116125 or 6496071. OLE color: 6496071.
HSL color Cylindrical-coordinate representation of color #471F63: hue angle of 275.29º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471F63 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 31 | 99 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.61 |
| HSL | 275.29º | 0.52% | 0.25% | - |
| HSV(B) | 275.29º | 0.69% | 0.39% | - |
| XYZ | 5.34 | 3.22 | 12.14 | - |
| YUV | 50.71 | 155.25 | 142.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 31 | 99 | 0.28 | 0.69 | 0 | 0.61 | 275.29 | 0.52 | 0.25 |
| Hex | 47 | 1F | 63 | 1C | 45 | 0 | 3D | 113 | 34 | 19 |
| Octal | 107 | 37 | 143 | 34 | 105 | 0 | 75 | 423 | 64 | 31 |
| Binary | 1000111 | 11111 | 1100011 | 11100 | 1000101 | 0 | 111101 | 100010011 | 110100 | 11001 |
Color Harmonies of #471F63
Complementary color
Monochromatic Colors of #471F63
Black with #471F63
Text Example
Text Example
White with #471F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #471F63; }
p { color: rgb(71,31,99); }
H1.HeaderClassName
{
color: #471F63;
}
.AnyTagClassName
{
color: #471F63;
}
</style>
background-color css
<style>
a { background-color: #471F63; }
a { background-color: rgb(71,31,99); }
div.DivClassName
{
background-color: #471F63;
}
.BgClassName
{
background-color: #471F63;
}
</style>
border-color css
<style>
span { border-color: #471F63; }
span { border-color: rgb(71,31,99); }
td.TdClassName
{
border-color: #471F63;
}
.TagClassName
{
border-color: #471F63;
}
</style>