Shades of Loulou #53314E
Tints of Loulou #53314E
RGB
CMYK
RGB Variations
Color information
#53314E (or 0x53314E) is known color: Loulou. HEX triplet: 53, 31 and 4E. RGB value is (83,49,78). Sum of RGB (Red+Green+Blue) = 83+49+78=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 78 (30.86% from 255 or 37.14% from 210); Max value from RGB is 83 - color contains mainly: red. Hex color #53314E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53314E is #ACCEB1. Grayscale: #3E3E3E. Windows color (decimal): -11325106 or 5124435. OLE color: 5124435.
HSL color Cylindrical-coordinate representation of color #53314E: hue angle of 308.82º 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 #53314E is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 78 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.67 |
| HSL | 308.82º | 0.26% | 0.26% | - |
| HSV(B) | 308.82º | 0.41% | 0.33% | - |
| XYZ | 6.04 | 4.59 | 7.77 | - |
| YUV | 62.47 | 136.76 | 142.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 78 | 0 | 0.41 | 0.06 | 0.67 | 308.82 | 0.26 | 0.26 |
| Hex | 53 | 31 | 4E | 0 | 29 | 6 | 43 | 135 | 1A | 1A |
| Octal | 123 | 61 | 116 | 0 | 51 | 6 | 103 | 465 | 32 | 32 |
| Binary | 1010011 | 110001 | 1001110 | 0 | 101001 | 110 | 1000011 | 100110101 | 11010 | 11010 |
Color Harmonies of #53314E
Complementary color
Monochromatic Colors of #53314E
Black with #53314E
Text Example
Text Example
White with #53314E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53314E; }
p { color: rgb(83,49,78); }
H1.HeaderClassName
{
color: #53314E;
}
.AnyTagClassName
{
color: #53314E;
}
</style>
background-color css
<style>
a { background-color: #53314E; }
a { background-color: rgb(83,49,78); }
div.DivClassName
{
background-color: #53314E;
}
.BgClassName
{
background-color: #53314E;
}
</style>
border-color css
<style>
span { border-color: #53314E; }
span { border-color: rgb(83,49,78); }
td.TdClassName
{
border-color: #53314E;
}
.TagClassName
{
border-color: #53314E;
}
</style>