Shades of Loulou #53374B
Tints of Loulou #53374B
RGB
CMYK
RGB Variations
Color information
#53374B (or 0x53374B) is known color: Loulou. HEX triplet: 53, 37 and 4B. RGB value is (83,55,75). Sum of RGB (Red+Green+Blue) = 83+55+75=213 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.97% from 213); Green value is 55 (21.88% from 255 or 25.82% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 83 - color contains mainly: red. Hex color #53374B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53374B is #ACC8B4. Grayscale: #414141. Windows color (decimal): -11323573 or 4929363. OLE color: 4929363.
HSL color Cylindrical-coordinate representation of color #53374B: hue angle of 317.14º degrees, saturation: 0.2, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #53374B is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 55 | 75 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.67 |
| HSL | 317.14º | 0.2% | 0.27% | - |
| HSV(B) | 317.14º | 0.34% | 0.33% | - |
| XYZ | 6.2 | 5.08 | 7.31 | - |
| YUV | 65.65 | 133.28 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 55 | 75 | 0 | 0.34 | 0.10 | 0.67 | 317.14 | 0.2 | 0.27 |
| Hex | 53 | 37 | 4B | 0 | 22 | A | 43 | 13D | 14 | 1B |
| Octal | 123 | 67 | 113 | 0 | 42 | 12 | 103 | 475 | 24 | 33 |
| Binary | 1010011 | 110111 | 1001011 | 0 | 100010 | 1010 | 1000011 | 100111101 | 10100 | 11011 |
Color Harmonies of #53374B
Complementary color
Monochromatic Colors of #53374B
Black with #53374B
Text Example
Text Example
White with #53374B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53374B; }
p { color: rgb(83,55,75); }
H1.HeaderClassName
{
color: #53374B;
}
.AnyTagClassName
{
color: #53374B;
}
</style>
background-color css
<style>
a { background-color: #53374B; }
a { background-color: rgb(83,55,75); }
div.DivClassName
{
background-color: #53374B;
}
.BgClassName
{
background-color: #53374B;
}
</style>
border-color css
<style>
span { border-color: #53374B; }
span { border-color: rgb(83,55,75); }
td.TdClassName
{
border-color: #53374B;
}
.TagClassName
{
border-color: #53374B;
}
</style>