Shades of Loulou #4F1F45
Tints of Loulou #4F1F45
RGB
CMYK
RGB Variations
Color information
#4F1F45 (or 0x4F1F45) is known color: Loulou. HEX triplet: 4F, 1F and 45. RGB value is (79,31,69). Sum of RGB (Red+Green+Blue) = 79+31+69=179 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.13% from 179); Green value is 31 (12.5% from 255 or 17.32% from 179); Blue value is 69 (27.34% from 255 or 38.55% from 179); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1F45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1F45 is #B0E0BA. Grayscale: #313131. Windows color (decimal): -11591867 or 4529999. OLE color: 4529999.
HSL color Cylindrical-coordinate representation of color #4F1F45: hue angle of 312.5º degrees, saturation: 0.44, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4F1F45 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 31 | 69 | - |
| CMYK | 0 | 0.61 | 0.13 | 0.69 |
| HSL | 312.5º | 0.44% | 0.22% | - |
| HSV(B) | 312.5º | 0.61% | 0.31% | - |
| XYZ | 4.79 | 3.07 | 5.97 | - |
| YUV | 49.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 31 | 69 | 0 | 0.61 | 0.13 | 0.69 | 312.5 | 0.44 | 0.22 |
| Hex | 4F | 1F | 45 | 0 | 3D | D | 45 | 138 | 2C | 16 |
| Octal | 117 | 37 | 105 | 0 | 75 | 15 | 105 | 470 | 54 | 26 |
| Binary | 1001111 | 11111 | 1000101 | 0 | 111101 | 1101 | 1000101 | 100111000 | 101100 | 10110 |
Color Harmonies of #4F1F45
Complementary color
Monochromatic Colors of #4F1F45
Black with #4F1F45
Text Example
Text Example
White with #4F1F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1F45; }
p { color: rgb(79,31,69); }
H1.HeaderClassName
{
color: #4F1F45;
}
.AnyTagClassName
{
color: #4F1F45;
}
</style>
background-color css
<style>
a { background-color: #4F1F45; }
a { background-color: rgb(79,31,69); }
div.DivClassName
{
background-color: #4F1F45;
}
.BgClassName
{
background-color: #4F1F45;
}
</style>
border-color css
<style>
span { border-color: #4F1F45; }
span { border-color: rgb(79,31,69); }
td.TdClassName
{
border-color: #4F1F45;
}
.TagClassName
{
border-color: #4F1F45;
}
</style>