Shades of Loulou #532A48
Tints of Loulou #532A48
RGB
CMYK
RGB Variations
Color information
#532A48 (or 0x532A48) is known color: Loulou. HEX triplet: 53, 2A and 48. RGB value is (83,42,72). Sum of RGB (Red+Green+Blue) = 83+42+72=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 42 (16.80% from 255 or 21.32% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #532A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532A48 is #ACD5B7. Grayscale: #393939. Windows color (decimal): -11326904 or 4729427. OLE color: 4729427.
HSL color Cylindrical-coordinate representation of color #532A48: hue angle of 316.1º 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 #532A48 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 72 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.67 |
| HSL | 316.1º | 0.33% | 0.25% | - |
| HSV(B) | 316.1º | 0.49% | 0.33% | - |
| XYZ | 5.56 | 3.96 | 6.6 | - |
| YUV | 57.68 | 136.08 | 146.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 72 | 0 | 0.49 | 0.13 | 0.67 | 316.1 | 0.33 | 0.25 |
| Hex | 53 | 2A | 48 | 0 | 31 | D | 43 | 13C | 21 | 19 |
| Octal | 123 | 52 | 110 | 0 | 61 | 15 | 103 | 474 | 41 | 31 |
| Binary | 1010011 | 101010 | 1001000 | 0 | 110001 | 1101 | 1000011 | 100111100 | 100001 | 11001 |
Color Harmonies of #532A48
Complementary color
Monochromatic Colors of #532A48
Black with #532A48
Text Example
Text Example
White with #532A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A48; }
p { color: rgb(83,42,72); }
H1.HeaderClassName
{
color: #532A48;
}
.AnyTagClassName
{
color: #532A48;
}
</style>
background-color css
<style>
a { background-color: #532A48; }
a { background-color: rgb(83,42,72); }
div.DivClassName
{
background-color: #532A48;
}
.BgClassName
{
background-color: #532A48;
}
</style>
border-color css
<style>
span { border-color: #532A48; }
span { border-color: rgb(83,42,72); }
td.TdClassName
{
border-color: #532A48;
}
.TagClassName
{
border-color: #532A48;
}
</style>