Shades of Loulou #473A45
Tints of Loulou #473A45
RGB
CMYK
RGB Variations
Color information
#473A45 (or 0x473A45) is known color: Loulou. HEX triplet: 47, 3A and 45. RGB value is (71,58,69). Sum of RGB (Red+Green+Blue) = 71+58+69=198 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.86% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 69 (27.34% from 255 or 34.85% from 198); Max value from RGB is 71 - color contains mainly: red. Hex color #473A45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473A45 is #B8C5BA. Grayscale: #3F3F3F. Windows color (decimal): -12109243 or 4536903. OLE color: 4536903.
HSL color Cylindrical-coordinate representation of color #473A45: hue angle of 309.23º degrees, saturation: 0.1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #473A45 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 71 | 58 | 69 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.72 |
| HSL | 309.23º | 0.1% | 0.25% | - |
| HSV(B) | 309.23º | 0.18% | 0.28% | - |
| XYZ | 5.19 | 4.8 | 6.28 | - |
| YUV | 63.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 58 | 69 | 0 | 0.18 | 0.03 | 0.72 | 309.23 | 0.1 | 0.25 |
| Hex | 47 | 3A | 45 | 0 | 12 | 3 | 48 | 135 | A | 19 |
| Octal | 107 | 72 | 105 | 0 | 22 | 3 | 110 | 465 | 12 | 31 |
| Binary | 1000111 | 111010 | 1000101 | 0 | 10010 | 11 | 1001000 | 100110101 | 1010 | 11001 |
Color Harmonies of #473A45
Complementary color
Monochromatic Colors of #473A45
Black with #473A45
Text Example
Text Example
White with #473A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #473A45; }
p { color: rgb(71,58,69); }
H1.HeaderClassName
{
color: #473A45;
}
.AnyTagClassName
{
color: #473A45;
}
</style>
background-color css
<style>
a { background-color: #473A45; }
a { background-color: rgb(71,58,69); }
div.DivClassName
{
background-color: #473A45;
}
.BgClassName
{
background-color: #473A45;
}
</style>
border-color css
<style>
span { border-color: #473A45; }
span { border-color: rgb(71,58,69); }
td.TdClassName
{
border-color: #473A45;
}
.TagClassName
{
border-color: #473A45;
}
</style>