Shades of Loulou #511A42
Tints of Loulou #511A42
RGB
CMYK
RGB Variations
Color information
#511A42 (or 0x511A42) is known color: Loulou. HEX triplet: 51, 1A and 42. RGB value is (81,26,66). Sum of RGB (Red+Green+Blue) = 81+26+66=173 (22% of max value = 765). Red value is 81 (32.03% from 255 or 46.82% from 173); Green value is 26 (10.55% from 255 or 15.03% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 81 - color contains mainly: red. Hex color #511A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #511A42 is #AEE5BD. Grayscale: #2E2E2E. Windows color (decimal): -11462078 or 4332113. OLE color: 4332113.
HSL color Cylindrical-coordinate representation of color #511A42: hue angle of 316.36º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #511A42 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 26 | 66 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.68 |
| HSL | 316.36º | 0.51% | 0.21% | - |
| HSV(B) | 316.36º | 0.68% | 0.32% | - |
| XYZ | 4.75 | 2.88 | 5.46 | - |
| YUV | 47.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 26 | 66 | 0 | 0.68 | 0.19 | 0.68 | 316.36 | 0.51 | 0.21 |
| Hex | 51 | 1A | 42 | 0 | 44 | 13 | 44 | 13C | 33 | 15 |
| Octal | 121 | 32 | 102 | 0 | 104 | 23 | 104 | 474 | 63 | 25 |
| Binary | 1010001 | 11010 | 1000010 | 0 | 1000100 | 10011 | 1000100 | 100111100 | 110011 | 10101 |
Color Harmonies of #511A42
Complementary color
Monochromatic Colors of #511A42
Black with #511A42
Text Example
Text Example
White with #511A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #511A42; }
p { color: rgb(81,26,66); }
H1.HeaderClassName
{
color: #511A42;
}
.AnyTagClassName
{
color: #511A42;
}
</style>
background-color css
<style>
a { background-color: #511A42; }
a { background-color: rgb(81,26,66); }
div.DivClassName
{
background-color: #511A42;
}
.BgClassName
{
background-color: #511A42;
}
</style>
border-color css
<style>
span { border-color: #511A42; }
span { border-color: rgb(81,26,66); }
td.TdClassName
{
border-color: #511A42;
}
.TagClassName
{
border-color: #511A42;
}
</style>