Shades of Loulou #5F2F4F
Tints of Loulou #5F2F4F
RGB
CMYK
RGB Variations
Color information
#5F2F4F (or 0x5F2F4F) is known color: Loulou. HEX triplet: 5F, 2F and 4F. RGB value is (95,47,79). Sum of RGB (Red+Green+Blue) = 95+47+79=221 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.99% from 221); Green value is 47 (18.75% from 255 or 21.27% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 95 - color contains mainly: red. Hex color #5F2F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2F4F is #A0D0B0. Grayscale: #404040. Windows color (decimal): -10539185 or 5189471. OLE color: 5189471.
HSL color Cylindrical-coordinate representation of color #5F2F4F: hue angle of 320º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5F2F4F is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 95 | 47 | 79 | - |
| CMYK | 0 | 0.51 | 0.17 | 0.63 |
| HSL | 320º | 0.34% | 0.28% | - |
| HSV(B) | 320º | 0.51% | 0.37% | - |
| XYZ | 7.15 | 5.03 | 7.99 | - |
| YUV | 65 | 135.9 | 149.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 47 | 79 | 0 | 0.51 | 0.17 | 0.63 | 320 | 0.34 | 0.28 |
| Hex | 5F | 2F | 4F | 0 | 33 | 11 | 3F | 140 | 22 | 1C |
| Octal | 137 | 57 | 117 | 0 | 63 | 21 | 77 | 500 | 42 | 34 |
| Binary | 1011111 | 101111 | 1001111 | 0 | 110011 | 10001 | 111111 | 101000000 | 100010 | 11100 |
Color Harmonies of #5F2F4F
Complementary color
Monochromatic Colors of #5F2F4F
Black with #5F2F4F
Text Example
Text Example
White with #5F2F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F2F4F; }
p { color: rgb(95,47,79); }
H1.HeaderClassName
{
color: #5F2F4F;
}
.AnyTagClassName
{
color: #5F2F4F;
}
</style>
background-color css
<style>
a { background-color: #5F2F4F; }
a { background-color: rgb(95,47,79); }
div.DivClassName
{
background-color: #5F2F4F;
}
.BgClassName
{
background-color: #5F2F4F;
}
</style>
border-color css
<style>
span { border-color: #5F2F4F; }
span { border-color: rgb(95,47,79); }
td.TdClassName
{
border-color: #5F2F4F;
}
.TagClassName
{
border-color: #5F2F4F;
}
</style>