Shades of Loulou #532F4F
Tints of Loulou #532F4F
RGB
CMYK
RGB Variations
Color information
#532F4F (or 0x532F4F) is known color: Loulou. HEX triplet: 53, 2F and 4F. RGB value is (83,47,79). Sum of RGB (Red+Green+Blue) = 83+47+79=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #532F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #532F4F is #ACD0B0. Grayscale: #3D3D3D. Windows color (decimal): -11325617 or 5189459. OLE color: 5189459.
HSL color Cylindrical-coordinate representation of color #532F4F: hue angle of 306.67º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #532F4F is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 79 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.67 |
| HSL | 306.67º | 0.28% | 0.25% | - |
| HSV(B) | 306.67º | 0.43% | 0.33% | - |
| XYZ | 6 | 4.44 | 7.94 | - |
| YUV | 61.41 | 137.93 | 143.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 79 | 0 | 0.43 | 0.05 | 0.67 | 306.67 | 0.28 | 0.25 |
| Hex | 53 | 2F | 4F | 0 | 2B | 5 | 43 | 133 | 1C | 19 |
| Octal | 123 | 57 | 117 | 0 | 53 | 5 | 103 | 463 | 34 | 31 |
| Binary | 1010011 | 101111 | 1001111 | 0 | 101011 | 101 | 1000011 | 100110011 | 11100 | 11001 |
Color Harmonies of #532F4F
Complementary color
Monochromatic Colors of #532F4F
Black with #532F4F
Text Example
Text Example
White with #532F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F4F; }
p { color: rgb(83,47,79); }
H1.HeaderClassName
{
color: #532F4F;
}
.AnyTagClassName
{
color: #532F4F;
}
</style>
background-color css
<style>
a { background-color: #532F4F; }
a { background-color: rgb(83,47,79); }
div.DivClassName
{
background-color: #532F4F;
}
.BgClassName
{
background-color: #532F4F;
}
</style>
border-color css
<style>
span { border-color: #532F4F; }
span { border-color: rgb(83,47,79); }
td.TdClassName
{
border-color: #532F4F;
}
.TagClassName
{
border-color: #532F4F;
}
</style>