Shades of Loulou #533049
Tints of Loulou #533049
RGB
CMYK
RGB Variations
Color information
#533049 (or 0x533049) is known color: Loulou. HEX triplet: 53, 30 and 49. RGB value is (83,48,73). Sum of RGB (Red+Green+Blue) = 83+48+73=204 (27% of max value = 765). Red value is 83 (32.81% from 255 or 40.69% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 83 - color contains mainly: red. Hex color #533049 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #533049 is #ACCFB6. Grayscale: #3D3D3D. Windows color (decimal): -11325367 or 4796499. OLE color: 4796499.
HSL color Cylindrical-coordinate representation of color #533049: hue angle of 317.14º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #533049 is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 73 | - |
| CMYK | 0 | 0.42 | 0.12 | 0.67 |
| HSL | 317.14º | 0.27% | 0.26% | - |
| HSV(B) | 317.14º | 0.42% | 0.33% | - |
| XYZ | 5.83 | 4.43 | 6.85 | - |
| YUV | 61.32 | 134.6 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 73 | 0 | 0.42 | 0.12 | 0.67 | 317.14 | 0.27 | 0.26 |
| Hex | 53 | 30 | 49 | 0 | 2A | C | 43 | 13D | 1B | 1A |
| Octal | 123 | 60 | 111 | 0 | 52 | 14 | 103 | 475 | 33 | 32 |
| Binary | 1010011 | 110000 | 1001001 | 0 | 101010 | 1100 | 1000011 | 100111101 | 11011 | 11010 |
Color Harmonies of #533049
Complementary color
Monochromatic Colors of #533049
Black with #533049
Text Example
Text Example
White with #533049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533049; }
p { color: rgb(83,48,73); }
H1.HeaderClassName
{
color: #533049;
}
.AnyTagClassName
{
color: #533049;
}
</style>
background-color css
<style>
a { background-color: #533049; }
a { background-color: rgb(83,48,73); }
div.DivClassName
{
background-color: #533049;
}
.BgClassName
{
background-color: #533049;
}
</style>
border-color css
<style>
span { border-color: #533049; }
span { border-color: rgb(83,48,73); }
td.TdClassName
{
border-color: #533049;
}
.TagClassName
{
border-color: #533049;
}
</style>