Shades of Loulou #532A45
Tints of Loulou #532A45
RGB
CMYK
RGB Variations
Color information
#532A45 (or 0x532A45) is known color: Loulou. HEX triplet: 53, 2A and 45. RGB value is (83,42,69). Sum of RGB (Red+Green+Blue) = 83+42+69=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 42 (16.80% from 255 or 21.65% from 194); Blue value is 69 (27.34% from 255 or 35.57% from 194); Max value from RGB is 83 - color contains mainly: red. Hex color #532A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A45 is #ACD5BA. Grayscale: #393939. Windows color (decimal): -11326907 or 4532819. OLE color: 4532819.
HSL color Cylindrical-coordinate representation of color #532A45: hue angle of 320.49º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A45 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 69 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.67 |
| HSL | 320.49º | 0.33% | 0.25% | - |
| HSV(B) | 320.49º | 0.49% | 0.33% | - |
| XYZ | 5.47 | 3.92 | 6.1 | - |
| YUV | 57.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 69 | 0 | 0.49 | 0.17 | 0.67 | 320.49 | 0.33 | 0.25 |
| Hex | 53 | 2A | 45 | 0 | 31 | 11 | 43 | 140 | 21 | 19 |
| Octal | 123 | 52 | 105 | 0 | 61 | 21 | 103 | 500 | 41 | 31 |
| Binary | 1010011 | 101010 | 1000101 | 0 | 110001 | 10001 | 1000011 | 101000000 | 100001 | 11001 |
Color Harmonies of #532A45
Complementary color
Monochromatic Colors of #532A45
Black with #532A45
Text Example
Text Example
White with #532A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A45; }
p { color: rgb(83,42,69); }
H1.HeaderClassName
{
color: #532A45;
}
.AnyTagClassName
{
color: #532A45;
}
</style>
background-color css
<style>
a { background-color: #532A45; }
a { background-color: rgb(83,42,69); }
div.DivClassName
{
background-color: #532A45;
}
.BgClassName
{
background-color: #532A45;
}
</style>
border-color css
<style>
span { border-color: #532A45; }
span { border-color: rgb(83,42,69); }
td.TdClassName
{
border-color: #532A45;
}
.TagClassName
{
border-color: #532A45;
}
</style>