Shades of Loulou #532D47
Tints of Loulou #532D47
RGB
CMYK
RGB Variations
Color information
#532D47 (or 0x532D47) is known color: Loulou. HEX triplet: 53, 2D and 47. RGB value is (83,45,71). Sum of RGB (Red+Green+Blue) = 83+45+71=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 45 (17.97% from 255 or 22.61% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #532D47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D47 is #ACD2B8. Grayscale: #3B3B3B. Windows color (decimal): -11326137 or 4664659. OLE color: 4664659.
HSL color Cylindrical-coordinate representation of color #532D47: hue angle of 318.95º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532D47 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 71 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.67 |
| HSL | 318.95º | 0.3% | 0.25% | - |
| HSV(B) | 318.95º | 0.46% | 0.33% | - |
| XYZ | 5.64 | 4.17 | 6.47 | - |
| YUV | 59.33 | 134.59 | 144.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 71 | 0 | 0.46 | 0.14 | 0.67 | 318.95 | 0.3 | 0.25 |
| Hex | 53 | 2D | 47 | 0 | 2E | E | 43 | 13F | 1E | 19 |
| Octal | 123 | 55 | 107 | 0 | 56 | 16 | 103 | 477 | 36 | 31 |
| Binary | 1010011 | 101101 | 1000111 | 0 | 101110 | 1110 | 1000011 | 100111111 | 11110 | 11001 |
Color Harmonies of #532D47
Complementary color
Monochromatic Colors of #532D47
Black with #532D47
Text Example
Text Example
White with #532D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D47; }
p { color: rgb(83,45,71); }
H1.HeaderClassName
{
color: #532D47;
}
.AnyTagClassName
{
color: #532D47;
}
</style>
background-color css
<style>
a { background-color: #532D47; }
a { background-color: rgb(83,45,71); }
div.DivClassName
{
background-color: #532D47;
}
.BgClassName
{
background-color: #532D47;
}
</style>
border-color css
<style>
span { border-color: #532D47; }
span { border-color: rgb(83,45,71); }
td.TdClassName
{
border-color: #532D47;
}
.TagClassName
{
border-color: #532D47;
}
</style>