Shades of Loulou #532D45
Tints of Loulou #532D45
RGB
CMYK
RGB Variations
Color information
#532D45 (or 0x532D45) is known color: Loulou. HEX triplet: 53, 2D and 45. RGB value is (83,45,69). Sum of RGB (Red+Green+Blue) = 83+45+69=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 45 (17.97% from 255 or 22.84% from 197); Blue value is 69 (27.34% from 255 or 35.03% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532D45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532D45 is #ACD2BA. Grayscale: #3B3B3B. Windows color (decimal): -11326139 or 4533587. OLE color: 4533587.
HSL color Cylindrical-coordinate representation of color #532D45: hue angle of 322.11º degrees, saturation: 0.3, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #532D45 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 69 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.67 |
| HSL | 322.11º | 0.3% | 0.25% | - |
| HSV(B) | 322.11º | 0.46% | 0.33% | - |
| XYZ | 5.58 | 4.15 | 6.14 | - |
| YUV | 59.1 | 133.59 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 69 | 0 | 0.46 | 0.17 | 0.67 | 322.11 | 0.3 | 0.25 |
| Hex | 53 | 2D | 45 | 0 | 2E | 11 | 43 | 142 | 1E | 19 |
| Octal | 123 | 55 | 105 | 0 | 56 | 21 | 103 | 502 | 36 | 31 |
| Binary | 1010011 | 101101 | 1000101 | 0 | 101110 | 10001 | 1000011 | 101000010 | 11110 | 11001 |
Color Harmonies of #532D45
Complementary color
Monochromatic Colors of #532D45
Black with #532D45
Text Example
Text Example
White with #532D45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D45; }
p { color: rgb(83,45,69); }
H1.HeaderClassName
{
color: #532D45;
}
.AnyTagClassName
{
color: #532D45;
}
</style>
background-color css
<style>
a { background-color: #532D45; }
a { background-color: rgb(83,45,69); }
div.DivClassName
{
background-color: #532D45;
}
.BgClassName
{
background-color: #532D45;
}
</style>
border-color css
<style>
span { border-color: #532D45; }
span { border-color: rgb(83,45,69); }
td.TdClassName
{
border-color: #532D45;
}
.TagClassName
{
border-color: #532D45;
}
</style>