Shades of Loulou #4D3A45
Tints of Loulou #4D3A45
RGB
CMYK
RGB Variations
Color information
#4D3A45 (or 0x4D3A45) is known color: Loulou. HEX triplet: 4D, 3A and 45. RGB value is (77,58,69). Sum of RGB (Red+Green+Blue) = 77+58+69=204 (27% of max value = 765). Red value is 77 (30.47% from 255 or 37.75% from 204); Green value is 58 (23.05% from 255 or 28.43% from 204); Blue value is 69 (27.34% from 255 or 33.82% from 204); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3A45 is #B2C5BA. Grayscale: #404040. Windows color (decimal): -11716027 or 4536909. OLE color: 4536909.
HSL color Cylindrical-coordinate representation of color #4D3A45: hue angle of 325.26º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4D3A45 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 58 | 69 | - |
| CMYK | 0 | 0.25 | 0.10 | 0.70 |
| HSL | 325.26º | 0.14% | 0.26% | - |
| HSV(B) | 325.26º | 0.25% | 0.3% | - |
| XYZ | 5.65 | 5.03 | 6.3 | - |
| YUV | 64.94 | 130.29 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 58 | 69 | 0 | 0.25 | 0.10 | 0.70 | 325.26 | 0.14 | 0.26 |
| Hex | 4D | 3A | 45 | 0 | 19 | A | 46 | 145 | E | 1A |
| Octal | 115 | 72 | 105 | 0 | 31 | 12 | 106 | 505 | 16 | 32 |
| Binary | 1001101 | 111010 | 1000101 | 0 | 11001 | 1010 | 1000110 | 101000101 | 1110 | 11010 |
Color Harmonies of #4D3A45
Complementary color
Monochromatic Colors of #4D3A45
Black with #4D3A45
Text Example
Text Example
White with #4D3A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D3A45; }
p { color: rgb(77,58,69); }
H1.HeaderClassName
{
color: #4D3A45;
}
.AnyTagClassName
{
color: #4D3A45;
}
</style>
background-color css
<style>
a { background-color: #4D3A45; }
a { background-color: rgb(77,58,69); }
div.DivClassName
{
background-color: #4D3A45;
}
.BgClassName
{
background-color: #4D3A45;
}
</style>
border-color css
<style>
span { border-color: #4D3A45; }
span { border-color: rgb(77,58,69); }
td.TdClassName
{
border-color: #4D3A45;
}
.TagClassName
{
border-color: #4D3A45;
}
</style>