Shades of Loulou #53224B
Tints of Loulou #53224B
RGB
CMYK
RGB Variations
Color information
#53224B (or 0x53224B) is known color: Loulou. HEX triplet: 53, 22 and 4B. RGB value is (83,34,75). Sum of RGB (Red+Green+Blue) = 83+34+75=192 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.23% from 192); Green value is 34 (13.67% from 255 or 17.71% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 83 - color contains mainly: red. Hex color #53224B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53224B is #ACDDB4. Grayscale: #353535. Windows color (decimal): -11328949 or 4923987. OLE color: 4923987.
HSL color Cylindrical-coordinate representation of color #53224B: hue angle of 309.8º 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 #53224B is Cyan = 0, Magento = 0.59, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 34 | 75 | - |
| CMYK | 0 | 0.59 | 0.10 | 0.67 |
| HSL | 309.8º | 0.42% | 0.23% | - |
| HSV(B) | 309.8º | 0.59% | 0.33% | - |
| XYZ | 5.41 | 3.49 | 7.05 | - |
| YUV | 53.33 | 140.23 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 34 | 75 | 0 | 0.59 | 0.10 | 0.67 | 309.8 | 0.42 | 0.23 |
| Hex | 53 | 22 | 4B | 0 | 3B | A | 43 | 136 | 2A | 17 |
| Octal | 123 | 42 | 113 | 0 | 73 | 12 | 103 | 466 | 52 | 27 |
| Binary | 1010011 | 100010 | 1001011 | 0 | 111011 | 1010 | 1000011 | 100110110 | 101010 | 10111 |
Color Harmonies of #53224B
Complementary color
Monochromatic Colors of #53224B
Black with #53224B
Text Example
Text Example
White with #53224B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53224B; }
p { color: rgb(83,34,75); }
H1.HeaderClassName
{
color: #53224B;
}
.AnyTagClassName
{
color: #53224B;
}
</style>
background-color css
<style>
a { background-color: #53224B; }
a { background-color: rgb(83,34,75); }
div.DivClassName
{
background-color: #53224B;
}
.BgClassName
{
background-color: #53224B;
}
</style>
border-color css
<style>
span { border-color: #53224B; }
span { border-color: rgb(83,34,75); }
td.TdClassName
{
border-color: #53224B;
}
.TagClassName
{
border-color: #53224B;
}
</style>