Shades of Loulou #4D1B45
Tints of Loulou #4D1B45
RGB
CMYK
RGB Variations
Color information
#4D1B45 (or 0x4D1B45) is known color: Loulou. HEX triplet: 4D, 1B and 45. RGB value is (77,27,69). Sum of RGB (Red+Green+Blue) = 77+27+69=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 69 (27.34% from 255 or 39.88% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1B45 is #B2E4BA. Grayscale: #2E2E2E. Windows color (decimal): -11723963 or 4528973. OLE color: 4528973.
HSL color Cylindrical-coordinate representation of color #4D1B45: hue angle of 309.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4D1B45 is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 27 | 69 | - |
| CMYK | 0 | 0.65 | 0.10 | 0.70 |
| HSL | 309.6º | 0.48% | 0.2% | - |
| HSV(B) | 309.6º | 0.65% | 0.3% | - |
| XYZ | 4.53 | 2.79 | 5.93 | - |
| YUV | 46.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 27 | 69 | 0 | 0.65 | 0.10 | 0.70 | 309.6 | 0.48 | 0.2 |
| Hex | 4D | 1B | 45 | 0 | 41 | A | 46 | 136 | 30 | 14 |
| Octal | 115 | 33 | 105 | 0 | 101 | 12 | 106 | 466 | 60 | 24 |
| Binary | 1001101 | 11011 | 1000101 | 0 | 1000001 | 1010 | 1000110 | 100110110 | 110000 | 10100 |
Color Harmonies of #4D1B45
Complementary color
Monochromatic Colors of #4D1B45
Black with #4D1B45
Text Example
Text Example
White with #4D1B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1B45; }
p { color: rgb(77,27,69); }
H1.HeaderClassName
{
color: #4D1B45;
}
.AnyTagClassName
{
color: #4D1B45;
}
</style>
background-color css
<style>
a { background-color: #4D1B45; }
a { background-color: rgb(77,27,69); }
div.DivClassName
{
background-color: #4D1B45;
}
.BgClassName
{
background-color: #4D1B45;
}
</style>
border-color css
<style>
span { border-color: #4D1B45; }
span { border-color: rgb(77,27,69); }
td.TdClassName
{
border-color: #4D1B45;
}
.TagClassName
{
border-color: #4D1B45;
}
</style>