Shades of Loulou #532A43
Tints of Loulou #532A43
RGB
CMYK
RGB Variations
Color information
#532A43 (or 0x532A43) is known color: Loulou. HEX triplet: 53, 2A and 43. RGB value is (83,42,67). Sum of RGB (Red+Green+Blue) = 83+42+67=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 42 (16.80% from 255 or 21.88% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #532A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A43 is #ACD5BC. Grayscale: #393939. Windows color (decimal): -11326909 or 4401747. OLE color: 4401747.
HSL color Cylindrical-coordinate representation of color #532A43: hue angle of 323.41º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #532A43 is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 67 | - |
| CMYK | 0 | 0.49 | 0.19 | 0.67 |
| HSL | 323.41º | 0.33% | 0.25% | - |
| HSV(B) | 323.41º | 0.49% | 0.33% | - |
| XYZ | 5.41 | 3.9 | 5.78 | - |
| YUV | 57.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 67 | 0 | 0.49 | 0.19 | 0.67 | 323.41 | 0.33 | 0.25 |
| Hex | 53 | 2A | 43 | 0 | 31 | 13 | 43 | 143 | 21 | 19 |
| Octal | 123 | 52 | 103 | 0 | 61 | 23 | 103 | 503 | 41 | 31 |
| Binary | 1010011 | 101010 | 1000011 | 0 | 110001 | 10011 | 1000011 | 101000011 | 100001 | 11001 |
Color Harmonies of #532A43
Complementary color
Monochromatic Colors of #532A43
Black with #532A43
Text Example
Text Example
White with #532A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A43; }
p { color: rgb(83,42,67); }
H1.HeaderClassName
{
color: #532A43;
}
.AnyTagClassName
{
color: #532A43;
}
</style>
background-color css
<style>
a { background-color: #532A43; }
a { background-color: rgb(83,42,67); }
div.DivClassName
{
background-color: #532A43;
}
.BgClassName
{
background-color: #532A43;
}
</style>
border-color css
<style>
span { border-color: #532A43; }
span { border-color: rgb(83,42,67); }
td.TdClassName
{
border-color: #532A43;
}
.TagClassName
{
border-color: #532A43;
}
</style>