Shades of Loulou #51334A
Tints of Loulou #51334A
RGB
CMYK
RGB Variations
Color information
#51334A (or 0x51334A) is known color: Loulou. HEX triplet: 51, 33 and 4A. RGB value is (81,51,74). Sum of RGB (Red+Green+Blue) = 81+51+74=206 (27% of max value = 765). Red value is 81 (32.03% from 255 or 39.32% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 81 - color contains mainly: red. Hex color #51334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51334A is #AECCB5. Grayscale: #3E3E3E. Windows color (decimal): -11455670 or 4862801. OLE color: 4862801.
HSL color Cylindrical-coordinate representation of color #51334A: hue angle of 314º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #51334A is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 51 | 74 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.68 |
| HSL | 314º | 0.23% | 0.26% | - |
| HSV(B) | 314º | 0.37% | 0.32% | - |
| XYZ | 5.81 | 4.61 | 7.06 | - |
| YUV | 62.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 51 | 74 | 0 | 0.37 | 0.09 | 0.68 | 314 | 0.23 | 0.26 |
| Hex | 51 | 33 | 4A | 0 | 25 | 9 | 44 | 13A | 17 | 1A |
| Octal | 121 | 63 | 112 | 0 | 45 | 11 | 104 | 472 | 27 | 32 |
| Binary | 1010001 | 110011 | 1001010 | 0 | 100101 | 1001 | 1000100 | 100111010 | 10111 | 11010 |
Color Harmonies of #51334A
Complementary color
Monochromatic Colors of #51334A
Black with #51334A
Text Example
Text Example
White with #51334A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51334A; }
p { color: rgb(81,51,74); }
H1.HeaderClassName
{
color: #51334A;
}
.AnyTagClassName
{
color: #51334A;
}
</style>
background-color css
<style>
a { background-color: #51334A; }
a { background-color: rgb(81,51,74); }
div.DivClassName
{
background-color: #51334A;
}
.BgClassName
{
background-color: #51334A;
}
</style>
border-color css
<style>
span { border-color: #51334A; }
span { border-color: rgb(81,51,74); }
td.TdClassName
{
border-color: #51334A;
}
.TagClassName
{
border-color: #51334A;
}
</style>