Shades of Loulou #53154B
Tints of Loulou #53154B
RGB
CMYK
RGB Variations
Color information
#53154B (or 0x53154B) is known color: Loulou. HEX triplet: 53, 15 and 4B. RGB value is (83,21,75). Sum of RGB (Red+Green+Blue) = 83+21+75=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 21 (8.59% from 255 or 11.73% from 179); Blue value is 75 (29.69% from 255 or 41.90% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53154B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53154B is #ACEAB4. Grayscale: #2D2D2D. Windows color (decimal): -11332277 or 4920659. OLE color: 4920659.
HSL color Cylindrical-coordinate representation of color #53154B: hue angle of 307.74º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53154B is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 21 | 75 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.67 |
| HSL | 307.74º | 0.6% | 0.2% | - |
| HSV(B) | 307.74º | 0.75% | 0.33% | - |
| XYZ | 5.11 | 2.88 | 6.94 | - |
| YUV | 45.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 21 | 75 | 0 | 0.75 | 0.10 | 0.67 | 307.74 | 0.6 | 0.2 |
| Hex | 53 | 15 | 4B | 0 | 4B | A | 43 | 134 | 3C | 14 |
| Octal | 123 | 25 | 113 | 0 | 113 | 12 | 103 | 464 | 74 | 24 |
| Binary | 1010011 | 10101 | 1001011 | 0 | 1001011 | 1010 | 1000011 | 100110100 | 111100 | 10100 |
Color Harmonies of #53154B
Complementary color
Monochromatic Colors of #53154B
Black with #53154B
Text Example
Text Example
White with #53154B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53154B; }
p { color: rgb(83,21,75); }
H1.HeaderClassName
{
color: #53154B;
}
.AnyTagClassName
{
color: #53154B;
}
</style>
background-color css
<style>
a { background-color: #53154B; }
a { background-color: rgb(83,21,75); }
div.DivClassName
{
background-color: #53154B;
}
.BgClassName
{
background-color: #53154B;
}
</style>
border-color css
<style>
span { border-color: #53154B; }
span { border-color: rgb(83,21,75); }
td.TdClassName
{
border-color: #53154B;
}
.TagClassName
{
border-color: #53154B;
}
</style>