Shades of Loulou #53384B
Tints of Loulou #53384B
RGB
CMYK
RGB Variations
Color information
#53384B (or 0x53384B) is known color: Loulou. HEX triplet: 53, 38 and 4B. RGB value is (83,56,75). Sum of RGB (Red+Green+Blue) = 83+56+75=214 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.79% from 214); Green value is 56 (22.27% from 255 or 26.17% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 83 - color contains mainly: red. Hex color #53384B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53384B is #ACC7B4. Grayscale: #424242. Windows color (decimal): -11323317 or 4929619. OLE color: 4929619.
HSL color Cylindrical-coordinate representation of color #53384B: hue angle of 317.78º 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 #53384B is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 75 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.67 |
| HSL | 317.78º | 0.19% | 0.27% | - |
| HSV(B) | 317.78º | 0.33% | 0.33% | - |
| XYZ | 6.25 | 5.18 | 7.33 | - |
| YUV | 66.24 | 132.95 | 139.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 75 | 0 | 0.33 | 0.10 | 0.67 | 317.78 | 0.19 | 0.27 |
| Hex | 53 | 38 | 4B | 0 | 21 | A | 43 | 13E | 13 | 1B |
| Octal | 123 | 70 | 113 | 0 | 41 | 12 | 103 | 476 | 23 | 33 |
| Binary | 1010011 | 111000 | 1001011 | 0 | 100001 | 1010 | 1000011 | 100111110 | 10011 | 11011 |
Color Harmonies of #53384B
Complementary color
Monochromatic Colors of #53384B
Black with #53384B
Text Example
Text Example
White with #53384B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53384B; }
p { color: rgb(83,56,75); }
H1.HeaderClassName
{
color: #53384B;
}
.AnyTagClassName
{
color: #53384B;
}
</style>
background-color css
<style>
a { background-color: #53384B; }
a { background-color: rgb(83,56,75); }
div.DivClassName
{
background-color: #53384B;
}
.BgClassName
{
background-color: #53384B;
}
</style>
border-color css
<style>
span { border-color: #53384B; }
span { border-color: rgb(83,56,75); }
td.TdClassName
{
border-color: #53384B;
}
.TagClassName
{
border-color: #53384B;
}
</style>