Shades of Loulou #5F324F
Tints of Loulou #5F324F
RGB
CMYK
RGB Variations
Color information
#5F324F (or 0x5F324F) is known color: Loulou. HEX triplet: 5F, 32 and 4F. RGB value is (95,50,79). Sum of RGB (Red+Green+Blue) = 95+50+79=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 79 (31.25% from 255 or 35.27% from 224); Max value from RGB is 95 - color contains mainly: red. Hex color #5F324F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F324F is #A0CDB0. Grayscale: #424242. Windows color (decimal): -10538417 or 5190239. OLE color: 5190239.
HSL color Cylindrical-coordinate representation of color #5F324F: hue angle of 321.33º degrees, saturation: 0.31, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F324F is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 50 | 79 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.63 |
| HSL | 321.33º | 0.31% | 0.28% | - |
| HSV(B) | 321.33º | 0.47% | 0.37% | - |
| XYZ | 7.27 | 5.28 | 8.03 | - |
| YUV | 66.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 50 | 79 | 0 | 0.47 | 0.17 | 0.63 | 321.33 | 0.31 | 0.28 |
| Hex | 5F | 32 | 4F | 0 | 2F | 11 | 3F | 141 | 1F | 1C |
| Octal | 137 | 62 | 117 | 0 | 57 | 21 | 77 | 501 | 37 | 34 |
| Binary | 1011111 | 110010 | 1001111 | 0 | 101111 | 10001 | 111111 | 101000001 | 11111 | 11100 |
Color Harmonies of #5F324F
Complementary color
Monochromatic Colors of #5F324F
Black with #5F324F
Text Example
Text Example
White with #5F324F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F324F; }
p { color: rgb(95,50,79); }
H1.HeaderClassName
{
color: #5F324F;
}
.AnyTagClassName
{
color: #5F324F;
}
</style>
background-color css
<style>
a { background-color: #5F324F; }
a { background-color: rgb(95,50,79); }
div.DivClassName
{
background-color: #5F324F;
}
.BgClassName
{
background-color: #5F324F;
}
</style>
border-color css
<style>
span { border-color: #5F324F; }
span { border-color: rgb(95,50,79); }
td.TdClassName
{
border-color: #5F324F;
}
.TagClassName
{
border-color: #5F324F;
}
</style>