Shades of Loulou #532849
Tints of Loulou #532849
RGB
CMYK
RGB Variations
Color information
#532849 (or 0x532849) is known color: Loulou. HEX triplet: 53, 28 and 49. RGB value is (83,40,73). Sum of RGB (Red+Green+Blue) = 83+40+73=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 73 (28.91% from 255 or 37.24% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #532849 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #532849 is #ACD7B6. Grayscale: #383838. Windows color (decimal): -11327415 or 4794451. OLE color: 4794451.
HSL color Cylindrical-coordinate representation of color #532849: hue angle of 313.95º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #532849 is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 73 | - |
| CMYK | 0 | 0.52 | 0.12 | 0.67 |
| HSL | 313.95º | 0.35% | 0.24% | - |
| HSV(B) | 313.95º | 0.52% | 0.33% | - |
| XYZ | 5.53 | 3.84 | 6.75 | - |
| YUV | 56.62 | 137.25 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 73 | 0 | 0.52 | 0.12 | 0.67 | 313.95 | 0.35 | 0.24 |
| Hex | 53 | 28 | 49 | 0 | 34 | C | 43 | 13A | 23 | 18 |
| Octal | 123 | 50 | 111 | 0 | 64 | 14 | 103 | 472 | 43 | 30 |
| Binary | 1010011 | 101000 | 1001001 | 0 | 110100 | 1100 | 1000011 | 100111010 | 100011 | 11000 |
Color Harmonies of #532849
Complementary color
Monochromatic Colors of #532849
Black with #532849
Text Example
Text Example
White with #532849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532849; }
p { color: rgb(83,40,73); }
H1.HeaderClassName
{
color: #532849;
}
.AnyTagClassName
{
color: #532849;
}
</style>
background-color css
<style>
a { background-color: #532849; }
a { background-color: rgb(83,40,73); }
div.DivClassName
{
background-color: #532849;
}
.BgClassName
{
background-color: #532849;
}
</style>
border-color css
<style>
span { border-color: #532849; }
span { border-color: rgb(83,40,73); }
td.TdClassName
{
border-color: #532849;
}
.TagClassName
{
border-color: #532849;
}
</style>