Shades of Loulou #533246
Tints of Loulou #533246
RGB
CMYK
RGB Variations
Color information
#533246 (or 0x533246) is known color: Loulou. HEX triplet: 53, 32 and 46. RGB value is (83,50,70). Sum of RGB (Red+Green+Blue) = 83+50+70=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #533246 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533246 is #ACCDB9. Grayscale: #3E3E3E. Windows color (decimal): -11324858 or 4600403. OLE color: 4600403.
HSL color Cylindrical-coordinate representation of color #533246: hue angle of 323.64º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #533246 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 50 | 70 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.67 |
| HSL | 323.64º | 0.25% | 0.26% | - |
| HSV(B) | 323.64º | 0.4% | 0.33% | - |
| XYZ | 5.81 | 4.56 | 6.37 | - |
| YUV | 62.15 | 132.43 | 142.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 70 | 0 | 0.40 | 0.16 | 0.67 | 323.64 | 0.25 | 0.26 |
| Hex | 53 | 32 | 46 | 0 | 28 | 10 | 43 | 144 | 19 | 1A |
| Octal | 123 | 62 | 106 | 0 | 50 | 20 | 103 | 504 | 31 | 32 |
| Binary | 1010011 | 110010 | 1000110 | 0 | 101000 | 10000 | 1000011 | 101000100 | 11001 | 11010 |
Color Harmonies of #533246
Complementary color
Monochromatic Colors of #533246
Black with #533246
Text Example
Text Example
White with #533246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533246; }
p { color: rgb(83,50,70); }
H1.HeaderClassName
{
color: #533246;
}
.AnyTagClassName
{
color: #533246;
}
</style>
background-color css
<style>
a { background-color: #533246; }
a { background-color: rgb(83,50,70); }
div.DivClassName
{
background-color: #533246;
}
.BgClassName
{
background-color: #533246;
}
</style>
border-color css
<style>
span { border-color: #533246; }
span { border-color: rgb(83,50,70); }
td.TdClassName
{
border-color: #533246;
}
.TagClassName
{
border-color: #533246;
}
</style>