Shades of Loulou #4B2249
Tints of Loulou #4B2249
RGB
CMYK
RGB Variations
Color information
#4B2249 (or 0x4B2249) is known color: Loulou. HEX triplet: 4B, 22 and 49. RGB value is (75,34,73). Sum of RGB (Red+Green+Blue) = 75+34+73=182 (24% of max value = 765). Red value is 75 (29.69% from 255 or 41.21% from 182); Green value is 34 (13.67% from 255 or 18.68% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2249 is #B4DDB6. Grayscale: #323232. Windows color (decimal): -11853239 or 4792907. OLE color: 4792907.
HSL color Cylindrical-coordinate representation of color #4B2249: hue angle of 302.93º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4B2249 is Cyan = 0, Magento = 0.55, Yellow = 0.03 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 75 | 34 | 73 | - |
| CMYK | 0 | 0.55 | 0.03 | 0.71 |
| HSL | 302.93º | 0.38% | 0.21% | - |
| HSV(B) | 302.93º | 0.55% | 0.29% | - |
| XYZ | 4.68 | 3.12 | 6.66 | - |
| YUV | 50.71 | 140.58 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 34 | 73 | 0 | 0.55 | 0.03 | 0.71 | 302.93 | 0.38 | 0.21 |
| Hex | 4B | 22 | 49 | 0 | 37 | 3 | 47 | 12F | 26 | 15 |
| Octal | 113 | 42 | 111 | 0 | 67 | 3 | 107 | 457 | 46 | 25 |
| Binary | 1001011 | 100010 | 1001001 | 0 | 110111 | 11 | 1000111 | 100101111 | 100110 | 10101 |
Color Harmonies of #4B2249
Complementary color
Monochromatic Colors of #4B2249
Black with #4B2249
Text Example
Text Example
White with #4B2249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4B2249; }
p { color: rgb(75,34,73); }
H1.HeaderClassName
{
color: #4B2249;
}
.AnyTagClassName
{
color: #4B2249;
}
</style>
background-color css
<style>
a { background-color: #4B2249; }
a { background-color: rgb(75,34,73); }
div.DivClassName
{
background-color: #4B2249;
}
.BgClassName
{
background-color: #4B2249;
}
</style>
border-color css
<style>
span { border-color: #4B2249; }
span { border-color: rgb(75,34,73); }
td.TdClassName
{
border-color: #4B2249;
}
.TagClassName
{
border-color: #4B2249;
}
</style>