Shades of Loulou #532A47
Tints of Loulou #532A47
RGB
CMYK
RGB Variations
Color information
#532A47 (or 0x532A47) is known color: Loulou. HEX triplet: 53, 2A and 47. RGB value is (83,42,71). Sum of RGB (Red+Green+Blue) = 83+42+71=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 42 (16.80% from 255 or 21.43% from 196); Blue value is 71 (28.12% from 255 or 36.22% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #532A47 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A47 is #ACD5B8. Grayscale: #393939. Windows color (decimal): -11326905 or 4663891. OLE color: 4663891.
HSL color Cylindrical-coordinate representation of color #532A47: hue angle of 317.56º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A47 is Cyan = 0, Magento = 0.49, Yellow = 0.14 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 71 | - |
| CMYK | 0 | 0.49 | 0.14 | 0.67 |
| HSL | 317.56º | 0.33% | 0.25% | - |
| HSV(B) | 317.56º | 0.49% | 0.33% | - |
| XYZ | 5.53 | 3.95 | 6.43 | - |
| YUV | 57.57 | 135.58 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 71 | 0 | 0.49 | 0.14 | 0.67 | 317.56 | 0.33 | 0.25 |
| Hex | 53 | 2A | 47 | 0 | 31 | E | 43 | 13E | 21 | 19 |
| Octal | 123 | 52 | 107 | 0 | 61 | 16 | 103 | 476 | 41 | 31 |
| Binary | 1010011 | 101010 | 1000111 | 0 | 110001 | 1110 | 1000011 | 100111110 | 100001 | 11001 |
Color Harmonies of #532A47
Complementary color
Monochromatic Colors of #532A47
Black with #532A47
Text Example
Text Example
White with #532A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A47; }
p { color: rgb(83,42,71); }
H1.HeaderClassName
{
color: #532A47;
}
.AnyTagClassName
{
color: #532A47;
}
</style>
background-color css
<style>
a { background-color: #532A47; }
a { background-color: rgb(83,42,71); }
div.DivClassName
{
background-color: #532A47;
}
.BgClassName
{
background-color: #532A47;
}
</style>
border-color css
<style>
span { border-color: #532A47; }
span { border-color: rgb(83,42,71); }
td.TdClassName
{
border-color: #532A47;
}
.TagClassName
{
border-color: #532A47;
}
</style>