Shades of Loulou #4F2A45
Tints of Loulou #4F2A45
RGB
CMYK
RGB Variations
Color information
#4F2A45 (or 0x4F2A45) is known color: Loulou. HEX triplet: 4F, 2A and 45. RGB value is (79,42,69). Sum of RGB (Red+Green+Blue) = 79+42+69=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2A45 is #B0D5BA. Grayscale: #383838. Windows color (decimal): -11589051 or 4532815. OLE color: 4532815.
HSL color Cylindrical-coordinate representation of color #4F2A45: hue angle of 316.22º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #4F2A45 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 42 | 69 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.69 |
| HSL | 316.22º | 0.31% | 0.24% | - |
| HSV(B) | 316.22º | 0.47% | 0.31% | - |
| XYZ | 5.13 | 3.75 | 6.08 | - |
| YUV | 56.14 | 135.26 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 42 | 69 | 0 | 0.47 | 0.13 | 0.69 | 316.22 | 0.31 | 0.24 |
| Hex | 4F | 2A | 45 | 0 | 2F | D | 45 | 13C | 1F | 18 |
| Octal | 117 | 52 | 105 | 0 | 57 | 15 | 105 | 474 | 37 | 30 |
| Binary | 1001111 | 101010 | 1000101 | 0 | 101111 | 1101 | 1000101 | 100111100 | 11111 | 11000 |
Color Harmonies of #4F2A45
Complementary color
Monochromatic Colors of #4F2A45
Black with #4F2A45
Text Example
Text Example
White with #4F2A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F2A45; }
p { color: rgb(79,42,69); }
H1.HeaderClassName
{
color: #4F2A45;
}
.AnyTagClassName
{
color: #4F2A45;
}
</style>
background-color css
<style>
a { background-color: #4F2A45; }
a { background-color: rgb(79,42,69); }
div.DivClassName
{
background-color: #4F2A45;
}
.BgClassName
{
background-color: #4F2A45;
}
</style>
border-color css
<style>
span { border-color: #4F2A45; }
span { border-color: rgb(79,42,69); }
td.TdClassName
{
border-color: #4F2A45;
}
.TagClassName
{
border-color: #4F2A45;
}
</style>