Shades of Loulou #532A46
Tints of Loulou #532A46
RGB
CMYK
RGB Variations
Color information
#532A46 (or 0x532A46) is known color: Loulou. HEX triplet: 53, 2A and 46. RGB value is (83,42,70). Sum of RGB (Red+Green+Blue) = 83+42+70=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 42 (16.80% from 255 or 21.54% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #532A46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A46 is #ACD5B9. Grayscale: #393939. Windows color (decimal): -11326906 or 4598355. OLE color: 4598355.
HSL color Cylindrical-coordinate representation of color #532A46: hue angle of 319.02º 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 #532A46 is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 70 | - |
| CMYK | 0 | 0.49 | 0.16 | 0.67 |
| HSL | 319.02º | 0.33% | 0.25% | - |
| HSV(B) | 319.02º | 0.49% | 0.33% | - |
| XYZ | 5.5 | 3.94 | 6.26 | - |
| YUV | 57.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 70 | 0 | 0.49 | 0.16 | 0.67 | 319.02 | 0.33 | 0.25 |
| Hex | 53 | 2A | 46 | 0 | 31 | 10 | 43 | 13F | 21 | 19 |
| Octal | 123 | 52 | 106 | 0 | 61 | 20 | 103 | 477 | 41 | 31 |
| Binary | 1010011 | 101010 | 1000110 | 0 | 110001 | 10000 | 1000011 | 100111111 | 100001 | 11001 |
Color Harmonies of #532A46
Complementary color
Monochromatic Colors of #532A46
Black with #532A46
Text Example
Text Example
White with #532A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A46; }
p { color: rgb(83,42,70); }
H1.HeaderClassName
{
color: #532A46;
}
.AnyTagClassName
{
color: #532A46;
}
</style>
background-color css
<style>
a { background-color: #532A46; }
a { background-color: rgb(83,42,70); }
div.DivClassName
{
background-color: #532A46;
}
.BgClassName
{
background-color: #532A46;
}
</style>
border-color css
<style>
span { border-color: #532A46; }
span { border-color: rgb(83,42,70); }
td.TdClassName
{
border-color: #532A46;
}
.TagClassName
{
border-color: #532A46;
}
</style>