Shades of Loulou #53384A
Tints of Loulou #53384A
RGB
CMYK
RGB Variations
Color information
#53384A (or 0x53384A) is known color: Loulou. HEX triplet: 53, 38 and 4A. RGB value is (83,56,74). Sum of RGB (Red+Green+Blue) = 83+56+74=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 56 (22.27% from 255 or 26.29% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53384A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53384A is #ACC7B5. Grayscale: #424242. Windows color (decimal): -11323318 or 4864083. OLE color: 4864083.
HSL color Cylindrical-coordinate representation of color #53384A: hue angle of 320º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #53384A is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 74 | - |
| CMYK | 0 | 0.33 | 0.11 | 0.67 |
| HSL | 320º | 0.19% | 0.27% | - |
| HSV(B) | 320º | 0.33% | 0.33% | - |
| XYZ | 6.22 | 5.16 | 7.15 | - |
| YUV | 66.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 74 | 0 | 0.33 | 0.11 | 0.67 | 320 | 0.19 | 0.27 |
| Hex | 53 | 38 | 4A | 0 | 21 | B | 43 | 140 | 13 | 1B |
| Octal | 123 | 70 | 112 | 0 | 41 | 13 | 103 | 500 | 23 | 33 |
| Binary | 1010011 | 111000 | 1001010 | 0 | 100001 | 1011 | 1000011 | 101000000 | 10011 | 11011 |
Color Harmonies of #53384A
Complementary color
Monochromatic Colors of #53384A
Black with #53384A
Text Example
Text Example
White with #53384A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53384A; }
p { color: rgb(83,56,74); }
H1.HeaderClassName
{
color: #53384A;
}
.AnyTagClassName
{
color: #53384A;
}
</style>
background-color css
<style>
a { background-color: #53384A; }
a { background-color: rgb(83,56,74); }
div.DivClassName
{
background-color: #53384A;
}
.BgClassName
{
background-color: #53384A;
}
</style>
border-color css
<style>
span { border-color: #53384A; }
span { border-color: rgb(83,56,74); }
td.TdClassName
{
border-color: #53384A;
}
.TagClassName
{
border-color: #53384A;
}
</style>