Shades of Loulou #483644
Tints of Loulou #483644
RGB
CMYK
RGB Variations
Color information
#483644 (or 0x483644) is known color: Loulou. HEX triplet: 48, 36 and 44. RGB value is (72,54,68). Sum of RGB (Red+Green+Blue) = 72+54+68=194 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.11% from 194); Green value is 54 (21.48% from 255 or 27.84% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 72 - color contains mainly: red. Hex color #483644 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483644 is #B7C9BB. Grayscale: #3C3C3C. Windows color (decimal): -12044732 or 4470344. OLE color: 4470344.
HSL color Cylindrical-coordinate representation of color #483644: hue angle of 313.33º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #483644 is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 54 | 68 | - |
| CMYK | 0 | 0.25 | 0.06 | 0.72 |
| HSL | 313.33º | 0.14% | 0.25% | - |
| HSV(B) | 313.33º | 0.25% | 0.28% | - |
| XYZ | 5.04 | 4.43 | 6.06 | - |
| YUV | 60.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 54 | 68 | 0 | 0.25 | 0.06 | 0.72 | 313.33 | 0.14 | 0.25 |
| Hex | 48 | 36 | 44 | 0 | 19 | 6 | 48 | 139 | E | 19 |
| Octal | 110 | 66 | 104 | 0 | 31 | 6 | 110 | 471 | 16 | 31 |
| Binary | 1001000 | 110110 | 1000100 | 0 | 11001 | 110 | 1001000 | 100111001 | 1110 | 11001 |
Color Harmonies of #483644
Complementary color
Monochromatic Colors of #483644
Black with #483644
Text Example
Text Example
White with #483644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483644; }
p { color: rgb(72,54,68); }
H1.HeaderClassName
{
color: #483644;
}
.AnyTagClassName
{
color: #483644;
}
</style>
background-color css
<style>
a { background-color: #483644; }
a { background-color: rgb(72,54,68); }
div.DivClassName
{
background-color: #483644;
}
.BgClassName
{
background-color: #483644;
}
</style>
border-color css
<style>
span { border-color: #483644; }
span { border-color: rgb(72,54,68); }
td.TdClassName
{
border-color: #483644;
}
.TagClassName
{
border-color: #483644;
}
</style>