Shades of Loulou #53234D
Tints of Loulou #53234D
RGB
CMYK
RGB Variations
Color information
#53234D (or 0x53234D) is known color: Loulou. HEX triplet: 53, 23 and 4D. RGB value is (83,35,77). Sum of RGB (Red+Green+Blue) = 83+35+77=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 83 - color contains mainly: red. Hex color #53234D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53234D is #ACDCB2. Grayscale: #363636. Windows color (decimal): -11328691 or 5055315. OLE color: 5055315.
HSL color Cylindrical-coordinate representation of color #53234D: hue angle of 307.5º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53234D is Cyan = 0, Magento = 0.58, Yellow = 0.07 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 35 | 77 | - |
| CMYK | 0 | 0.58 | 0.07 | 0.67 |
| HSL | 307.5º | 0.41% | 0.23% | - |
| HSV(B) | 307.5º | 0.58% | 0.33% | - |
| XYZ | 5.51 | 3.58 | 7.42 | - |
| YUV | 54.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 77 | 0 | 0.58 | 0.07 | 0.67 | 307.5 | 0.41 | 0.23 |
| Hex | 53 | 23 | 4D | 0 | 3A | 7 | 43 | 134 | 29 | 17 |
| Octal | 123 | 43 | 115 | 0 | 72 | 7 | 103 | 464 | 51 | 27 |
| Binary | 1010011 | 100011 | 1001101 | 0 | 111010 | 111 | 1000011 | 100110100 | 101001 | 10111 |
Color Harmonies of #53234D
Complementary color
Monochromatic Colors of #53234D
Black with #53234D
Text Example
Text Example
White with #53234D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53234D; }
p { color: rgb(83,35,77); }
H1.HeaderClassName
{
color: #53234D;
}
.AnyTagClassName
{
color: #53234D;
}
</style>
background-color css
<style>
a { background-color: #53234D; }
a { background-color: rgb(83,35,77); }
div.DivClassName
{
background-color: #53234D;
}
.BgClassName
{
background-color: #53234D;
}
</style>
border-color css
<style>
span { border-color: #53234D; }
span { border-color: rgb(83,35,77); }
td.TdClassName
{
border-color: #53234D;
}
.TagClassName
{
border-color: #53234D;
}
</style>