Shades of Loulou #4D1243
Tints of Loulou #4D1243
RGB
CMYK
RGB Variations
Color information
#4D1243 (or 0x4D1243) is known color: Loulou. HEX triplet: 4D, 12 and 43. RGB value is (77,18,67). Sum of RGB (Red+Green+Blue) = 77+18+67=162 (21% of max value = 765). Red value is 77 (30.47% from 255 or 47.53% from 162); Green value is 18 (7.42% from 255 or 11.11% from 162); Blue value is 67 (26.56% from 255 or 41.36% from 162); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1243 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D1243 is #B2EDBC. Grayscale: #292929. Windows color (decimal): -11726269 or 4395597. OLE color: 4395597.
HSL color Cylindrical-coordinate representation of color #4D1243: hue angle of 310.17º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4D1243 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 18 | 67 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.70 |
| HSL | 310.17º | 0.62% | 0.19% | - |
| HSV(B) | 310.17º | 0.77% | 0.3% | - |
| XYZ | 4.29 | 2.42 | 5.55 | - |
| YUV | 41.23 | 142.55 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 18 | 67 | 0 | 0.77 | 0.13 | 0.70 | 310.17 | 0.62 | 0.19 |
| Hex | 4D | 12 | 43 | 0 | 4D | D | 46 | 136 | 3E | 13 |
| Octal | 115 | 22 | 103 | 0 | 115 | 15 | 106 | 466 | 76 | 23 |
| Binary | 1001101 | 10010 | 1000011 | 0 | 1001101 | 1101 | 1000110 | 100110110 | 111110 | 10011 |
Color Harmonies of #4D1243
Complementary color
Monochromatic Colors of #4D1243
Black with #4D1243
Text Example
Text Example
White with #4D1243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1243; }
p { color: rgb(77,18,67); }
H1.HeaderClassName
{
color: #4D1243;
}
.AnyTagClassName
{
color: #4D1243;
}
</style>
background-color css
<style>
a { background-color: #4D1243; }
a { background-color: rgb(77,18,67); }
div.DivClassName
{
background-color: #4D1243;
}
.BgClassName
{
background-color: #4D1243;
}
</style>
border-color css
<style>
span { border-color: #4D1243; }
span { border-color: rgb(77,18,67); }
td.TdClassName
{
border-color: #4D1243;
}
.TagClassName
{
border-color: #4D1243;
}
</style>