Shades of Loulou #4F2945
Tints of Loulou #4F2945
RGB
CMYK
RGB Variations
Color information
#4F2945 (or 0x4F2945) is known color: Loulou. HEX triplet: 4F, 29 and 45. RGB value is (79,41,69). Sum of RGB (Red+Green+Blue) = 79+41+69=189 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.80% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2945 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2945 is #B0D6BA. Grayscale: #373737. Windows color (decimal): -11589307 or 4532559. OLE color: 4532559.
HSL color Cylindrical-coordinate representation of color #4F2945: hue angle of 315.79º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4F2945 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 41 | 69 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.69 |
| HSL | 315.79º | 0.32% | 0.24% | - |
| HSV(B) | 315.79º | 0.48% | 0.31% | - |
| XYZ | 5.09 | 3.68 | 6.07 | - |
| YUV | 55.55 | 135.59 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 41 | 69 | 0 | 0.48 | 0.13 | 0.69 | 315.79 | 0.32 | 0.24 |
| Hex | 4F | 29 | 45 | 0 | 30 | D | 45 | 13C | 20 | 18 |
| Octal | 117 | 51 | 105 | 0 | 60 | 15 | 105 | 474 | 40 | 30 |
| Binary | 1001111 | 101001 | 1000101 | 0 | 110000 | 1101 | 1000101 | 100111100 | 100000 | 11000 |
Color Harmonies of #4F2945
Complementary color
Monochromatic Colors of #4F2945
Black with #4F2945
Text Example
Text Example
White with #4F2945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2945; }
p { color: rgb(79,41,69); }
H1.HeaderClassName
{
color: #4F2945;
}
.AnyTagClassName
{
color: #4F2945;
}
</style>
background-color css
<style>
a { background-color: #4F2945; }
a { background-color: rgb(79,41,69); }
div.DivClassName
{
background-color: #4F2945;
}
.BgClassName
{
background-color: #4F2945;
}
</style>
border-color css
<style>
span { border-color: #4F2945; }
span { border-color: rgb(79,41,69); }
td.TdClassName
{
border-color: #4F2945;
}
.TagClassName
{
border-color: #4F2945;
}
</style>