Shades of Loulou #532B4C
Tints of Loulou #532B4C
RGB
CMYK
RGB Variations
Color information
#532B4C (or 0x532B4C) is known color: Loulou. HEX triplet: 53, 2B and 4C. RGB value is (83,43,76). Sum of RGB (Red+Green+Blue) = 83+43+76=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 43 (17.19% from 255 or 21.29% from 202); Blue value is 76 (30.08% from 255 or 37.62% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #532B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532B4C is #ACD4B3. Grayscale: #3A3A3A. Windows color (decimal): -11326644 or 4991827. OLE color: 4991827.
HSL color Cylindrical-coordinate representation of color #532B4C: hue angle of 310.5º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #532B4C is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 76 | - |
| CMYK | 0 | 0.48 | 0.08 | 0.67 |
| HSL | 310.5º | 0.32% | 0.25% | - |
| HSV(B) | 310.5º | 0.48% | 0.33% | - |
| XYZ | 5.74 | 4.09 | 7.32 | - |
| YUV | 58.72 | 137.75 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 76 | 0 | 0.48 | 0.08 | 0.67 | 310.5 | 0.32 | 0.25 |
| Hex | 53 | 2B | 4C | 0 | 30 | 8 | 43 | 136 | 20 | 19 |
| Octal | 123 | 53 | 114 | 0 | 60 | 10 | 103 | 466 | 40 | 31 |
| Binary | 1010011 | 101011 | 1001100 | 0 | 110000 | 1000 | 1000011 | 100110110 | 100000 | 11001 |
Color Harmonies of #532B4C
Complementary color
Monochromatic Colors of #532B4C
Black with #532B4C
Text Example
Text Example
White with #532B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B4C; }
p { color: rgb(83,43,76); }
H1.HeaderClassName
{
color: #532B4C;
}
.AnyTagClassName
{
color: #532B4C;
}
</style>
background-color css
<style>
a { background-color: #532B4C; }
a { background-color: rgb(83,43,76); }
div.DivClassName
{
background-color: #532B4C;
}
.BgClassName
{
background-color: #532B4C;
}
</style>
border-color css
<style>
span { border-color: #532B4C; }
span { border-color: rgb(83,43,76); }
td.TdClassName
{
border-color: #532B4C;
}
.TagClassName
{
border-color: #532B4C;
}
</style>