Shades of Loulou #532E4B
Tints of Loulou #532E4B
RGB
CMYK
RGB Variations
Color information
#532E4B (or 0x532E4B) is known color: Loulou. HEX triplet: 53, 2E and 4B. RGB value is (83,46,75). Sum of RGB (Red+Green+Blue) = 83+46+75=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 46 (18.36% from 255 or 22.55% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #532E4B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532E4B is #ACD1B4. Grayscale: #3C3C3C. Windows color (decimal): -11325877 or 4927059. OLE color: 4927059.
HSL color Cylindrical-coordinate representation of color #532E4B: hue angle of 312.97º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #532E4B is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 46 | 75 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.67 |
| HSL | 312.97º | 0.29% | 0.25% | - |
| HSV(B) | 312.97º | 0.45% | 0.33% | - |
| XYZ | 5.81 | 4.3 | 7.18 | - |
| YUV | 60.37 | 136.26 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 75 | 0 | 0.45 | 0.10 | 0.67 | 312.97 | 0.29 | 0.25 |
| Hex | 53 | 2E | 4B | 0 | 2D | A | 43 | 139 | 1D | 19 |
| Octal | 123 | 56 | 113 | 0 | 55 | 12 | 103 | 471 | 35 | 31 |
| Binary | 1010011 | 101110 | 1001011 | 0 | 101101 | 1010 | 1000011 | 100111001 | 11101 | 11001 |
Color Harmonies of #532E4B
Complementary color
Monochromatic Colors of #532E4B
Black with #532E4B
Text Example
Text Example
White with #532E4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532E4B; }
p { color: rgb(83,46,75); }
H1.HeaderClassName
{
color: #532E4B;
}
.AnyTagClassName
{
color: #532E4B;
}
</style>
background-color css
<style>
a { background-color: #532E4B; }
a { background-color: rgb(83,46,75); }
div.DivClassName
{
background-color: #532E4B;
}
.BgClassName
{
background-color: #532E4B;
}
</style>
border-color css
<style>
span { border-color: #532E4B; }
span { border-color: rgb(83,46,75); }
td.TdClassName
{
border-color: #532E4B;
}
.TagClassName
{
border-color: #532E4B;
}
</style>