Shades of Loulou #53354D
Tints of Loulou #53354D
RGB
CMYK
RGB Variations
Color information
#53354D (or 0x53354D) is known color: Loulou. HEX triplet: 53, 35 and 4D. RGB value is (83,53,77). Sum of RGB (Red+Green+Blue) = 83+53+77=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 77 (30.47% from 255 or 36.15% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53354D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53354D is #ACCAB2. Grayscale: #404040. Windows color (decimal): -11324083 or 5059923. OLE color: 5059923.
HSL color Cylindrical-coordinate representation of color #53354D: hue angle of 312º degrees, saturation: 0.22, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #53354D is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 53 | 77 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.67 |
| HSL | 312º | 0.22% | 0.27% | - |
| HSV(B) | 312º | 0.36% | 0.33% | - |
| XYZ | 6.18 | 4.92 | 7.65 | - |
| YUV | 64.71 | 134.94 | 141.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 77 | 0 | 0.36 | 0.07 | 0.67 | 312 | 0.22 | 0.27 |
| Hex | 53 | 35 | 4D | 0 | 24 | 7 | 43 | 138 | 16 | 1B |
| Octal | 123 | 65 | 115 | 0 | 44 | 7 | 103 | 470 | 26 | 33 |
| Binary | 1010011 | 110101 | 1001101 | 0 | 100100 | 111 | 1000011 | 100111000 | 10110 | 11011 |
Color Harmonies of #53354D
Complementary color
Monochromatic Colors of #53354D
Black with #53354D
Text Example
Text Example
White with #53354D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53354D; }
p { color: rgb(83,53,77); }
H1.HeaderClassName
{
color: #53354D;
}
.AnyTagClassName
{
color: #53354D;
}
</style>
background-color css
<style>
a { background-color: #53354D; }
a { background-color: rgb(83,53,77); }
div.DivClassName
{
background-color: #53354D;
}
.BgClassName
{
background-color: #53354D;
}
</style>
border-color css
<style>
span { border-color: #53354D; }
span { border-color: rgb(83,53,77); }
td.TdClassName
{
border-color: #53354D;
}
.TagClassName
{
border-color: #53354D;
}
</style>