Shades of Loulou #53224F
Tints of Loulou #53224F
RGB
CMYK
RGB Variations
Color information
#53224F (or 0x53224F) is known color: Loulou. HEX triplet: 53, 22 and 4F. RGB value is (83,34,79). Sum of RGB (Red+Green+Blue) = 83+34+79=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 83 - color contains mainly: red. Hex color #53224F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53224F is #ACDDB0. Grayscale: #353535. Windows color (decimal): -11328945 or 5186131. OLE color: 5186131.
HSL color Cylindrical-coordinate representation of color #53224F: hue angle of 304.9º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53224F is Cyan = 0, Magento = 0.59, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 79 | - |
| CMYK | 0 | 0.59 | 0.05 | 0.67 |
| HSL | 304.9º | 0.42% | 0.23% | - |
| HSV(B) | 304.9º | 0.59% | 0.33% | - |
| XYZ | 5.55 | 3.55 | 7.79 | - |
| YUV | 53.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 79 | 0 | 0.59 | 0.05 | 0.67 | 304.9 | 0.42 | 0.23 |
| Hex | 53 | 22 | 4F | 0 | 3B | 5 | 43 | 131 | 2A | 17 |
| Octal | 123 | 42 | 117 | 0 | 73 | 5 | 103 | 461 | 52 | 27 |
| Binary | 1010011 | 100010 | 1001111 | 0 | 111011 | 101 | 1000011 | 100110001 | 101010 | 10111 |
Color Harmonies of #53224F
Complementary color
Monochromatic Colors of #53224F
Black with #53224F
Text Example
Text Example
White with #53224F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53224F; }
p { color: rgb(83,34,79); }
H1.HeaderClassName
{
color: #53224F;
}
.AnyTagClassName
{
color: #53224F;
}
</style>
background-color css
<style>
a { background-color: #53224F; }
a { background-color: rgb(83,34,79); }
div.DivClassName
{
background-color: #53224F;
}
.BgClassName
{
background-color: #53224F;
}
</style>
border-color css
<style>
span { border-color: #53224F; }
span { border-color: rgb(83,34,79); }
td.TdClassName
{
border-color: #53224F;
}
.TagClassName
{
border-color: #53224F;
}
</style>