Shades of Loulou #4D1A42
Tints of Loulou #4D1A42
RGB
CMYK
RGB Variations
Color information
#4D1A42 (or 0x4D1A42) is known color: Loulou. HEX triplet: 4D, 1A and 42. RGB value is (77,26,66). Sum of RGB (Red+Green+Blue) = 77+26+66=169 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.56% from 169); Green value is 26 (10.55% from 255 or 15.38% from 169); Blue value is 66 (26.17% from 255 or 39.05% from 169); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1A42 is #B2E5BD. Grayscale: #2D2D2D. Windows color (decimal): -11724222 or 4332109. OLE color: 4332109.
HSL color Cylindrical-coordinate representation of color #4D1A42: hue angle of 312.94º degrees, saturation: 0.5, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4D1A42 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 26 | 66 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.70 |
| HSL | 312.94º | 0.5% | 0.2% | - |
| HSV(B) | 312.94º | 0.66% | 0.3% | - |
| XYZ | 4.41 | 2.71 | 5.44 | - |
| YUV | 45.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 26 | 66 | 0 | 0.66 | 0.14 | 0.70 | 312.94 | 0.5 | 0.2 |
| Hex | 4D | 1A | 42 | 0 | 42 | E | 46 | 139 | 32 | 14 |
| Octal | 115 | 32 | 102 | 0 | 102 | 16 | 106 | 471 | 62 | 24 |
| Binary | 1001101 | 11010 | 1000010 | 0 | 1000010 | 1110 | 1000110 | 100111001 | 110010 | 10100 |
Color Harmonies of #4D1A42
Complementary color
Monochromatic Colors of #4D1A42
Black with #4D1A42
Text Example
Text Example
White with #4D1A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1A42; }
p { color: rgb(77,26,66); }
H1.HeaderClassName
{
color: #4D1A42;
}
.AnyTagClassName
{
color: #4D1A42;
}
</style>
background-color css
<style>
a { background-color: #4D1A42; }
a { background-color: rgb(77,26,66); }
div.DivClassName
{
background-color: #4D1A42;
}
.BgClassName
{
background-color: #4D1A42;
}
</style>
border-color css
<style>
span { border-color: #4D1A42; }
span { border-color: rgb(77,26,66); }
td.TdClassName
{
border-color: #4D1A42;
}
.TagClassName
{
border-color: #4D1A42;
}
</style>