Shades of Loulou #481D44
Tints of Loulou #481D44
RGB
CMYK
RGB Variations
Color information
#481D44 (or 0x481D44) is known color: Loulou. HEX triplet: 48, 1D and 44. RGB value is (72,29,68). Sum of RGB (Red+Green+Blue) = 72+29+68=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 68 (26.95% from 255 or 40.24% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #481D44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481D44 is #B7E2BB. Grayscale: #2E2E2E. Windows color (decimal): -12051132 or 4463944. OLE color: 4463944.
HSL color Cylindrical-coordinate representation of color #481D44: hue angle of 305.58º 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 #481D44 is Cyan = 0, Magento = 0.60, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 29 | 68 | - |
| CMYK | 0 | 0.60 | 0.06 | 0.72 |
| HSL | 305.58º | 0.43% | 0.2% | - |
| HSV(B) | 305.58º | 0.6% | 0.28% | - |
| XYZ | 4.16 | 2.67 | 5.77 | - |
| YUV | 46.3 | 140.25 | 146.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 29 | 68 | 0 | 0.60 | 0.06 | 0.72 | 305.58 | 0.43 | 0.2 |
| Hex | 48 | 1D | 44 | 0 | 3C | 6 | 48 | 132 | 2B | 14 |
| Octal | 110 | 35 | 104 | 0 | 74 | 6 | 110 | 462 | 53 | 24 |
| Binary | 1001000 | 11101 | 1000100 | 0 | 111100 | 110 | 1001000 | 100110010 | 101011 | 10100 |
Color Harmonies of #481D44
Complementary color
Monochromatic Colors of #481D44
Black with #481D44
Text Example
Text Example
White with #481D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481D44; }
p { color: rgb(72,29,68); }
H1.HeaderClassName
{
color: #481D44;
}
.AnyTagClassName
{
color: #481D44;
}
</style>
background-color css
<style>
a { background-color: #481D44; }
a { background-color: rgb(72,29,68); }
div.DivClassName
{
background-color: #481D44;
}
.BgClassName
{
background-color: #481D44;
}
</style>
border-color css
<style>
span { border-color: #481D44; }
span { border-color: rgb(72,29,68); }
td.TdClassName
{
border-color: #481D44;
}
.TagClassName
{
border-color: #481D44;
}
</style>