Shades of Loulou #4D1D43
Tints of Loulou #4D1D43
RGB
CMYK
RGB Variations
Color information
#4D1D43 (or 0x4D1D43) is known color: Loulou. HEX triplet: 4D, 1D and 43. RGB value is (77,29,67). Sum of RGB (Red+Green+Blue) = 77+29+67=173 (22% of max value = 765). Red value is 77 (30.47% from 255 or 44.51% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 67 (26.56% from 255 or 38.73% from 173); Max value from RGB is 77 - color contains mainly: red. Hex color #4D1D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D1D43 is #B2E2BC. Grayscale: #2F2F2F. Windows color (decimal): -11723453 or 4398413. OLE color: 4398413.
HSL color Cylindrical-coordinate representation of color #4D1D43: hue angle of 312.5º 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 #4D1D43 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 29 | 67 | - |
| CMYK | 0 | 0.62 | 0.13 | 0.70 |
| HSL | 312.5º | 0.45% | 0.21% | - |
| HSV(B) | 312.5º | 0.62% | 0.3% | - |
| XYZ | 4.51 | 2.86 | 5.62 | - |
| YUV | 47.68 | 138.9 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 29 | 67 | 0 | 0.62 | 0.13 | 0.70 | 312.5 | 0.45 | 0.21 |
| Hex | 4D | 1D | 43 | 0 | 3E | D | 46 | 138 | 2D | 15 |
| Octal | 115 | 35 | 103 | 0 | 76 | 15 | 106 | 470 | 55 | 25 |
| Binary | 1001101 | 11101 | 1000011 | 0 | 111110 | 1101 | 1000110 | 100111000 | 101101 | 10101 |
Color Harmonies of #4D1D43
Complementary color
Monochromatic Colors of #4D1D43
Black with #4D1D43
Text Example
Text Example
White with #4D1D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D1D43; }
p { color: rgb(77,29,67); }
H1.HeaderClassName
{
color: #4D1D43;
}
.AnyTagClassName
{
color: #4D1D43;
}
</style>
background-color css
<style>
a { background-color: #4D1D43; }
a { background-color: rgb(77,29,67); }
div.DivClassName
{
background-color: #4D1D43;
}
.BgClassName
{
background-color: #4D1D43;
}
</style>
border-color css
<style>
span { border-color: #4D1D43; }
span { border-color: rgb(77,29,67); }
td.TdClassName
{
border-color: #4D1D43;
}
.TagClassName
{
border-color: #4D1D43;
}
</style>