Shades of Loulou #53344A
Tints of Loulou #53344A
RGB
CMYK
RGB Variations
Color information
#53344A (or 0x53344A) is known color: Loulou. HEX triplet: 53, 34 and 4A. RGB value is (83,52,74). Sum of RGB (Red+Green+Blue) = 83+52+74=209 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.71% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 74 (29.30% from 255 or 35.41% from 209); Max value from RGB is 83 - color contains mainly: red. Hex color #53344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53344A is #ACCBB5. Grayscale: #3F3F3F. Windows color (decimal): -11324342 or 4863059. OLE color: 4863059.
HSL color Cylindrical-coordinate representation of color #53344A: hue angle of 317.42º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #53344A is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 74 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.67 |
| HSL | 317.42º | 0.23% | 0.26% | - |
| HSV(B) | 317.42º | 0.37% | 0.33% | - |
| XYZ | 6.03 | 4.79 | 7.09 | - |
| YUV | 63.78 | 133.77 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 74 | 0 | 0.37 | 0.11 | 0.67 | 317.42 | 0.23 | 0.26 |
| Hex | 53 | 34 | 4A | 0 | 25 | B | 43 | 13D | 17 | 1A |
| Octal | 123 | 64 | 112 | 0 | 45 | 13 | 103 | 475 | 27 | 32 |
| Binary | 1010011 | 110100 | 1001010 | 0 | 100101 | 1011 | 1000011 | 100111101 | 10111 | 11010 |
Color Harmonies of #53344A
Complementary color
Monochromatic Colors of #53344A
Black with #53344A
Text Example
Text Example
White with #53344A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53344A; }
p { color: rgb(83,52,74); }
H1.HeaderClassName
{
color: #53344A;
}
.AnyTagClassName
{
color: #53344A;
}
</style>
background-color css
<style>
a { background-color: #53344A; }
a { background-color: rgb(83,52,74); }
div.DivClassName
{
background-color: #53344A;
}
.BgClassName
{
background-color: #53344A;
}
</style>
border-color css
<style>
span { border-color: #53344A; }
span { border-color: rgb(83,52,74); }
td.TdClassName
{
border-color: #53344A;
}
.TagClassName
{
border-color: #53344A;
}
</style>