Shades of Loulou #531A42
Tints of Loulou #531A42
RGB
CMYK
RGB Variations
Color information
#531A42 (or 0x531A42) is known color: Loulou. HEX triplet: 53, 1A and 42. RGB value is (83,26,66). Sum of RGB (Red+Green+Blue) = 83+26+66=175 (23% of max value = 765). Red value is 83 (32.81% from 255 or 47.43% from 175); Green value is 26 (10.55% from 255 or 14.86% from 175); Blue value is 66 (26.17% from 255 or 37.71% from 175); Max value from RGB is 83 - color contains mainly: red. Hex color #531A42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #531A42 is #ACE5BD. Grayscale: #2F2F2F. Windows color (decimal): -11331006 or 4332115. OLE color: 4332115.
HSL color Cylindrical-coordinate representation of color #531A42: hue angle of 317.89º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #531A42 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 26 | 66 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.67 |
| HSL | 317.89º | 0.52% | 0.21% | - |
| HSV(B) | 317.89º | 0.69% | 0.33% | - |
| XYZ | 4.92 | 2.97 | 5.47 | - |
| YUV | 47.6 | 138.38 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 26 | 66 | 0 | 0.69 | 0.20 | 0.67 | 317.89 | 0.52 | 0.21 |
| Hex | 53 | 1A | 42 | 0 | 45 | 14 | 43 | 13E | 34 | 15 |
| Octal | 123 | 32 | 102 | 0 | 105 | 24 | 103 | 476 | 64 | 25 |
| Binary | 1010011 | 11010 | 1000010 | 0 | 1000101 | 10100 | 1000011 | 100111110 | 110100 | 10101 |
Color Harmonies of #531A42
Complementary color
Monochromatic Colors of #531A42
Black with #531A42
Text Example
Text Example
White with #531A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531A42; }
p { color: rgb(83,26,66); }
H1.HeaderClassName
{
color: #531A42;
}
.AnyTagClassName
{
color: #531A42;
}
</style>
background-color css
<style>
a { background-color: #531A42; }
a { background-color: rgb(83,26,66); }
div.DivClassName
{
background-color: #531A42;
}
.BgClassName
{
background-color: #531A42;
}
</style>
border-color css
<style>
span { border-color: #531A42; }
span { border-color: rgb(83,26,66); }
td.TdClassName
{
border-color: #531A42;
}
.TagClassName
{
border-color: #531A42;
}
</style>