Shades of Loulou #53364D
Tints of Loulou #53364D
RGB
CMYK
RGB Variations
Color information
#53364D (or 0x53364D) is known color: Loulou. HEX triplet: 53, 36 and 4D. RGB value is (83,54,77). Sum of RGB (Red+Green+Blue) = 83+54+77=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 54 (21.48% from 255 or 25.23% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53364D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53364D is #ACC9B2. Grayscale: #414141. Windows color (decimal): -11323827 or 5060179. OLE color: 5060179.
HSL color Cylindrical-coordinate representation of color #53364D: hue angle of 312.41º degrees, saturation: 0.21, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #53364D is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 54 | 77 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.67 |
| HSL | 312.41º | 0.21% | 0.27% | - |
| HSV(B) | 312.41º | 0.35% | 0.33% | - |
| XYZ | 6.23 | 5.01 | 7.66 | - |
| YUV | 65.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 54 | 77 | 0 | 0.35 | 0.07 | 0.67 | 312.41 | 0.21 | 0.27 |
| Hex | 53 | 36 | 4D | 0 | 23 | 7 | 43 | 138 | 15 | 1B |
| Octal | 123 | 66 | 115 | 0 | 43 | 7 | 103 | 470 | 25 | 33 |
| Binary | 1010011 | 110110 | 1001101 | 0 | 100011 | 111 | 1000011 | 100111000 | 10101 | 11011 |
Color Harmonies of #53364D
Complementary color
Monochromatic Colors of #53364D
Black with #53364D
Text Example
Text Example
White with #53364D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53364D; }
p { color: rgb(83,54,77); }
H1.HeaderClassName
{
color: #53364D;
}
.AnyTagClassName
{
color: #53364D;
}
</style>
background-color css
<style>
a { background-color: #53364D; }
a { background-color: rgb(83,54,77); }
div.DivClassName
{
background-color: #53364D;
}
.BgClassName
{
background-color: #53364D;
}
</style>
border-color css
<style>
span { border-color: #53364D; }
span { border-color: rgb(83,54,77); }
td.TdClassName
{
border-color: #53364D;
}
.TagClassName
{
border-color: #53364D;
}
</style>