Shades of Loulou #51274A
Tints of Loulou #51274A
RGB
CMYK
RGB Variations
Color information
#51274A (or 0x51274A) is known color: Loulou. HEX triplet: 51, 27 and 4A. RGB value is (81,39,74). Sum of RGB (Red+Green+Blue) = 81+39+74=194 (25% of max value = 765). Red value is 81 (32.03% from 255 or 41.75% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 74 (29.30% from 255 or 38.14% from 194); Max value from RGB is 81 - color contains mainly: red. Hex color #51274A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #51274A is #AED8B5. Grayscale: #373737. Windows color (decimal): -11458742 or 4859729. OLE color: 4859729.
HSL color Cylindrical-coordinate representation of color #51274A: hue angle of 310º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #51274A is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 39 | 74 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.68 |
| HSL | 310º | 0.35% | 0.24% | - |
| HSV(B) | 310º | 0.52% | 0.32% | - |
| XYZ | 5.35 | 3.69 | 6.91 | - |
| YUV | 55.55 | 138.41 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 39 | 74 | 0 | 0.52 | 0.09 | 0.68 | 310 | 0.35 | 0.24 |
| Hex | 51 | 27 | 4A | 0 | 34 | 9 | 44 | 136 | 23 | 18 |
| Octal | 121 | 47 | 112 | 0 | 64 | 11 | 104 | 466 | 43 | 30 |
| Binary | 1010001 | 100111 | 1001010 | 0 | 110100 | 1001 | 1000100 | 100110110 | 100011 | 11000 |
Color Harmonies of #51274A
Complementary color
Monochromatic Colors of #51274A
Black with #51274A
Text Example
Text Example
White with #51274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51274A; }
p { color: rgb(81,39,74); }
H1.HeaderClassName
{
color: #51274A;
}
.AnyTagClassName
{
color: #51274A;
}
</style>
background-color css
<style>
a { background-color: #51274A; }
a { background-color: rgb(81,39,74); }
div.DivClassName
{
background-color: #51274A;
}
.BgClassName
{
background-color: #51274A;
}
</style>
border-color css
<style>
span { border-color: #51274A; }
span { border-color: rgb(81,39,74); }
td.TdClassName
{
border-color: #51274A;
}
.TagClassName
{
border-color: #51274A;
}
</style>