Shades of Loulou #4F2742
Tints of Loulou #4F2742
RGB
CMYK
RGB Variations
Color information
#4F2742 (or 0x4F2742) is known color: Loulou. HEX triplet: 4F, 27 and 42. RGB value is (79,39,66). Sum of RGB (Red+Green+Blue) = 79+39+66=184 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.93% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 66 (26.17% from 255 or 35.87% from 184); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2742 is #B0D8BD. Grayscale: #353535. Windows color (decimal): -11589822 or 4335439. OLE color: 4335439.
HSL color Cylindrical-coordinate representation of color #4F2742: hue angle of 319.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F2742 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 39 | 66 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.69 |
| HSL | 319.5º | 0.34% | 0.23% | - |
| HSV(B) | 319.5º | 0.51% | 0.31% | - |
| XYZ | 4.93 | 3.51 | 5.57 | - |
| YUV | 54.04 | 134.75 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 66 | 0 | 0.51 | 0.16 | 0.69 | 319.5 | 0.34 | 0.23 |
| Hex | 4F | 27 | 42 | 0 | 33 | 10 | 45 | 140 | 22 | 17 |
| Octal | 117 | 47 | 102 | 0 | 63 | 20 | 105 | 500 | 42 | 27 |
| Binary | 1001111 | 100111 | 1000010 | 0 | 110011 | 10000 | 1000101 | 101000000 | 100010 | 10111 |
Color Harmonies of #4F2742
Complementary color
Monochromatic Colors of #4F2742
Black with #4F2742
Text Example
Text Example
White with #4F2742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2742; }
p { color: rgb(79,39,66); }
H1.HeaderClassName
{
color: #4F2742;
}
.AnyTagClassName
{
color: #4F2742;
}
</style>
background-color css
<style>
a { background-color: #4F2742; }
a { background-color: rgb(79,39,66); }
div.DivClassName
{
background-color: #4F2742;
}
.BgClassName
{
background-color: #4F2742;
}
</style>
border-color css
<style>
span { border-color: #4F2742; }
span { border-color: rgb(79,39,66); }
td.TdClassName
{
border-color: #4F2742;
}
.TagClassName
{
border-color: #4F2742;
}
</style>