Shades of Scarlet Gum #47075D
Tints of Scarlet Gum #47075D
RGB
CMYK
RGB Variations
Color information
#47075D (or 0x47075D) is known color: Scarlet Gum. HEX triplet: 47, 07 and 5D. RGB value is (71,7,93). Sum of RGB (Red+Green+Blue) = 71+7+93=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 7 (3.12% from 255 or 4.09% from 171); Blue value is 93 (36.72% from 255 or 54.39% from 171); Max value from RGB is 93 - color contains mainly: blue. Hex color #47075D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #47075D is #B8F8A2. Grayscale: #232323. Windows color (decimal): -12122275 or 6096711. OLE color: 6096711.
HSL color Cylindrical-coordinate representation of color #47075D: hue angle of 284.65º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #47075D is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 71 | 7 | 93 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.64 |
| HSL | 284.65º | 0.86% | 0.2% | - |
| HSV(B) | 284.65º | 0.92% | 0.36% | - |
| XYZ | 4.65 | 2.28 | 10.55 | - |
| YUV | 35.94 | 160.2 | 153.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 7 | 93 | 0.24 | 0.92 | 0 | 0.64 | 284.65 | 0.86 | 0.2 |
| Hex | 47 | 7 | 5D | 18 | 5C | 0 | 40 | 11D | 56 | 14 |
| Octal | 107 | 7 | 135 | 30 | 134 | 0 | 100 | 435 | 126 | 24 |
| Binary | 1000111 | 111 | 1011101 | 11000 | 1011100 | 0 | 1000000 | 100011101 | 1010110 | 10100 |
Color Harmonies of #47075D
Complementary color
Monochromatic Colors of #47075D
Black with #47075D
Text Example
Text Example
White with #47075D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47075D; }
p { color: rgb(71,7,93); }
H1.HeaderClassName
{
color: #47075D;
}
.AnyTagClassName
{
color: #47075D;
}
</style>
background-color css
<style>
a { background-color: #47075D; }
a { background-color: rgb(71,7,93); }
div.DivClassName
{
background-color: #47075D;
}
.BgClassName
{
background-color: #47075D;
}
</style>
border-color css
<style>
span { border-color: #47075D; }
span { border-color: rgb(71,7,93); }
td.TdClassName
{
border-color: #47075D;
}
.TagClassName
{
border-color: #47075D;
}
</style>