Shades of Loulou #4D1D42
Tints of Loulou #4D1D42
RGB
CMYK
RGB Variations
Color information
#4D1D42 (or 0x4D1D42) is known color: Loulou. HEX triplet: 4D, 1D and 42. RGB value is (77,29,66). Sum of RGB (Red+Green+Blue) = 77+29+66=172 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.77% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D42 is #B2E2BD. Grayscale: #2F2F2F. Windows color (decimal): -11723454 or 4332877. OLE color: 4332877.
HSL color Cylindrical-coordinate representation of color #4D1D42: hue angle of 313.75º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D1D42 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 29 | 66 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.70 |
| HSL | 313.75º | 0.45% | 0.21% | - |
| HSV(B) | 313.75º | 0.62% | 0.3% | - |
| XYZ | 4.48 | 2.85 | 5.47 | - |
| YUV | 47.57 | 138.4 | 148.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 66 | 0 | 0.62 | 0.14 | 0.70 | 313.75 | 0.45 | 0.21 |
| Hex | 4D | 1D | 42 | 0 | 3E | E | 46 | 13A | 2D | 15 |
| Octal | 115 | 35 | 102 | 0 | 76 | 16 | 106 | 472 | 55 | 25 |
| Binary | 1001101 | 11101 | 1000010 | 0 | 111110 | 1110 | 1000110 | 100111010 | 101101 | 10101 |
Color Harmonies of #4D1D42
Complementary color
Monochromatic Colors of #4D1D42
Black with #4D1D42
Text Example
Text Example
White with #4D1D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D42; }
p { color: rgb(77,29,66); }
H1.HeaderClassName
{
color: #4D1D42;
}
.AnyTagClassName
{
color: #4D1D42;
}
</style>
background-color css
<style>
a { background-color: #4D1D42; }
a { background-color: rgb(77,29,66); }
div.DivClassName
{
background-color: #4D1D42;
}
.BgClassName
{
background-color: #4D1D42;
}
</style>
border-color css
<style>
span { border-color: #4D1D42; }
span { border-color: rgb(77,29,66); }
td.TdClassName
{
border-color: #4D1D42;
}
.TagClassName
{
border-color: #4D1D42;
}
</style>