Shades of Loulou #532F4B
Tints of Loulou #532F4B
RGB
CMYK
RGB Variations
Color information
#532F4B (or 0x532F4B) is known color: Loulou. HEX triplet: 53, 2F and 4B. RGB value is (83,47,75). Sum of RGB (Red+Green+Blue) = 83+47+75=205 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.49% from 205); Green value is 47 (18.75% from 255 or 22.93% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 83 - color contains mainly: red. Hex color #532F4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532F4B is #ACD0B4. Grayscale: #3C3C3C. Windows color (decimal): -11325621 or 4927315. OLE color: 4927315.
HSL color Cylindrical-coordinate representation of color #532F4B: hue angle of 313.33º 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 #532F4B is Cyan = 0, Magento = 0.43, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 75 | - |
| CMYK | 0 | 0.43 | 0.10 | 0.67 |
| HSL | 313.33º | 0.28% | 0.25% | - |
| HSV(B) | 313.33º | 0.43% | 0.33% | - |
| XYZ | 5.85 | 4.38 | 7.19 | - |
| YUV | 60.96 | 135.93 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 75 | 0 | 0.43 | 0.10 | 0.67 | 313.33 | 0.28 | 0.25 |
| Hex | 53 | 2F | 4B | 0 | 2B | A | 43 | 139 | 1C | 19 |
| Octal | 123 | 57 | 113 | 0 | 53 | 12 | 103 | 471 | 34 | 31 |
| Binary | 1010011 | 101111 | 1001011 | 0 | 101011 | 1010 | 1000011 | 100111001 | 11100 | 11001 |
Color Harmonies of #532F4B
Complementary color
Monochromatic Colors of #532F4B
Black with #532F4B
Text Example
Text Example
White with #532F4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F4B; }
p { color: rgb(83,47,75); }
H1.HeaderClassName
{
color: #532F4B;
}
.AnyTagClassName
{
color: #532F4B;
}
</style>
background-color css
<style>
a { background-color: #532F4B; }
a { background-color: rgb(83,47,75); }
div.DivClassName
{
background-color: #532F4B;
}
.BgClassName
{
background-color: #532F4B;
}
</style>
border-color css
<style>
span { border-color: #532F4B; }
span { border-color: rgb(83,47,75); }
td.TdClassName
{
border-color: #532F4B;
}
.TagClassName
{
border-color: #532F4B;
}
</style>