Shades of Loulou #53174D
Tints of Loulou #53174D
RGB
CMYK
RGB Variations
Color information
#53174D (or 0x53174D) is known color: Loulou. HEX triplet: 53, 17 and 4D. RGB value is (83,23,77). Sum of RGB (Red+Green+Blue) = 83+23+77=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 23 (9.38% from 255 or 12.57% from 183); Blue value is 77 (30.47% from 255 or 42.08% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53174D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53174D is #ACE8B2. Grayscale: #2E2E2E. Windows color (decimal): -11331763 or 5052243. OLE color: 5052243.
HSL color Cylindrical-coordinate representation of color #53174D: hue angle of 306º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53174D is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 23 | 77 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.67 |
| HSL | 306º | 0.57% | 0.21% | - |
| HSV(B) | 306º | 0.72% | 0.33% | - |
| XYZ | 5.21 | 2.99 | 7.32 | - |
| YUV | 47.1 | 144.88 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 23 | 77 | 0 | 0.72 | 0.07 | 0.67 | 306 | 0.57 | 0.21 |
| Hex | 53 | 17 | 4D | 0 | 48 | 7 | 43 | 132 | 39 | 15 |
| Octal | 123 | 27 | 115 | 0 | 110 | 7 | 103 | 462 | 71 | 25 |
| Binary | 1010011 | 10111 | 1001101 | 0 | 1001000 | 111 | 1000011 | 100110010 | 111001 | 10101 |
Color Harmonies of #53174D
Complementary color
Monochromatic Colors of #53174D
Black with #53174D
Text Example
Text Example
White with #53174D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53174D; }
p { color: rgb(83,23,77); }
H1.HeaderClassName
{
color: #53174D;
}
.AnyTagClassName
{
color: #53174D;
}
</style>
background-color css
<style>
a { background-color: #53174D; }
a { background-color: rgb(83,23,77); }
div.DivClassName
{
background-color: #53174D;
}
.BgClassName
{
background-color: #53174D;
}
</style>
border-color css
<style>
span { border-color: #53174D; }
span { border-color: rgb(83,23,77); }
td.TdClassName
{
border-color: #53174D;
}
.TagClassName
{
border-color: #53174D;
}
</style>