Shades of Loulou #4D1442
Tints of Loulou #4D1442
RGB
CMYK
RGB Variations
Color information
#4D1442 (or 0x4D1442) is known color: Loulou. HEX triplet: 4D, 14 and 42. RGB value is (77,20,66). Sum of RGB (Red+Green+Blue) = 77+20+66=163 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.24% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 66 (26.17% from 255 or 40.49% from 163); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1442 is #B2EBBD. Grayscale: #2A2A2A. Windows color (decimal): -11725758 or 4330573. OLE color: 4330573.
HSL color Cylindrical-coordinate representation of color #4D1442: hue angle of 311.58º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4D1442 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 20 | 66 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.70 |
| HSL | 311.58º | 0.59% | 0.19% | - |
| HSV(B) | 311.58º | 0.74% | 0.3% | - |
| XYZ | 4.29 | 2.47 | 5.4 | - |
| YUV | 42.29 | 141.38 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 20 | 66 | 0 | 0.74 | 0.14 | 0.70 | 311.58 | 0.59 | 0.19 |
| Hex | 4D | 14 | 42 | 0 | 4A | E | 46 | 138 | 3B | 13 |
| Octal | 115 | 24 | 102 | 0 | 112 | 16 | 106 | 470 | 73 | 23 |
| Binary | 1001101 | 10100 | 1000010 | 0 | 1001010 | 1110 | 1000110 | 100111000 | 111011 | 10011 |
Color Harmonies of #4D1442
Complementary color
Monochromatic Colors of #4D1442
Black with #4D1442
Text Example
Text Example
White with #4D1442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1442; }
p { color: rgb(77,20,66); }
H1.HeaderClassName
{
color: #4D1442;
}
.AnyTagClassName
{
color: #4D1442;
}
</style>
background-color css
<style>
a { background-color: #4D1442; }
a { background-color: rgb(77,20,66); }
div.DivClassName
{
background-color: #4D1442;
}
.BgClassName
{
background-color: #4D1442;
}
</style>
border-color css
<style>
span { border-color: #4D1442; }
span { border-color: rgb(77,20,66); }
td.TdClassName
{
border-color: #4D1442;
}
.TagClassName
{
border-color: #4D1442;
}
</style>