Shades of Loulou #53314D
Tints of Loulou #53314D
RGB
CMYK
RGB Variations
Color information
#53314D (or 0x53314D) is known color: Loulou. HEX triplet: 53, 31 and 4D. RGB value is (83,49,77). Sum of RGB (Red+Green+Blue) = 83+49+77=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 49 (19.53% from 255 or 23.44% from 209); Blue value is 77 (30.47% from 255 or 36.84% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #53314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53314D is #ACCEB2. Grayscale: #3E3E3E. Windows color (decimal): -11325107 or 5058899. OLE color: 5058899.
HSL color Cylindrical-coordinate representation of color #53314D: hue angle of 310.59º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #53314D is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 77 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.67 |
| HSL | 310.59º | 0.26% | 0.26% | - |
| HSV(B) | 310.59º | 0.41% | 0.33% | - |
| XYZ | 6.01 | 4.57 | 7.59 | - |
| YUV | 62.36 | 136.26 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 77 | 0 | 0.41 | 0.07 | 0.67 | 310.59 | 0.26 | 0.26 |
| Hex | 53 | 31 | 4D | 0 | 29 | 7 | 43 | 137 | 1A | 1A |
| Octal | 123 | 61 | 115 | 0 | 51 | 7 | 103 | 467 | 32 | 32 |
| Binary | 1010011 | 110001 | 1001101 | 0 | 101001 | 111 | 1000011 | 100110111 | 11010 | 11010 |
Color Harmonies of #53314D
Complementary color
Monochromatic Colors of #53314D
Black with #53314D
Text Example
Text Example
White with #53314D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53314D; }
p { color: rgb(83,49,77); }
H1.HeaderClassName
{
color: #53314D;
}
.AnyTagClassName
{
color: #53314D;
}
</style>
background-color css
<style>
a { background-color: #53314D; }
a { background-color: rgb(83,49,77); }
div.DivClassName
{
background-color: #53314D;
}
.BgClassName
{
background-color: #53314D;
}
</style>
border-color css
<style>
span { border-color: #53314D; }
span { border-color: rgb(83,49,77); }
td.TdClassName
{
border-color: #53314D;
}
.TagClassName
{
border-color: #53314D;
}
</style>