Shades of Loulou #51284B
Tints of Loulou #51284B
RGB
CMYK
RGB Variations
Color information
#51284B (or 0x51284B) is known color: Loulou. HEX triplet: 51, 28 and 4B. RGB value is (81,40,75). Sum of RGB (Red+Green+Blue) = 81+40+75=196 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.33% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 75 (29.69% from 255 or 38.27% from 196); Max value from RGB is 81 - color contains mainly: red. Hex color #51284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51284B is #AED7B4. Grayscale: #383838. Windows color (decimal): -11458485 or 4925521. OLE color: 4925521.
HSL color Cylindrical-coordinate representation of color #51284B: hue angle of 308.78º 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 #51284B is Cyan = 0, Magento = 0.51, Yellow = 0.07 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 40 | 75 | - |
| CMYK | 0 | 0.51 | 0.07 | 0.68 |
| HSL | 308.78º | 0.34% | 0.24% | - |
| HSV(B) | 308.78º | 0.51% | 0.32% | - |
| XYZ | 5.42 | 3.77 | 7.1 | - |
| YUV | 56.25 | 138.58 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 40 | 75 | 0 | 0.51 | 0.07 | 0.68 | 308.78 | 0.34 | 0.24 |
| Hex | 51 | 28 | 4B | 0 | 33 | 7 | 44 | 135 | 22 | 18 |
| Octal | 121 | 50 | 113 | 0 | 63 | 7 | 104 | 465 | 42 | 30 |
| Binary | 1010001 | 101000 | 1001011 | 0 | 110011 | 111 | 1000100 | 100110101 | 100010 | 11000 |
Color Harmonies of #51284B
Complementary color
Monochromatic Colors of #51284B
Black with #51284B
Text Example
Text Example
White with #51284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51284B; }
p { color: rgb(81,40,75); }
H1.HeaderClassName
{
color: #51284B;
}
.AnyTagClassName
{
color: #51284B;
}
</style>
background-color css
<style>
a { background-color: #51284B; }
a { background-color: rgb(81,40,75); }
div.DivClassName
{
background-color: #51284B;
}
.BgClassName
{
background-color: #51284B;
}
</style>
border-color css
<style>
span { border-color: #51284B; }
span { border-color: rgb(81,40,75); }
td.TdClassName
{
border-color: #51284B;
}
.TagClassName
{
border-color: #51284B;
}
</style>