Shades of Loulou #53274D
Tints of Loulou #53274D
RGB
CMYK
RGB Variations
Color information
#53274D (or 0x53274D) is known color: Loulou. HEX triplet: 53, 27 and 4D. RGB value is (83,39,77). Sum of RGB (Red+Green+Blue) = 83+39+77=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 39 (15.62% from 255 or 19.60% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 83 - color contains mainly: red. Hex color #53274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53274D is #ACD8B2. Grayscale: #383838. Windows color (decimal): -11327667 or 5056339. OLE color: 5056339.
HSL color Cylindrical-coordinate representation of color #53274D: hue angle of 308.18º degrees, saturation: 0.36, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #53274D is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 77 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.67 |
| HSL | 308.18º | 0.36% | 0.24% | - |
| HSV(B) | 308.18º | 0.53% | 0.33% | - |
| XYZ | 5.63 | 3.83 | 7.46 | - |
| YUV | 56.49 | 139.58 | 146.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 77 | 0 | 0.53 | 0.07 | 0.67 | 308.18 | 0.36 | 0.24 |
| Hex | 53 | 27 | 4D | 0 | 35 | 7 | 43 | 134 | 24 | 18 |
| Octal | 123 | 47 | 115 | 0 | 65 | 7 | 103 | 464 | 44 | 30 |
| Binary | 1010011 | 100111 | 1001101 | 0 | 110101 | 111 | 1000011 | 100110100 | 100100 | 11000 |
Color Harmonies of #53274D
Complementary color
Monochromatic Colors of #53274D
Black with #53274D
Text Example
Text Example
White with #53274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53274D; }
p { color: rgb(83,39,77); }
H1.HeaderClassName
{
color: #53274D;
}
.AnyTagClassName
{
color: #53274D;
}
</style>
background-color css
<style>
a { background-color: #53274D; }
a { background-color: rgb(83,39,77); }
div.DivClassName
{
background-color: #53274D;
}
.BgClassName
{
background-color: #53274D;
}
</style>
border-color css
<style>
span { border-color: #53274D; }
span { border-color: rgb(83,39,77); }
td.TdClassName
{
border-color: #53274D;
}
.TagClassName
{
border-color: #53274D;
}
</style>