Shades of Scarlet Gum #47344E
Tints of Scarlet Gum #47344E
RGB
CMYK
RGB Variations
Color information
#47344E (or 0x47344E) is known color: Scarlet Gum. HEX triplet: 47, 34 and 4E. RGB value is (71,52,78). Sum of RGB (Red+Green+Blue) = 71+52+78=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 52 (20.70% from 255 or 25.87% from 201); Blue value is 78 (30.86% from 255 or 38.81% from 201); Max value from RGB is 78 - color contains mainly: blue. Hex color #47344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47344E is #B8CBB1. Grayscale: #3C3C3C. Windows color (decimal): -12110770 or 5125191. OLE color: 5125191.
HSL color Cylindrical-coordinate representation of color #47344E: hue angle of 283.85º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #47344E is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 52 | 78 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.69 |
| HSL | 283.85º | 0.2% | 0.25% | - |
| HSV(B) | 283.85º | 0.33% | 0.31% | - |
| XYZ | 5.2 | 4.35 | 7.77 | - |
| YUV | 60.65 | 137.79 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 52 | 78 | 0.09 | 0.33 | 0 | 0.69 | 283.85 | 0.2 | 0.25 |
| Hex | 47 | 34 | 4E | 9 | 21 | 0 | 45 | 11C | 14 | 19 |
| Octal | 107 | 64 | 116 | 11 | 41 | 0 | 105 | 434 | 24 | 31 |
| Binary | 1000111 | 110100 | 1001110 | 1001 | 100001 | 0 | 1000101 | 100011100 | 10100 | 11001 |
Color Harmonies of #47344E
Complementary color
Monochromatic Colors of #47344E
Black with #47344E
Text Example
Text Example
White with #47344E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47344E; }
p { color: rgb(71,52,78); }
H1.HeaderClassName
{
color: #47344E;
}
.AnyTagClassName
{
color: #47344E;
}
</style>
background-color css
<style>
a { background-color: #47344E; }
a { background-color: rgb(71,52,78); }
div.DivClassName
{
background-color: #47344E;
}
.BgClassName
{
background-color: #47344E;
}
</style>
border-color css
<style>
span { border-color: #47344E; }
span { border-color: rgb(71,52,78); }
td.TdClassName
{
border-color: #47344E;
}
.TagClassName
{
border-color: #47344E;
}
</style>