Shades of Loulou #511C43
Tints of Loulou #511C43
RGB
CMYK
RGB Variations
Color information
#511C43 (or 0x511C43) is known color: Loulou. HEX triplet: 51, 1C and 43. RGB value is (81,28,67). Sum of RGB (Red+Green+Blue) = 81+28+67=176 (23% of max value = 765). Red value is 81 (32.03% from 255 or 46.02% from 176); Green value is 28 (11.33% from 255 or 15.91% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 81 - color contains mainly: red. Hex color #511C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511C43 is #AEE3BC. Grayscale: #303030. Windows color (decimal): -11461565 or 4398161. OLE color: 4398161.
HSL color Cylindrical-coordinate representation of color #511C43: hue angle of 315.85º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #511C43 is Cyan = 0, Magento = 0.65, Yellow = 0.17 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 28 | 67 | - |
| CMYK | 0 | 0.65 | 0.17 | 0.68 |
| HSL | 315.85º | 0.49% | 0.21% | - |
| HSV(B) | 315.85º | 0.65% | 0.32% | - |
| XYZ | 4.82 | 2.99 | 5.63 | - |
| YUV | 48.29 | 138.56 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 28 | 67 | 0 | 0.65 | 0.17 | 0.68 | 315.85 | 0.49 | 0.21 |
| Hex | 51 | 1C | 43 | 0 | 41 | 11 | 44 | 13C | 31 | 15 |
| Octal | 121 | 34 | 103 | 0 | 101 | 21 | 104 | 474 | 61 | 25 |
| Binary | 1010001 | 11100 | 1000011 | 0 | 1000001 | 10001 | 1000100 | 100111100 | 110001 | 10101 |
Color Harmonies of #511C43
Complementary color
Monochromatic Colors of #511C43
Black with #511C43
Text Example
Text Example
White with #511C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511C43; }
p { color: rgb(81,28,67); }
H1.HeaderClassName
{
color: #511C43;
}
.AnyTagClassName
{
color: #511C43;
}
</style>
background-color css
<style>
a { background-color: #511C43; }
a { background-color: rgb(81,28,67); }
div.DivClassName
{
background-color: #511C43;
}
.BgClassName
{
background-color: #511C43;
}
</style>
border-color css
<style>
span { border-color: #511C43; }
span { border-color: rgb(81,28,67); }
td.TdClassName
{
border-color: #511C43;
}
.TagClassName
{
border-color: #511C43;
}
</style>