Shades of Loulou #472A45
Tints of Loulou #472A45
RGB
CMYK
RGB Variations
Color information
#472A45 (or 0x472A45) is known color: Loulou. HEX triplet: 47, 2A and 45. RGB value is (71,42,69). Sum of RGB (Red+Green+Blue) = 71+42+69=182 (24% of max value = 765). Red value is 71 (28.12% from 255 or 39.01% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 69 (27.34% from 255 or 37.91% from 182); Max value from RGB is 71 - color contains mainly: red. Hex color #472A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472A45 is #B8D5BA. Grayscale: #353535. Windows color (decimal): -12113339 or 4532807. OLE color: 4532807.
HSL color Cylindrical-coordinate representation of color #472A45: hue angle of 304.14º degrees, saturation: 0.26, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #472A45 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 42 | 69 | - |
| CMYK | 0 | 0.41 | 0.03 | 0.72 |
| HSL | 304.14º | 0.26% | 0.22% | - |
| HSV(B) | 304.14º | 0.41% | 0.28% | - |
| XYZ | 4.5 | 3.43 | 6.05 | - |
| YUV | 53.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 42 | 69 | 0 | 0.41 | 0.03 | 0.72 | 304.14 | 0.26 | 0.22 |
| Hex | 47 | 2A | 45 | 0 | 29 | 3 | 48 | 130 | 1A | 16 |
| Octal | 107 | 52 | 105 | 0 | 51 | 3 | 110 | 460 | 32 | 26 |
| Binary | 1000111 | 101010 | 1000101 | 0 | 101001 | 11 | 1001000 | 100110000 | 11010 | 10110 |
Color Harmonies of #472A45
Complementary color
Monochromatic Colors of #472A45
Black with #472A45
Text Example
Text Example
White with #472A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #472A45; }
p { color: rgb(71,42,69); }
H1.HeaderClassName
{
color: #472A45;
}
.AnyTagClassName
{
color: #472A45;
}
</style>
background-color css
<style>
a { background-color: #472A45; }
a { background-color: rgb(71,42,69); }
div.DivClassName
{
background-color: #472A45;
}
.BgClassName
{
background-color: #472A45;
}
</style>
border-color css
<style>
span { border-color: #472A45; }
span { border-color: rgb(71,42,69); }
td.TdClassName
{
border-color: #472A45;
}
.TagClassName
{
border-color: #472A45;
}
</style>