Shades of Loulou #521C4D
Tints of Loulou #521C4D
RGB
CMYK
RGB Variations
Color information
#521C4D (or 0x521C4D) is known color: Loulou. HEX triplet: 52, 1C and 4D. RGB value is (82,28,77). Sum of RGB (Red+Green+Blue) = 82+28+77=187 (24% of max value = 765). Red value is 82 (32.42% from 255 or 43.85% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 77 (30.47% from 255 or 41.18% from 187); Max value from RGB is 82 - color contains mainly: red. Hex color #521C4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #521C4D is #ADE3B2. Grayscale: #313131. Windows color (decimal): -11396019 or 5053522. OLE color: 5053522.
HSL color Cylindrical-coordinate representation of color #521C4D: hue angle of 305.56º degrees, saturation: 0.49, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #521C4D is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 28 | 77 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.68 |
| HSL | 305.56º | 0.49% | 0.22% | - |
| HSV(B) | 305.56º | 0.66% | 0.32% | - |
| XYZ | 5.23 | 3.16 | 7.36 | - |
| YUV | 49.73 | 143.39 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 28 | 77 | 0 | 0.66 | 0.06 | 0.68 | 305.56 | 0.49 | 0.22 |
| Hex | 52 | 1C | 4D | 0 | 42 | 6 | 44 | 132 | 31 | 16 |
| Octal | 122 | 34 | 115 | 0 | 102 | 6 | 104 | 462 | 61 | 26 |
| Binary | 1010010 | 11100 | 1001101 | 0 | 1000010 | 110 | 1000100 | 100110010 | 110001 | 10110 |
Color Harmonies of #521C4D
Complementary color
Monochromatic Colors of #521C4D
Black with #521C4D
Text Example
Text Example
White with #521C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521C4D; }
p { color: rgb(82,28,77); }
H1.HeaderClassName
{
color: #521C4D;
}
.AnyTagClassName
{
color: #521C4D;
}
</style>
background-color css
<style>
a { background-color: #521C4D; }
a { background-color: rgb(82,28,77); }
div.DivClassName
{
background-color: #521C4D;
}
.BgClassName
{
background-color: #521C4D;
}
</style>
border-color css
<style>
span { border-color: #521C4D; }
span { border-color: rgb(82,28,77); }
td.TdClassName
{
border-color: #521C4D;
}
.TagClassName
{
border-color: #521C4D;
}
</style>