Shades of Loulou #531B43
Tints of Loulou #531B43
RGB
CMYK
RGB Variations
Color information
#531B43 (or 0x531B43) is known color: Loulou. HEX triplet: 53, 1B and 43. RGB value is (83,27,67). Sum of RGB (Red+Green+Blue) = 83+27+67=177 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.89% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 83 - color contains mainly: red. Hex color #531B43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531B43 is #ACE4BC. Grayscale: #303030. Windows color (decimal): -11330749 or 4397907. OLE color: 4397907.
HSL color Cylindrical-coordinate representation of color #531B43: hue angle of 317.14º 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 #531B43 is Cyan = 0, Magento = 0.67, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 67 | - |
| CMYK | 0 | 0.67 | 0.19 | 0.67 |
| HSL | 317.14º | 0.51% | 0.22% | - |
| HSV(B) | 317.14º | 0.67% | 0.33% | - |
| XYZ | 4.97 | 3.03 | 5.63 | - |
| YUV | 48.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 67 | 0 | 0.67 | 0.19 | 0.67 | 317.14 | 0.51 | 0.22 |
| Hex | 53 | 1B | 43 | 0 | 43 | 13 | 43 | 13D | 33 | 16 |
| Octal | 123 | 33 | 103 | 0 | 103 | 23 | 103 | 475 | 63 | 26 |
| Binary | 1010011 | 11011 | 1000011 | 0 | 1000011 | 10011 | 1000011 | 100111101 | 110011 | 10110 |
Color Harmonies of #531B43
Complementary color
Monochromatic Colors of #531B43
Black with #531B43
Text Example
Text Example
White with #531B43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B43; }
p { color: rgb(83,27,67); }
H1.HeaderClassName
{
color: #531B43;
}
.AnyTagClassName
{
color: #531B43;
}
</style>
background-color css
<style>
a { background-color: #531B43; }
a { background-color: rgb(83,27,67); }
div.DivClassName
{
background-color: #531B43;
}
.BgClassName
{
background-color: #531B43;
}
</style>
border-color css
<style>
span { border-color: #531B43; }
span { border-color: rgb(83,27,67); }
td.TdClassName
{
border-color: #531B43;
}
.TagClassName
{
border-color: #531B43;
}
</style>