Shades of Loulou #53134C
Tints of Loulou #53134C
RGB
CMYK
RGB Variations
Color information
#53134C (or 0x53134C) is known color: Loulou. HEX triplet: 53, 13 and 4C. RGB value is (83,19,76). Sum of RGB (Red+Green+Blue) = 83+19+76=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 19 (7.81% from 255 or 10.67% from 178); Blue value is 76 (30.08% from 255 or 42.70% from 178); Max value from RGB is 83 - color contains mainly: red. Hex color #53134C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53134C is #ACECB3. Grayscale: #2C2C2C. Windows color (decimal): -11332788 or 4985683. OLE color: 4985683.
HSL color Cylindrical-coordinate representation of color #53134C: hue angle of 306.56º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53134C is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 19 | 76 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.67 |
| HSL | 306.56º | 0.63% | 0.2% | - |
| HSV(B) | 306.56º | 0.77% | 0.33% | - |
| XYZ | 5.1 | 2.83 | 7.11 | - |
| YUV | 44.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 19 | 76 | 0 | 0.77 | 0.08 | 0.67 | 306.56 | 0.63 | 0.2 |
| Hex | 53 | 13 | 4C | 0 | 4D | 8 | 43 | 133 | 3F | 14 |
| Octal | 123 | 23 | 114 | 0 | 115 | 10 | 103 | 463 | 77 | 24 |
| Binary | 1010011 | 10011 | 1001100 | 0 | 1001101 | 1000 | 1000011 | 100110011 | 111111 | 10100 |
Color Harmonies of #53134C
Complementary color
Monochromatic Colors of #53134C
Black with #53134C
Text Example
Text Example
White with #53134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53134C; }
p { color: rgb(83,19,76); }
H1.HeaderClassName
{
color: #53134C;
}
.AnyTagClassName
{
color: #53134C;
}
</style>
background-color css
<style>
a { background-color: #53134C; }
a { background-color: rgb(83,19,76); }
div.DivClassName
{
background-color: #53134C;
}
.BgClassName
{
background-color: #53134C;
}
</style>
border-color css
<style>
span { border-color: #53134C; }
span { border-color: rgb(83,19,76); }
td.TdClassName
{
border-color: #53134C;
}
.TagClassName
{
border-color: #53134C;
}
</style>