Shades of Loulou #51284C
Tints of Loulou #51284C
RGB
CMYK
RGB Variations
Color information
#51284C (or 0x51284C) is known color: Loulou. HEX triplet: 51, 28 and 4C. RGB value is (81,40,76). Sum of RGB (Red+Green+Blue) = 81+40+76=197 (26% of max value = 765). Red value is 81 (32.03% from 255 or 41.12% from 197); Green value is 40 (16.02% from 255 or 20.30% from 197); Blue value is 76 (30.08% from 255 or 38.58% from 197); Max value from RGB is 81 - color contains mainly: red. Hex color #51284C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51284C is #AED7B3. Grayscale: #383838. Windows color (decimal): -11458484 or 4991057. OLE color: 4991057.
HSL color Cylindrical-coordinate representation of color #51284C: hue angle of 307.32º degrees, saturation: 0.34, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #51284C is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 40 | 76 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.68 |
| HSL | 307.32º | 0.34% | 0.24% | - |
| HSV(B) | 307.32º | 0.51% | 0.32% | - |
| XYZ | 5.46 | 3.79 | 7.28 | - |
| YUV | 56.36 | 139.08 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 76 | 0 | 0.51 | 0.06 | 0.68 | 307.32 | 0.34 | 0.24 |
| Hex | 51 | 28 | 4C | 0 | 33 | 6 | 44 | 133 | 22 | 18 |
| Octal | 121 | 50 | 114 | 0 | 63 | 6 | 104 | 463 | 42 | 30 |
| Binary | 1010001 | 101000 | 1001100 | 0 | 110011 | 110 | 1000100 | 100110011 | 100010 | 11000 |
Color Harmonies of #51284C
Complementary color
Monochromatic Colors of #51284C
Black with #51284C
Text Example
Text Example
White with #51284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51284C; }
p { color: rgb(81,40,76); }
H1.HeaderClassName
{
color: #51284C;
}
.AnyTagClassName
{
color: #51284C;
}
</style>
background-color css
<style>
a { background-color: #51284C; }
a { background-color: rgb(81,40,76); }
div.DivClassName
{
background-color: #51284C;
}
.BgClassName
{
background-color: #51284C;
}
</style>
border-color css
<style>
span { border-color: #51284C; }
span { border-color: rgb(81,40,76); }
td.TdClassName
{
border-color: #51284C;
}
.TagClassName
{
border-color: #51284C;
}
</style>