Shades of Loulou #483045
Tints of Loulou #483045
RGB
CMYK
RGB Variations
Color information
#483045 (or 0x483045) is known color: Loulou. HEX triplet: 48, 30 and 45. RGB value is (72,48,69). Sum of RGB (Red+Green+Blue) = 72+48+69=189 (25% of max value = 765). Red value is 72 (28.52% from 255 or 38.10% from 189); Green value is 48 (19.14% from 255 or 25.40% from 189); Blue value is 69 (27.34% from 255 or 36.51% from 189); Max value from RGB is 72 - color contains mainly: red. Hex color #483045 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483045 is #B7CFBA. Grayscale: #393939. Windows color (decimal): -12046267 or 4534344. OLE color: 4534344.
HSL color Cylindrical-coordinate representation of color #483045: hue angle of 307.5º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #483045 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 48 | 69 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.72 |
| HSL | 307.5º | 0.2% | 0.24% | - |
| HSV(B) | 307.5º | 0.33% | 0.28% | - |
| XYZ | 4.8 | 3.92 | 6.13 | - |
| YUV | 57.57 | 134.45 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 48 | 69 | 0 | 0.33 | 0.04 | 0.72 | 307.5 | 0.2 | 0.24 |
| Hex | 48 | 30 | 45 | 0 | 21 | 4 | 48 | 134 | 14 | 18 |
| Octal | 110 | 60 | 105 | 0 | 41 | 4 | 110 | 464 | 24 | 30 |
| Binary | 1001000 | 110000 | 1000101 | 0 | 100001 | 100 | 1001000 | 100110100 | 10100 | 11000 |
Color Harmonies of #483045
Complementary color
Monochromatic Colors of #483045
Black with #483045
Text Example
Text Example
White with #483045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483045; }
p { color: rgb(72,48,69); }
H1.HeaderClassName
{
color: #483045;
}
.AnyTagClassName
{
color: #483045;
}
</style>
background-color css
<style>
a { background-color: #483045; }
a { background-color: rgb(72,48,69); }
div.DivClassName
{
background-color: #483045;
}
.BgClassName
{
background-color: #483045;
}
</style>
border-color css
<style>
span { border-color: #483045; }
span { border-color: rgb(72,48,69); }
td.TdClassName
{
border-color: #483045;
}
.TagClassName
{
border-color: #483045;
}
</style>