Shades of Loulou #4F1445
Tints of Loulou #4F1445
RGB
CMYK
RGB Variations
Color information
#4F1445 (or 0x4F1445) is known color: Loulou. HEX triplet: 4F, 14 and 45. RGB value is (79,20,69). Sum of RGB (Red+Green+Blue) = 79+20+69=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 69 (27.34% from 255 or 41.07% from 168); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1445 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4F1445 is #B0EBBA. Grayscale: #2B2B2B. Windows color (decimal): -11594683 or 4527183. OLE color: 4527183.
HSL color Cylindrical-coordinate representation of color #4F1445: hue angle of 310.17º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4F1445 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 20 | 69 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.69 |
| HSL | 310.17º | 0.6% | 0.19% | - |
| HSV(B) | 310.17º | 0.75% | 0.31% | - |
| XYZ | 4.55 | 2.59 | 5.89 | - |
| YUV | 43.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 20 | 69 | 0 | 0.75 | 0.13 | 0.69 | 310.17 | 0.6 | 0.19 |
| Hex | 4F | 14 | 45 | 0 | 4B | D | 45 | 136 | 3C | 13 |
| Octal | 117 | 24 | 105 | 0 | 113 | 15 | 105 | 466 | 74 | 23 |
| Binary | 1001111 | 10100 | 1000101 | 0 | 1001011 | 1101 | 1000101 | 100110110 | 111100 | 10011 |
Color Harmonies of #4F1445
Complementary color
Monochromatic Colors of #4F1445
Black with #4F1445
Text Example
Text Example
White with #4F1445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1445; }
p { color: rgb(79,20,69); }
H1.HeaderClassName
{
color: #4F1445;
}
.AnyTagClassName
{
color: #4F1445;
}
</style>
background-color css
<style>
a { background-color: #4F1445; }
a { background-color: rgb(79,20,69); }
div.DivClassName
{
background-color: #4F1445;
}
.BgClassName
{
background-color: #4F1445;
}
</style>
border-color css
<style>
span { border-color: #4F1445; }
span { border-color: rgb(79,20,69); }
td.TdClassName
{
border-color: #4F1445;
}
.TagClassName
{
border-color: #4F1445;
}
</style>