Shades of Loulou #481F45
Tints of Loulou #481F45
RGB
CMYK
RGB Variations
Color information
#481F45 (or 0x481F45) is known color: Loulou. HEX triplet: 48, 1F and 45. RGB value is (72,31,69). Sum of RGB (Red+Green+Blue) = 72+31+69=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 31 (12.5% from 255 or 18.02% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #481F45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481F45 is #B7E0BA. Grayscale: #2F2F2F. Windows color (decimal): -12050619 or 4529992. OLE color: 4529992.
HSL color Cylindrical-coordinate representation of color #481F45: hue angle of 304.39º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #481F45 is Cyan = 0, Magento = 0.57, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 31 | 69 | - |
| CMYK | 0 | 0.57 | 0.04 | 0.72 |
| HSL | 304.39º | 0.4% | 0.2% | - |
| HSV(B) | 304.39º | 0.57% | 0.28% | - |
| XYZ | 4.24 | 2.79 | 5.94 | - |
| YUV | 47.59 | 140.08 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 31 | 69 | 0 | 0.57 | 0.04 | 0.72 | 304.39 | 0.4 | 0.2 |
| Hex | 48 | 1F | 45 | 0 | 39 | 4 | 48 | 130 | 28 | 14 |
| Octal | 110 | 37 | 105 | 0 | 71 | 4 | 110 | 460 | 50 | 24 |
| Binary | 1001000 | 11111 | 1000101 | 0 | 111001 | 100 | 1001000 | 100110000 | 101000 | 10100 |
Color Harmonies of #481F45
Complementary color
Monochromatic Colors of #481F45
Black with #481F45
Text Example
Text Example
White with #481F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481F45; }
p { color: rgb(72,31,69); }
H1.HeaderClassName
{
color: #481F45;
}
.AnyTagClassName
{
color: #481F45;
}
</style>
background-color css
<style>
a { background-color: #481F45; }
a { background-color: rgb(72,31,69); }
div.DivClassName
{
background-color: #481F45;
}
.BgClassName
{
background-color: #481F45;
}
</style>
border-color css
<style>
span { border-color: #481F45; }
span { border-color: rgb(72,31,69); }
td.TdClassName
{
border-color: #481F45;
}
.TagClassName
{
border-color: #481F45;
}
</style>