Shades of Loulou #4F2F47
Tints of Loulou #4F2F47
RGB
CMYK
RGB Variations
Color information
#4F2F47 (or 0x4F2F47) is known color: Loulou. HEX triplet: 4F, 2F and 47. RGB value is (79,47,71). Sum of RGB (Red+Green+Blue) = 79+47+71=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 47 (18.75% from 255 or 23.86% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F47 is #B0D0B8. Grayscale: #3B3B3B. Windows color (decimal): -11587769 or 4665167. OLE color: 4665167.
HSL color Cylindrical-coordinate representation of color #4F2F47: hue angle of 315º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F2F47 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 47 | 71 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.69 |
| HSL | 315º | 0.25% | 0.25% | - |
| HSV(B) | 315º | 0.41% | 0.31% | - |
| XYZ | 5.38 | 4.15 | 6.48 | - |
| YUV | 59.3 | 134.6 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 47 | 71 | 0 | 0.41 | 0.10 | 0.69 | 315 | 0.25 | 0.25 |
| Hex | 4F | 2F | 47 | 0 | 29 | A | 45 | 13B | 19 | 19 |
| Octal | 117 | 57 | 107 | 0 | 51 | 12 | 105 | 473 | 31 | 31 |
| Binary | 1001111 | 101111 | 1000111 | 0 | 101001 | 1010 | 1000101 | 100111011 | 11001 | 11001 |
Color Harmonies of #4F2F47
Complementary color
Monochromatic Colors of #4F2F47
Black with #4F2F47
Text Example
Text Example
White with #4F2F47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2F47; }
p { color: rgb(79,47,71); }
H1.HeaderClassName
{
color: #4F2F47;
}
.AnyTagClassName
{
color: #4F2F47;
}
</style>
background-color css
<style>
a { background-color: #4F2F47; }
a { background-color: rgb(79,47,71); }
div.DivClassName
{
background-color: #4F2F47;
}
.BgClassName
{
background-color: #4F2F47;
}
</style>
border-color css
<style>
span { border-color: #4F2F47; }
span { border-color: rgb(79,47,71); }
td.TdClassName
{
border-color: #4F2F47;
}
.TagClassName
{
border-color: #4F2F47;
}
</style>