Shades of Loulou #4F2344
Tints of Loulou #4F2344
RGB
CMYK
RGB Variations
Color information
#4F2344 (or 0x4F2344) is known color: Loulou. HEX triplet: 4F, 23 and 44. RGB value is (79,35,68). Sum of RGB (Red+Green+Blue) = 79+35+68=182 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.41% from 182); Green value is 35 (14.06% from 255 or 19.23% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2344 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2344 is #B0DCBB. Grayscale: #333333. Windows color (decimal): -11590844 or 4465487. OLE color: 4465487.
HSL color Cylindrical-coordinate representation of color #4F2344: hue angle of 315º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4F2344 is Cyan = 0, Magento = 0.56, Yellow = 0.14 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 35 | 68 | - |
| CMYK | 0 | 0.56 | 0.14 | 0.69 |
| HSL | 315º | 0.39% | 0.22% | - |
| HSV(B) | 315º | 0.56% | 0.31% | - |
| XYZ | 4.87 | 3.28 | 5.85 | - |
| YUV | 51.92 | 137.08 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 35 | 68 | 0 | 0.56 | 0.14 | 0.69 | 315 | 0.39 | 0.22 |
| Hex | 4F | 23 | 44 | 0 | 38 | E | 45 | 13B | 27 | 16 |
| Octal | 117 | 43 | 104 | 0 | 70 | 16 | 105 | 473 | 47 | 26 |
| Binary | 1001111 | 100011 | 1000100 | 0 | 111000 | 1110 | 1000101 | 100111011 | 100111 | 10110 |
Color Harmonies of #4F2344
Complementary color
Monochromatic Colors of #4F2344
Black with #4F2344
Text Example
Text Example
White with #4F2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2344; }
p { color: rgb(79,35,68); }
H1.HeaderClassName
{
color: #4F2344;
}
.AnyTagClassName
{
color: #4F2344;
}
</style>
background-color css
<style>
a { background-color: #4F2344; }
a { background-color: rgb(79,35,68); }
div.DivClassName
{
background-color: #4F2344;
}
.BgClassName
{
background-color: #4F2344;
}
</style>
border-color css
<style>
span { border-color: #4F2344; }
span { border-color: rgb(79,35,68); }
td.TdClassName
{
border-color: #4F2344;
}
.TagClassName
{
border-color: #4F2344;
}
</style>