Shades of Loulou #4F2145
Tints of Loulou #4F2145
RGB
CMYK
RGB Variations
Color information
#4F2145 (or 0x4F2145) is known color: Loulou. HEX triplet: 4F, 21 and 45. RGB value is (79,33,69). Sum of RGB (Red+Green+Blue) = 79+33+69=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 33 (13.28% from 255 or 18.23% from 181); Blue value is 69 (27.34% from 255 or 38.12% from 181); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2145 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2145 is #B0DEBA. Grayscale: #323232. Windows color (decimal): -11591355 or 4530511. OLE color: 4530511.
HSL color Cylindrical-coordinate representation of color #4F2145: hue angle of 313.04º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4F2145 is Cyan = 0, Magento = 0.58, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 33 | 69 | - |
| CMYK | 0 | 0.58 | 0.13 | 0.69 |
| HSL | 313.04º | 0.41% | 0.22% | - |
| HSV(B) | 313.04º | 0.58% | 0.31% | - |
| XYZ | 4.84 | 3.18 | 5.99 | - |
| YUV | 50.86 | 138.24 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 33 | 69 | 0 | 0.58 | 0.13 | 0.69 | 313.04 | 0.41 | 0.22 |
| Hex | 4F | 21 | 45 | 0 | 3A | D | 45 | 139 | 29 | 16 |
| Octal | 117 | 41 | 105 | 0 | 72 | 15 | 105 | 471 | 51 | 26 |
| Binary | 1001111 | 100001 | 1000101 | 0 | 111010 | 1101 | 1000101 | 100111001 | 101001 | 10110 |
Color Harmonies of #4F2145
Complementary color
Monochromatic Colors of #4F2145
Black with #4F2145
Text Example
Text Example
White with #4F2145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2145; }
p { color: rgb(79,33,69); }
H1.HeaderClassName
{
color: #4F2145;
}
.AnyTagClassName
{
color: #4F2145;
}
</style>
background-color css
<style>
a { background-color: #4F2145; }
a { background-color: rgb(79,33,69); }
div.DivClassName
{
background-color: #4F2145;
}
.BgClassName
{
background-color: #4F2145;
}
</style>
border-color css
<style>
span { border-color: #4F2145; }
span { border-color: rgb(79,33,69); }
td.TdClassName
{
border-color: #4F2145;
}
.TagClassName
{
border-color: #4F2145;
}
</style>