Shades of Loulou #532C4A
Tints of Loulou #532C4A
RGB
CMYK
RGB Variations
Color information
#532C4A (or 0x532C4A) is known color: Loulou. HEX triplet: 53, 2C and 4A. RGB value is (83,44,74). Sum of RGB (Red+Green+Blue) = 83+44+74=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 74 (29.30% from 255 or 36.82% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #532C4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532C4A is #ACD3B5. Grayscale: #3B3B3B. Windows color (decimal): -11326390 or 4861011. OLE color: 4861011.
HSL color Cylindrical-coordinate representation of color #532C4A: hue angle of 313.85º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #532C4A is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 74 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.67 |
| HSL | 313.85º | 0.31% | 0.25% | - |
| HSV(B) | 313.85º | 0.47% | 0.33% | - |
| XYZ | 5.7 | 4.13 | 6.98 | - |
| YUV | 59.08 | 136.42 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 74 | 0 | 0.47 | 0.11 | 0.67 | 313.85 | 0.31 | 0.25 |
| Hex | 53 | 2C | 4A | 0 | 2F | B | 43 | 13A | 1F | 19 |
| Octal | 123 | 54 | 112 | 0 | 57 | 13 | 103 | 472 | 37 | 31 |
| Binary | 1010011 | 101100 | 1001010 | 0 | 101111 | 1011 | 1000011 | 100111010 | 11111 | 11001 |
Color Harmonies of #532C4A
Complementary color
Monochromatic Colors of #532C4A
Black with #532C4A
Text Example
Text Example
White with #532C4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C4A; }
p { color: rgb(83,44,74); }
H1.HeaderClassName
{
color: #532C4A;
}
.AnyTagClassName
{
color: #532C4A;
}
</style>
background-color css
<style>
a { background-color: #532C4A; }
a { background-color: rgb(83,44,74); }
div.DivClassName
{
background-color: #532C4A;
}
.BgClassName
{
background-color: #532C4A;
}
</style>
border-color css
<style>
span { border-color: #532C4A; }
span { border-color: rgb(83,44,74); }
td.TdClassName
{
border-color: #532C4A;
}
.TagClassName
{
border-color: #532C4A;
}
</style>