Shades of Loulou #4F2745
Tints of Loulou #4F2745
RGB
CMYK
RGB Variations
Color information
#4F2745 (or 0x4F2745) is known color: Loulou. HEX triplet: 4F, 27 and 45. RGB value is (79,39,69). Sum of RGB (Red+Green+Blue) = 79+39+69=187 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.25% from 187); Green value is 39 (15.62% from 255 or 20.86% from 187); Blue value is 69 (27.34% from 255 or 36.90% from 187); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2745 is #B0D8BA. Grayscale: #363636. Windows color (decimal): -11589819 or 4532047. OLE color: 4532047.
HSL color Cylindrical-coordinate representation of color #4F2745: hue angle of 315º 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 #4F2745 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 39 | 69 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.69 |
| HSL | 315º | 0.34% | 0.23% | - |
| HSV(B) | 315º | 0.51% | 0.31% | - |
| XYZ | 5.02 | 3.54 | 6.05 | - |
| YUV | 54.38 | 136.25 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 39 | 69 | 0 | 0.51 | 0.13 | 0.69 | 315 | 0.34 | 0.23 |
| Hex | 4F | 27 | 45 | 0 | 33 | D | 45 | 13B | 22 | 17 |
| Octal | 117 | 47 | 105 | 0 | 63 | 15 | 105 | 473 | 42 | 27 |
| Binary | 1001111 | 100111 | 1000101 | 0 | 110011 | 1101 | 1000101 | 100111011 | 100010 | 10111 |
Color Harmonies of #4F2745
Complementary color
Monochromatic Colors of #4F2745
Black with #4F2745
Text Example
Text Example
White with #4F2745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2745; }
p { color: rgb(79,39,69); }
H1.HeaderClassName
{
color: #4F2745;
}
.AnyTagClassName
{
color: #4F2745;
}
</style>
background-color css
<style>
a { background-color: #4F2745; }
a { background-color: rgb(79,39,69); }
div.DivClassName
{
background-color: #4F2745;
}
.BgClassName
{
background-color: #4F2745;
}
</style>
border-color css
<style>
span { border-color: #4F2745; }
span { border-color: rgb(79,39,69); }
td.TdClassName
{
border-color: #4F2745;
}
.TagClassName
{
border-color: #4F2745;
}
</style>