Shades of Loulou #531E43
Tints of Loulou #531E43
RGB
CMYK
RGB Variations
Color information
#531E43 (or 0x531E43) is known color: Loulou. HEX triplet: 53, 1E and 43. RGB value is (83,30,67). Sum of RGB (Red+Green+Blue) = 83+30+67=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 30 (12.11% from 255 or 16.67% from 180); Blue value is 67 (26.56% from 255 or 37.22% from 180); Max value from RGB is 83 - color contains mainly: red. Hex color #531E43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531E43 is #ACE1BC. Grayscale: #313131. Windows color (decimal): -11329981 or 4398675. OLE color: 4398675.
HSL color Cylindrical-coordinate representation of color #531E43: hue angle of 318.11º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #531E43 is Cyan = 0, Magento = 0.64, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 67 | - |
| CMYK | 0 | 0.64 | 0.19 | 0.67 |
| HSL | 318.11º | 0.47% | 0.22% | - |
| HSV(B) | 318.11º | 0.64% | 0.33% | - |
| XYZ | 5.04 | 3.17 | 5.66 | - |
| YUV | 50.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 67 | 0 | 0.64 | 0.19 | 0.67 | 318.11 | 0.47 | 0.22 |
| Hex | 53 | 1E | 43 | 0 | 40 | 13 | 43 | 13E | 2F | 16 |
| Octal | 123 | 36 | 103 | 0 | 100 | 23 | 103 | 476 | 57 | 26 |
| Binary | 1010011 | 11110 | 1000011 | 0 | 1000000 | 10011 | 1000011 | 100111110 | 101111 | 10110 |
Color Harmonies of #531E43
Complementary color
Monochromatic Colors of #531E43
Black with #531E43
Text Example
Text Example
White with #531E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E43; }
p { color: rgb(83,30,67); }
H1.HeaderClassName
{
color: #531E43;
}
.AnyTagClassName
{
color: #531E43;
}
</style>
background-color css
<style>
a { background-color: #531E43; }
a { background-color: rgb(83,30,67); }
div.DivClassName
{
background-color: #531E43;
}
.BgClassName
{
background-color: #531E43;
}
</style>
border-color css
<style>
span { border-color: #531E43; }
span { border-color: rgb(83,30,67); }
td.TdClassName
{
border-color: #531E43;
}
.TagClassName
{
border-color: #531E43;
}
</style>