Shades of Loulou #481E44
Tints of Loulou #481E44
RGB
CMYK
RGB Variations
Color information
#481E44 (or 0x481E44) is known color: Loulou. HEX triplet: 48, 1E and 44. RGB value is (72,30,68). Sum of RGB (Red+Green+Blue) = 72+30+68=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 30 (12.11% from 255 or 17.65% from 170); Blue value is 68 (26.95% from 255 or 40% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #481E44 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #481E44 is #B7E1BB. Grayscale: #2E2E2E. Windows color (decimal): -12050876 or 4464200. OLE color: 4464200.
HSL color Cylindrical-coordinate representation of color #481E44: hue angle of 305.71º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #481E44 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 72 | 30 | 68 | - |
| CMYK | 0 | 0.58 | 0.06 | 0.72 |
| HSL | 305.71º | 0.41% | 0.2% | - |
| HSV(B) | 305.71º | 0.58% | 0.28% | - |
| XYZ | 4.18 | 2.72 | 5.77 | - |
| YUV | 46.89 | 139.91 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 30 | 68 | 0 | 0.58 | 0.06 | 0.72 | 305.71 | 0.41 | 0.2 |
| Hex | 48 | 1E | 44 | 0 | 3A | 6 | 48 | 132 | 29 | 14 |
| Octal | 110 | 36 | 104 | 0 | 72 | 6 | 110 | 462 | 51 | 24 |
| Binary | 1001000 | 11110 | 1000100 | 0 | 111010 | 110 | 1001000 | 100110010 | 101001 | 10100 |
Color Harmonies of #481E44
Complementary color
Monochromatic Colors of #481E44
Black with #481E44
Text Example
Text Example
White with #481E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #481E44; }
p { color: rgb(72,30,68); }
H1.HeaderClassName
{
color: #481E44;
}
.AnyTagClassName
{
color: #481E44;
}
</style>
background-color css
<style>
a { background-color: #481E44; }
a { background-color: rgb(72,30,68); }
div.DivClassName
{
background-color: #481E44;
}
.BgClassName
{
background-color: #481E44;
}
</style>
border-color css
<style>
span { border-color: #481E44; }
span { border-color: rgb(72,30,68); }
td.TdClassName
{
border-color: #481E44;
}
.TagClassName
{
border-color: #481E44;
}
</style>