Shades of Loulou #481D45
Tints of Loulou #481D45
RGB
CMYK
RGB Variations
Color information
#481D45 (or 0x481D45) is known color: Loulou. HEX triplet: 48, 1D and 45. RGB value is (72,29,69). Sum of RGB (Red+Green+Blue) = 72+29+69=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 29 (11.72% from 255 or 17.06% from 170); Blue value is 69 (27.34% from 255 or 40.59% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #481D45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D45 is #B7E2BA. Grayscale: #2E2E2E. Windows color (decimal): -12051131 or 4529480. OLE color: 4529480.
HSL color Cylindrical-coordinate representation of color #481D45: hue angle of 304.19º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #481D45 is Cyan = 0, Magento = 0.60, Yellow = 0.04 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 69 | - |
| CMYK | 0 | 0.60 | 0.04 | 0.72 |
| HSL | 304.19º | 0.43% | 0.2% | - |
| HSV(B) | 304.19º | 0.6% | 0.28% | - |
| XYZ | 4.19 | 2.69 | 5.93 | - |
| YUV | 46.42 | 140.75 | 146.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 69 | 0 | 0.60 | 0.04 | 0.72 | 304.19 | 0.43 | 0.2 |
| Hex | 48 | 1D | 45 | 0 | 3C | 4 | 48 | 130 | 2B | 14 |
| Octal | 110 | 35 | 105 | 0 | 74 | 4 | 110 | 460 | 53 | 24 |
| Binary | 1001000 | 11101 | 1000101 | 0 | 111100 | 100 | 1001000 | 100110000 | 101011 | 10100 |
Color Harmonies of #481D45
Complementary color
Monochromatic Colors of #481D45
Black with #481D45
Text Example
Text Example
White with #481D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D45; }
p { color: rgb(72,29,69); }
H1.HeaderClassName
{
color: #481D45;
}
.AnyTagClassName
{
color: #481D45;
}
</style>
background-color css
<style>
a { background-color: #481D45; }
a { background-color: rgb(72,29,69); }
div.DivClassName
{
background-color: #481D45;
}
.BgClassName
{
background-color: #481D45;
}
</style>
border-color css
<style>
span { border-color: #481D45; }
span { border-color: rgb(72,29,69); }
td.TdClassName
{
border-color: #481D45;
}
.TagClassName
{
border-color: #481D45;
}
</style>