Shades of Loulou #4F1D43
Tints of Loulou #4F1D43
RGB
CMYK
RGB Variations
Color information
#4F1D43 (or 0x4F1D43) is known color: Loulou. HEX triplet: 4F, 1D and 43. RGB value is (79,29,67). Sum of RGB (Red+Green+Blue) = 79+29+67=175 (23% of max value = 765). Red value is 79 (31.25% from 255 or 45.14% from 175); Green value is 29 (11.72% from 255 or 16.57% from 175); Blue value is 67 (26.56% from 255 or 38.29% from 175); Max value from RGB is 79 - color contains mainly: red. Hex color #4F1D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F1D43 is #B0E2BC. Grayscale: #303030. Windows color (decimal): -11592381 or 4398415. OLE color: 4398415.
HSL color Cylindrical-coordinate representation of color #4F1D43: hue angle of 314.4º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4F1D43 is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 79 | 29 | 67 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.69 |
| HSL | 314.4º | 0.46% | 0.21% | - |
| HSV(B) | 314.4º | 0.63% | 0.31% | - |
| XYZ | 4.68 | 2.95 | 5.63 | - |
| YUV | 48.28 | 138.57 | 149.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 29 | 67 | 0 | 0.63 | 0.15 | 0.69 | 314.4 | 0.46 | 0.21 |
| Hex | 4F | 1D | 43 | 0 | 3F | F | 45 | 13A | 2E | 15 |
| Octal | 117 | 35 | 103 | 0 | 77 | 17 | 105 | 472 | 56 | 25 |
| Binary | 1001111 | 11101 | 1000011 | 0 | 111111 | 1111 | 1000101 | 100111010 | 101110 | 10101 |
Color Harmonies of #4F1D43
Complementary color
Monochromatic Colors of #4F1D43
Black with #4F1D43
Text Example
Text Example
White with #4F1D43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4F1D43; }
p { color: rgb(79,29,67); }
H1.HeaderClassName
{
color: #4F1D43;
}
.AnyTagClassName
{
color: #4F1D43;
}
</style>
background-color css
<style>
a { background-color: #4F1D43; }
a { background-color: rgb(79,29,67); }
div.DivClassName
{
background-color: #4F1D43;
}
.BgClassName
{
background-color: #4F1D43;
}
</style>
border-color css
<style>
span { border-color: #4F1D43; }
span { border-color: rgb(79,29,67); }
td.TdClassName
{
border-color: #4F1D43;
}
.TagClassName
{
border-color: #4F1D43;
}
</style>