Shades of Loulou #483445
Tints of Loulou #483445
RGB
CMYK
RGB Variations
Color information
#483445 (or 0x483445) is known color: Loulou. HEX triplet: 48, 34 and 45. RGB value is (72,52,69). Sum of RGB (Red+Green+Blue) = 72+52+69=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 69 (27.34% from 255 or 35.75% from 193); Max value from RGB is 72 - color contains mainly: red. Hex color #483445 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483445 is #B7CBBA. Grayscale: #3B3B3B. Windows color (decimal): -12045243 or 4535368. OLE color: 4535368.
HSL color Cylindrical-coordinate representation of color #483445: hue angle of 309º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #483445 is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 52 | 69 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.72 |
| HSL | 309º | 0.16% | 0.24% | - |
| HSV(B) | 309º | 0.28% | 0.28% | - |
| XYZ | 4.97 | 4.26 | 6.19 | - |
| YUV | 59.92 | 133.13 | 136.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 52 | 69 | 0 | 0.28 | 0.04 | 0.72 | 309 | 0.16 | 0.24 |
| Hex | 48 | 34 | 45 | 0 | 1C | 4 | 48 | 135 | 10 | 18 |
| Octal | 110 | 64 | 105 | 0 | 34 | 4 | 110 | 465 | 20 | 30 |
| Binary | 1001000 | 110100 | 1000101 | 0 | 11100 | 100 | 1001000 | 100110101 | 10000 | 11000 |
Color Harmonies of #483445
Complementary color
Monochromatic Colors of #483445
Black with #483445
Text Example
Text Example
White with #483445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483445; }
p { color: rgb(72,52,69); }
H1.HeaderClassName
{
color: #483445;
}
.AnyTagClassName
{
color: #483445;
}
</style>
background-color css
<style>
a { background-color: #483445; }
a { background-color: rgb(72,52,69); }
div.DivClassName
{
background-color: #483445;
}
.BgClassName
{
background-color: #483445;
}
</style>
border-color css
<style>
span { border-color: #483445; }
span { border-color: rgb(72,52,69); }
td.TdClassName
{
border-color: #483445;
}
.TagClassName
{
border-color: #483445;
}
</style>