Shades of Loulou #4D2245
Tints of Loulou #4D2245
RGB
CMYK
RGB Variations
Color information
#4D2245 (or 0x4D2245) is known color: Loulou. HEX triplet: 4D, 22 and 45. RGB value is (77,34,69). Sum of RGB (Red+Green+Blue) = 77+34+69=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2245 is #B2DDBA. Grayscale: #323232. Windows color (decimal): -11722171 or 4530765. OLE color: 4530765.
HSL color Cylindrical-coordinate representation of color #4D2245: hue angle of 311.16º degrees, saturation: 0.39, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4D2245 is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 34 | 69 | - |
| CMYK | 0 | 0.56 | 0.10 | 0.70 |
| HSL | 311.16º | 0.39% | 0.22% | - |
| HSV(B) | 311.16º | 0.56% | 0.3% | - |
| XYZ | 4.71 | 3.15 | 5.99 | - |
| YUV | 50.85 | 138.25 | 146.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 34 | 69 | 0 | 0.56 | 0.10 | 0.70 | 311.16 | 0.39 | 0.22 |
| Hex | 4D | 22 | 45 | 0 | 38 | A | 46 | 137 | 27 | 16 |
| Octal | 115 | 42 | 105 | 0 | 70 | 12 | 106 | 467 | 47 | 26 |
| Binary | 1001101 | 100010 | 1000101 | 0 | 111000 | 1010 | 1000110 | 100110111 | 100111 | 10110 |
Color Harmonies of #4D2245
Complementary color
Monochromatic Colors of #4D2245
Black with #4D2245
Text Example
Text Example
White with #4D2245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D2245; }
p { color: rgb(77,34,69); }
H1.HeaderClassName
{
color: #4D2245;
}
.AnyTagClassName
{
color: #4D2245;
}
</style>
background-color css
<style>
a { background-color: #4D2245; }
a { background-color: rgb(77,34,69); }
div.DivClassName
{
background-color: #4D2245;
}
.BgClassName
{
background-color: #4D2245;
}
</style>
border-color css
<style>
span { border-color: #4D2245; }
span { border-color: rgb(77,34,69); }
td.TdClassName
{
border-color: #4D2245;
}
.TagClassName
{
border-color: #4D2245;
}
</style>