Shades of Loulou #472D45
Tints of Loulou #472D45
RGB
CMYK
RGB Variations
Color information
#472D45 (or 0x472D45) is known color: Loulou. HEX triplet: 47, 2D and 45. RGB value is (71,45,69). Sum of RGB (Red+Green+Blue) = 71+45+69=185 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.38% from 185); Green value is 45 (17.97% from 255 or 24.32% from 185); Blue value is 69 (27.34% from 255 or 37.30% from 185); Max value from RGB is 71 - color contains mainly: red. Hex color #472D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472D45 is #B8D2BA. Grayscale: #373737. Windows color (decimal): -12112571 or 4533575. OLE color: 4533575.
HSL color Cylindrical-coordinate representation of color #472D45: hue angle of 304.62º degrees, saturation: 0.22, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #472D45 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 45 | 69 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.72 |
| HSL | 304.62º | 0.22% | 0.23% | - |
| HSV(B) | 304.62º | 0.37% | 0.28% | - |
| XYZ | 4.61 | 3.65 | 6.09 | - |
| YUV | 55.51 | 135.61 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 45 | 69 | 0 | 0.37 | 0.03 | 0.72 | 304.62 | 0.22 | 0.23 |
| Hex | 47 | 2D | 45 | 0 | 25 | 3 | 48 | 131 | 16 | 17 |
| Octal | 107 | 55 | 105 | 0 | 45 | 3 | 110 | 461 | 26 | 27 |
| Binary | 1000111 | 101101 | 1000101 | 0 | 100101 | 11 | 1001000 | 100110001 | 10110 | 10111 |
Color Harmonies of #472D45
Complementary color
Monochromatic Colors of #472D45
Black with #472D45
Text Example
Text Example
White with #472D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472D45; }
p { color: rgb(71,45,69); }
H1.HeaderClassName
{
color: #472D45;
}
.AnyTagClassName
{
color: #472D45;
}
</style>
background-color css
<style>
a { background-color: #472D45; }
a { background-color: rgb(71,45,69); }
div.DivClassName
{
background-color: #472D45;
}
.BgClassName
{
background-color: #472D45;
}
</style>
border-color css
<style>
span { border-color: #472D45; }
span { border-color: rgb(71,45,69); }
td.TdClassName
{
border-color: #472D45;
}
.TagClassName
{
border-color: #472D45;
}
</style>