Shades of Loulou #532245
Tints of Loulou #532245
RGB
CMYK
RGB Variations
Color information
#532245 (or 0x532245) is known color: Loulou. HEX triplet: 53, 22 and 45. RGB value is (83,34,69). Sum of RGB (Red+Green+Blue) = 83+34+69=186 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.62% from 186); Green value is 34 (13.67% from 255 or 18.28% from 186); Blue value is 69 (27.34% from 255 or 37.10% from 186); Max value from RGB is 83 - color contains mainly: red. Hex color #532245 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532245 is #ACDDBA. Grayscale: #343434. Windows color (decimal): -11328955 or 4530771. OLE color: 4530771.
HSL color Cylindrical-coordinate representation of color #532245: hue angle of 317.14º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #532245 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 69 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.67 |
| HSL | 317.14º | 0.42% | 0.23% | - |
| HSV(B) | 317.14º | 0.59% | 0.33% | - |
| XYZ | 5.21 | 3.41 | 6.01 | - |
| YUV | 52.64 | 137.23 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 69 | 0 | 0.59 | 0.17 | 0.67 | 317.14 | 0.42 | 0.23 |
| Hex | 53 | 22 | 45 | 0 | 3B | 11 | 43 | 13D | 2A | 17 |
| Octal | 123 | 42 | 105 | 0 | 73 | 21 | 103 | 475 | 52 | 27 |
| Binary | 1010011 | 100010 | 1000101 | 0 | 111011 | 10001 | 1000011 | 100111101 | 101010 | 10111 |
Color Harmonies of #532245
Complementary color
Monochromatic Colors of #532245
Black with #532245
Text Example
Text Example
White with #532245
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532245; }
p { color: rgb(83,34,69); }
H1.HeaderClassName
{
color: #532245;
}
.AnyTagClassName
{
color: #532245;
}
</style>
background-color css
<style>
a { background-color: #532245; }
a { background-color: rgb(83,34,69); }
div.DivClassName
{
background-color: #532245;
}
.BgClassName
{
background-color: #532245;
}
</style>
border-color css
<style>
span { border-color: #532245; }
span { border-color: rgb(83,34,69); }
td.TdClassName
{
border-color: #532245;
}
.TagClassName
{
border-color: #532245;
}
</style>