Shades of Loulou #521B43
Tints of Loulou #521B43
RGB
CMYK
RGB Variations
Color information
#521B43 (or 0x521B43) is known color: Loulou. HEX triplet: 52, 1B and 43. RGB value is (82,27,67). Sum of RGB (Red+Green+Blue) = 82+27+67=176 (23% of max value = 765). Red value is 82 (32.42% from 255 or 46.59% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 67 (26.56% from 255 or 38.07% from 176); Max value from RGB is 82 - color contains mainly: red. Hex color #521B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #521B43 is #ADE4BC. Grayscale: #2F2F2F. Windows color (decimal): -11396285 or 4397906. OLE color: 4397906.
HSL color Cylindrical-coordinate representation of color #521B43: hue angle of 316.36º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #521B43 is Cyan = 0, Magento = 0.67, Yellow = 0.18 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 27 | 67 | - |
| CMYK | 0 | 0.67 | 0.18 | 0.68 |
| HSL | 316.36º | 0.5% | 0.21% | - |
| HSV(B) | 316.36º | 0.67% | 0.32% | - |
| XYZ | 4.88 | 2.98 | 5.63 | - |
| YUV | 48.01 | 138.72 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 27 | 67 | 0 | 0.67 | 0.18 | 0.68 | 316.36 | 0.5 | 0.21 |
| Hex | 52 | 1B | 43 | 0 | 43 | 12 | 44 | 13C | 32 | 15 |
| Octal | 122 | 33 | 103 | 0 | 103 | 22 | 104 | 474 | 62 | 25 |
| Binary | 1010010 | 11011 | 1000011 | 0 | 1000011 | 10010 | 1000100 | 100111100 | 110010 | 10101 |
Color Harmonies of #521B43
Complementary color
Monochromatic Colors of #521B43
Black with #521B43
Text Example
Text Example
White with #521B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #521B43; }
p { color: rgb(82,27,67); }
H1.HeaderClassName
{
color: #521B43;
}
.AnyTagClassName
{
color: #521B43;
}
</style>
background-color css
<style>
a { background-color: #521B43; }
a { background-color: rgb(82,27,67); }
div.DivClassName
{
background-color: #521B43;
}
.BgClassName
{
background-color: #521B43;
}
</style>
border-color css
<style>
span { border-color: #521B43; }
span { border-color: rgb(82,27,67); }
td.TdClassName
{
border-color: #521B43;
}
.TagClassName
{
border-color: #521B43;
}
</style>