Shades of Loulou #531D43
Tints of Loulou #531D43
RGB
CMYK
RGB Variations
Color information
#531D43 (or 0x531D43) is known color: Loulou. HEX triplet: 53, 1D and 43. RGB value is (83,29,67). Sum of RGB (Red+Green+Blue) = 83+29+67=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 67 (26.56% from 255 or 37.43% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #531D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D43 is #ACE2BC. Grayscale: #313131. Windows color (decimal): -11330237 or 4398419. OLE color: 4398419.
HSL color Cylindrical-coordinate representation of color #531D43: hue angle of 317.78º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #531D43 is Cyan = 0, Magento = 0.65, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 67 | - |
| CMYK | 0 | 0.65 | 0.19 | 0.67 |
| HSL | 317.78º | 0.48% | 0.22% | - |
| HSV(B) | 317.78º | 0.65% | 0.33% | - |
| XYZ | 5.02 | 3.12 | 5.65 | - |
| YUV | 49.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 67 | 0 | 0.65 | 0.19 | 0.67 | 317.78 | 0.48 | 0.22 |
| Hex | 53 | 1D | 43 | 0 | 41 | 13 | 43 | 13E | 30 | 16 |
| Octal | 123 | 35 | 103 | 0 | 101 | 23 | 103 | 476 | 60 | 26 |
| Binary | 1010011 | 11101 | 1000011 | 0 | 1000001 | 10011 | 1000011 | 100111110 | 110000 | 10110 |
Color Harmonies of #531D43
Complementary color
Monochromatic Colors of #531D43
Black with #531D43
Text Example
Text Example
White with #531D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D43; }
p { color: rgb(83,29,67); }
H1.HeaderClassName
{
color: #531D43;
}
.AnyTagClassName
{
color: #531D43;
}
</style>
background-color css
<style>
a { background-color: #531D43; }
a { background-color: rgb(83,29,67); }
div.DivClassName
{
background-color: #531D43;
}
.BgClassName
{
background-color: #531D43;
}
</style>
border-color css
<style>
span { border-color: #531D43; }
span { border-color: rgb(83,29,67); }
td.TdClassName
{
border-color: #531D43;
}
.TagClassName
{
border-color: #531D43;
}
</style>