Shades of Loulou #5C3151
Tints of Loulou #5C3151
RGB
CMYK
RGB Variations
Color information
#5C3151 (or 0x5C3151) is known color: Loulou. HEX triplet: 5C, 31 and 51. RGB value is (92,49,81). Sum of RGB (Red+Green+Blue) = 92+49+81=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 81 (32.03% from 255 or 36.49% from 222); Max value from RGB is 92 - color contains mainly: red. Hex color #5C3151 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C3151 is #A3CEAE. Grayscale: #414141. Windows color (decimal): -10735279 or 5321052. OLE color: 5321052.
HSL color Cylindrical-coordinate representation of color #5C3151: hue angle of 315.35º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5C3151 is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 49 | 81 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.64 |
| HSL | 315.35º | 0.3% | 0.28% | - |
| HSV(B) | 315.35º | 0.47% | 0.36% | - |
| XYZ | 7 | 5.07 | 8.39 | - |
| YUV | 65.51 | 136.75 | 146.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 49 | 81 | 0 | 0.47 | 0.12 | 0.64 | 315.35 | 0.3 | 0.28 |
| Hex | 5C | 31 | 51 | 0 | 2F | C | 40 | 13B | 1E | 1C |
| Octal | 134 | 61 | 121 | 0 | 57 | 14 | 100 | 473 | 36 | 34 |
| Binary | 1011100 | 110001 | 1010001 | 0 | 101111 | 1100 | 1000000 | 100111011 | 11110 | 11100 |
Color Harmonies of #5C3151
Complementary color
Monochromatic Colors of #5C3151
Black with #5C3151
Text Example
Text Example
White with #5C3151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C3151; }
p { color: rgb(92,49,81); }
H1.HeaderClassName
{
color: #5C3151;
}
.AnyTagClassName
{
color: #5C3151;
}
</style>
background-color css
<style>
a { background-color: #5C3151; }
a { background-color: rgb(92,49,81); }
div.DivClassName
{
background-color: #5C3151;
}
.BgClassName
{
background-color: #5C3151;
}
</style>
border-color css
<style>
span { border-color: #5C3151; }
span { border-color: rgb(92,49,81); }
td.TdClassName
{
border-color: #5C3151;
}
.TagClassName
{
border-color: #5C3151;
}
</style>