Shades of Loulou #4F1547
Tints of Loulou #4F1547
RGB
CMYK
RGB Variations
Color information
#4F1547 (or 0x4F1547) is known color: Loulou. HEX triplet: 4F, 15 and 47. RGB value is (79,21,71). Sum of RGB (Red+Green+Blue) = 79+21+71=171 (22% of max value = 765). Red value is 79 (31.25% from 255 or 46.20% from 171); Green value is 21 (8.59% from 255 or 12.28% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1547 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1547 is #B0EAB8. Grayscale: #2B2B2B. Windows color (decimal): -11594425 or 4658511. OLE color: 4658511.
HSL color Cylindrical-coordinate representation of color #4F1547: hue angle of 308.28º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4F1547 is Cyan = 0, Magento = 0.73, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 21 | 71 | - |
| CMYK | 0 | 0.73 | 0.10 | 0.69 |
| HSL | 308.28º | 0.58% | 0.2% | - |
| HSV(B) | 308.28º | 0.73% | 0.31% | - |
| XYZ | 4.63 | 2.65 | 6.23 | - |
| YUV | 44.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 21 | 71 | 0 | 0.73 | 0.10 | 0.69 | 308.28 | 0.58 | 0.2 |
| Hex | 4F | 15 | 47 | 0 | 49 | A | 45 | 134 | 3A | 14 |
| Octal | 117 | 25 | 107 | 0 | 111 | 12 | 105 | 464 | 72 | 24 |
| Binary | 1001111 | 10101 | 1000111 | 0 | 1001001 | 1010 | 1000101 | 100110100 | 111010 | 10100 |
Color Harmonies of #4F1547
Complementary color
Monochromatic Colors of #4F1547
Black with #4F1547
Text Example
Text Example
White with #4F1547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1547; }
p { color: rgb(79,21,71); }
H1.HeaderClassName
{
color: #4F1547;
}
.AnyTagClassName
{
color: #4F1547;
}
</style>
background-color css
<style>
a { background-color: #4F1547; }
a { background-color: rgb(79,21,71); }
div.DivClassName
{
background-color: #4F1547;
}
.BgClassName
{
background-color: #4F1547;
}
</style>
border-color css
<style>
span { border-color: #4F1547; }
span { border-color: rgb(79,21,71); }
td.TdClassName
{
border-color: #4F1547;
}
.TagClassName
{
border-color: #4F1547;
}
</style>