Shades of Loulou #531A45
Tints of Loulou #531A45
RGB
CMYK
RGB Variations
Color information
#531A45 (or 0x531A45) is known color: Loulou. HEX triplet: 53, 1A and 45. RGB value is (83,26,69). Sum of RGB (Red+Green+Blue) = 83+26+69=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #531A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A45 is #ACE5BA. Grayscale: #2F2F2F. Windows color (decimal): -11331003 or 4528723. OLE color: 4528723.
HSL color Cylindrical-coordinate representation of color #531A45: hue angle of 314.74º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A45 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 69 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.67 |
| HSL | 314.74º | 0.52% | 0.21% | - |
| HSV(B) | 314.74º | 0.69% | 0.33% | - |
| XYZ | 5.01 | 3.01 | 5.95 | - |
| YUV | 47.95 | 139.88 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 69 | 0 | 0.69 | 0.17 | 0.67 | 314.74 | 0.52 | 0.21 |
| Hex | 53 | 1A | 45 | 0 | 45 | 11 | 43 | 13B | 34 | 15 |
| Octal | 123 | 32 | 105 | 0 | 105 | 21 | 103 | 473 | 64 | 25 |
| Binary | 1010011 | 11010 | 1000101 | 0 | 1000101 | 10001 | 1000011 | 100111011 | 110100 | 10101 |
Color Harmonies of #531A45
Complementary color
Monochromatic Colors of #531A45
Black with #531A45
Text Example
Text Example
White with #531A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A45; }
p { color: rgb(83,26,69); }
H1.HeaderClassName
{
color: #531A45;
}
.AnyTagClassName
{
color: #531A45;
}
</style>
background-color css
<style>
a { background-color: #531A45; }
a { background-color: rgb(83,26,69); }
div.DivClassName
{
background-color: #531A45;
}
.BgClassName
{
background-color: #531A45;
}
</style>
border-color css
<style>
span { border-color: #531A45; }
span { border-color: rgb(83,26,69); }
td.TdClassName
{
border-color: #531A45;
}
.TagClassName
{
border-color: #531A45;
}
</style>