Shades of Loulou #531C45
Tints of Loulou #531C45
RGB
CMYK
RGB Variations
Color information
#531C45 (or 0x531C45) is known color: Loulou. HEX triplet: 53, 1C and 45. RGB value is (83,28,69). Sum of RGB (Red+Green+Blue) = 83+28+69=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 69 (27.34% from 255 or 38.33% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #531C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C45 is #ACE3BA. Grayscale: #313131. Windows color (decimal): -11330491 or 4529235. OLE color: 4529235.
HSL color Cylindrical-coordinate representation of color #531C45: hue angle of 315.27º 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 #531C45 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 69 | - |
| CMYK | 0 | 0.66 | 0.17 | 0.67 |
| HSL | 315.27º | 0.5% | 0.22% | - |
| HSV(B) | 315.27º | 0.66% | 0.33% | - |
| XYZ | 5.06 | 3.1 | 5.96 | - |
| YUV | 49.12 | 139.22 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 69 | 0 | 0.66 | 0.17 | 0.67 | 315.27 | 0.5 | 0.22 |
| Hex | 53 | 1C | 45 | 0 | 42 | 11 | 43 | 13B | 32 | 16 |
| Octal | 123 | 34 | 105 | 0 | 102 | 21 | 103 | 473 | 62 | 26 |
| Binary | 1010011 | 11100 | 1000101 | 0 | 1000010 | 10001 | 1000011 | 100111011 | 110010 | 10110 |
Color Harmonies of #531C45
Complementary color
Monochromatic Colors of #531C45
Black with #531C45
Text Example
Text Example
White with #531C45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C45; }
p { color: rgb(83,28,69); }
H1.HeaderClassName
{
color: #531C45;
}
.AnyTagClassName
{
color: #531C45;
}
</style>
background-color css
<style>
a { background-color: #531C45; }
a { background-color: rgb(83,28,69); }
div.DivClassName
{
background-color: #531C45;
}
.BgClassName
{
background-color: #531C45;
}
</style>
border-color css
<style>
span { border-color: #531C45; }
span { border-color: rgb(83,28,69); }
td.TdClassName
{
border-color: #531C45;
}
.TagClassName
{
border-color: #531C45;
}
</style>