Shades of Loulou #531C48
Tints of Loulou #531C48
RGB
CMYK
RGB Variations
Color information
#531C48 (or 0x531C48) is known color: Loulou. HEX triplet: 53, 1C and 48. RGB value is (83,28,72). Sum of RGB (Red+Green+Blue) = 83+28+72=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 72 (28.52% from 255 or 39.34% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #531C48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C48 is #ACE3B7. Grayscale: #313131. Windows color (decimal): -11330488 or 4725843. OLE color: 4725843.
HSL color Cylindrical-coordinate representation of color #531C48: hue angle of 312º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C48 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 72 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.67 |
| HSL | 312º | 0.5% | 0.22% | - |
| HSV(B) | 312º | 0.66% | 0.33% | - |
| XYZ | 5.15 | 3.14 | 6.46 | - |
| YUV | 49.46 | 140.72 | 151.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 72 | 0 | 0.66 | 0.13 | 0.67 | 312 | 0.5 | 0.22 |
| Hex | 53 | 1C | 48 | 0 | 42 | D | 43 | 138 | 32 | 16 |
| Octal | 123 | 34 | 110 | 0 | 102 | 15 | 103 | 470 | 62 | 26 |
| Binary | 1010011 | 11100 | 1001000 | 0 | 1000010 | 1101 | 1000011 | 100111000 | 110010 | 10110 |
Color Harmonies of #531C48
Complementary color
Monochromatic Colors of #531C48
Black with #531C48
Text Example
Text Example
White with #531C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C48; }
p { color: rgb(83,28,72); }
H1.HeaderClassName
{
color: #531C48;
}
.AnyTagClassName
{
color: #531C48;
}
</style>
background-color css
<style>
a { background-color: #531C48; }
a { background-color: rgb(83,28,72); }
div.DivClassName
{
background-color: #531C48;
}
.BgClassName
{
background-color: #531C48;
}
</style>
border-color css
<style>
span { border-color: #531C48; }
span { border-color: rgb(83,28,72); }
td.TdClassName
{
border-color: #531C48;
}
.TagClassName
{
border-color: #531C48;
}
</style>