Shades of Loulou #531B42
Tints of Loulou #531B42
RGB
CMYK
RGB Variations
Color information
#531B42 (or 0x531B42) is known color: Loulou. HEX triplet: 53, 1B and 42. RGB value is (83,27,66). Sum of RGB (Red+Green+Blue) = 83+27+66=176 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.16% from 176); Green value is 27 (10.94% from 255 or 15.34% from 176); Blue value is 66 (26.17% from 255 or 37.5% from 176); Max value from RGB is 83 - color contains mainly: red. Hex color #531B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B42 is #ACE4BD. Grayscale: #303030. Windows color (decimal): -11330750 or 4332371. OLE color: 4332371.
HSL color Cylindrical-coordinate representation of color #531B42: hue angle of 318.21º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B42 is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 66 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.67 |
| HSL | 318.21º | 0.51% | 0.22% | - |
| HSV(B) | 318.21º | 0.67% | 0.33% | - |
| XYZ | 4.94 | 3.02 | 5.48 | - |
| YUV | 48.19 | 138.05 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 66 | 0 | 0.67 | 0.20 | 0.67 | 318.21 | 0.51 | 0.22 |
| Hex | 53 | 1B | 42 | 0 | 43 | 14 | 43 | 13E | 33 | 16 |
| Octal | 123 | 33 | 102 | 0 | 103 | 24 | 103 | 476 | 63 | 26 |
| Binary | 1010011 | 11011 | 1000010 | 0 | 1000011 | 10100 | 1000011 | 100111110 | 110011 | 10110 |
Color Harmonies of #531B42
Complementary color
Monochromatic Colors of #531B42
Black with #531B42
Text Example
Text Example
White with #531B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B42; }
p { color: rgb(83,27,66); }
H1.HeaderClassName
{
color: #531B42;
}
.AnyTagClassName
{
color: #531B42;
}
</style>
background-color css
<style>
a { background-color: #531B42; }
a { background-color: rgb(83,27,66); }
div.DivClassName
{
background-color: #531B42;
}
.BgClassName
{
background-color: #531B42;
}
</style>
border-color css
<style>
span { border-color: #531B42; }
span { border-color: rgb(83,27,66); }
td.TdClassName
{
border-color: #531B42;
}
.TagClassName
{
border-color: #531B42;
}
</style>