Shades of Loulou #512B4C
Tints of Loulou #512B4C
RGB
CMYK
RGB Variations
Color information
#512B4C (or 0x512B4C) is known color: Loulou. HEX triplet: 51, 2B and 4C. RGB value is (81,43,76). Sum of RGB (Red+Green+Blue) = 81+43+76=200 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.5% from 200); Green value is 43 (17.19% from 255 or 21.5% from 200); Blue value is 76 (30.08% from 255 or 38% from 200); Max value from RGB is 81 - color contains mainly: red. Hex color #512B4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #512B4C is #AED4B3. Grayscale: #3A3A3A. Windows color (decimal): -11457716 or 4991825. OLE color: 4991825.
HSL color Cylindrical-coordinate representation of color #512B4C: hue angle of 307.89º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #512B4C is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 43 | 76 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.68 |
| HSL | 307.89º | 0.31% | 0.24% | - |
| HSV(B) | 307.89º | 0.47% | 0.32% | - |
| XYZ | 5.56 | 4 | 7.32 | - |
| YUV | 58.12 | 138.09 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 43 | 76 | 0 | 0.47 | 0.06 | 0.68 | 307.89 | 0.31 | 0.24 |
| Hex | 51 | 2B | 4C | 0 | 2F | 6 | 44 | 134 | 1F | 18 |
| Octal | 121 | 53 | 114 | 0 | 57 | 6 | 104 | 464 | 37 | 30 |
| Binary | 1010001 | 101011 | 1001100 | 0 | 101111 | 110 | 1000100 | 100110100 | 11111 | 11000 |
Color Harmonies of #512B4C
Complementary color
Monochromatic Colors of #512B4C
Black with #512B4C
Text Example
Text Example
White with #512B4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512B4C; }
p { color: rgb(81,43,76); }
H1.HeaderClassName
{
color: #512B4C;
}
.AnyTagClassName
{
color: #512B4C;
}
</style>
background-color css
<style>
a { background-color: #512B4C; }
a { background-color: rgb(81,43,76); }
div.DivClassName
{
background-color: #512B4C;
}
.BgClassName
{
background-color: #512B4C;
}
</style>
border-color css
<style>
span { border-color: #512B4C; }
span { border-color: rgb(81,43,76); }
td.TdClassName
{
border-color: #512B4C;
}
.TagClassName
{
border-color: #512B4C;
}
</style>