Shades of Loulou #531D4A
Tints of Loulou #531D4A
RGB
CMYK
RGB Variations
Color information
#531D4A (or 0x531D4A) is known color: Loulou. HEX triplet: 53, 1D and 4A. RGB value is (83,29,74). Sum of RGB (Red+Green+Blue) = 83+29+74=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #531D4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531D4A is #ACE2B5. Grayscale: #323232. Windows color (decimal): -11330230 or 4857171. OLE color: 4857171.
HSL color Cylindrical-coordinate representation of color #531D4A: hue angle of 310º 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 #531D4A is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 29 | 74 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.67 |
| HSL | 310º | 0.48% | 0.22% | - |
| HSV(B) | 310º | 0.65% | 0.33% | - |
| XYZ | 5.24 | 3.21 | 6.82 | - |
| YUV | 50.28 | 141.39 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 29 | 74 | 0 | 0.65 | 0.11 | 0.67 | 310 | 0.48 | 0.22 |
| Hex | 53 | 1D | 4A | 0 | 41 | B | 43 | 136 | 30 | 16 |
| Octal | 123 | 35 | 112 | 0 | 101 | 13 | 103 | 466 | 60 | 26 |
| Binary | 1010011 | 11101 | 1001010 | 0 | 1000001 | 1011 | 1000011 | 100110110 | 110000 | 10110 |
Color Harmonies of #531D4A
Complementary color
Monochromatic Colors of #531D4A
Black with #531D4A
Text Example
Text Example
White with #531D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531D4A; }
p { color: rgb(83,29,74); }
H1.HeaderClassName
{
color: #531D4A;
}
.AnyTagClassName
{
color: #531D4A;
}
</style>
background-color css
<style>
a { background-color: #531D4A; }
a { background-color: rgb(83,29,74); }
div.DivClassName
{
background-color: #531D4A;
}
.BgClassName
{
background-color: #531D4A;
}
</style>
border-color css
<style>
span { border-color: #531D4A; }
span { border-color: rgb(83,29,74); }
td.TdClassName
{
border-color: #531D4A;
}
.TagClassName
{
border-color: #531D4A;
}
</style>