Shades of Loulou #531C43
Tints of Loulou #531C43
RGB
CMYK
RGB Variations
Color information
#531C43 (or 0x531C43) is known color: Loulou. HEX triplet: 53, 1C and 43. RGB value is (83,28,67). Sum of RGB (Red+Green+Blue) = 83+28+67=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 67 (26.56% from 255 or 37.64% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #531C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531C43 is #ACE3BC. Grayscale: #303030. Windows color (decimal): -11330493 or 4398163. OLE color: 4398163.
HSL color Cylindrical-coordinate representation of color #531C43: hue angle of 317.45º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #531C43 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 28 | 67 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.67 |
| HSL | 317.45º | 0.5% | 0.22% | - |
| HSV(B) | 317.45º | 0.66% | 0.33% | - |
| XYZ | 5 | 3.07 | 5.64 | - |
| YUV | 48.89 | 138.22 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 28 | 67 | 0 | 0.66 | 0.19 | 0.67 | 317.45 | 0.5 | 0.22 |
| Hex | 53 | 1C | 43 | 0 | 42 | 13 | 43 | 13D | 32 | 16 |
| Octal | 123 | 34 | 103 | 0 | 102 | 23 | 103 | 475 | 62 | 26 |
| Binary | 1010011 | 11100 | 1000011 | 0 | 1000010 | 10011 | 1000011 | 100111101 | 110010 | 10110 |
Color Harmonies of #531C43
Complementary color
Monochromatic Colors of #531C43
Black with #531C43
Text Example
Text Example
White with #531C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531C43; }
p { color: rgb(83,28,67); }
H1.HeaderClassName
{
color: #531C43;
}
.AnyTagClassName
{
color: #531C43;
}
</style>
background-color css
<style>
a { background-color: #531C43; }
a { background-color: rgb(83,28,67); }
div.DivClassName
{
background-color: #531C43;
}
.BgClassName
{
background-color: #531C43;
}
</style>
border-color css
<style>
span { border-color: #531C43; }
span { border-color: rgb(83,28,67); }
td.TdClassName
{
border-color: #531C43;
}
.TagClassName
{
border-color: #531C43;
}
</style>