Shades of Loulou #53234F
Tints of Loulou #53234F
RGB
CMYK
RGB Variations
Color information
#53234F (or 0x53234F) is known color: Loulou. HEX triplet: 53, 23 and 4F. RGB value is (83,35,79). Sum of RGB (Red+Green+Blue) = 83+35+79=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 83 - color contains mainly: red. Hex color #53234F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53234F is #ACDCB0. Grayscale: #363636. Windows color (decimal): -11328689 or 5186387. OLE color: 5186387.
HSL color Cylindrical-coordinate representation of color #53234F: hue angle of 305º 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 #53234F is Cyan = 0, Magento = 0.58, Yellow = 0.05 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 35 | 79 | - |
| CMYK | 0 | 0.58 | 0.05 | 0.67 |
| HSL | 305º | 0.41% | 0.23% | - |
| HSV(B) | 305º | 0.58% | 0.33% | - |
| XYZ | 5.58 | 3.61 | 7.8 | - |
| YUV | 54.37 | 141.9 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 35 | 79 | 0 | 0.58 | 0.05 | 0.67 | 305 | 0.41 | 0.23 |
| Hex | 53 | 23 | 4F | 0 | 3A | 5 | 43 | 131 | 29 | 17 |
| Octal | 123 | 43 | 117 | 0 | 72 | 5 | 103 | 461 | 51 | 27 |
| Binary | 1010011 | 100011 | 1001111 | 0 | 111010 | 101 | 1000011 | 100110001 | 101001 | 10111 |
Color Harmonies of #53234F
Complementary color
Monochromatic Colors of #53234F
Black with #53234F
Text Example
Text Example
White with #53234F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53234F; }
p { color: rgb(83,35,79); }
H1.HeaderClassName
{
color: #53234F;
}
.AnyTagClassName
{
color: #53234F;
}
</style>
background-color css
<style>
a { background-color: #53234F; }
a { background-color: rgb(83,35,79); }
div.DivClassName
{
background-color: #53234F;
}
.BgClassName
{
background-color: #53234F;
}
</style>
border-color css
<style>
span { border-color: #53234F; }
span { border-color: rgb(83,35,79); }
td.TdClassName
{
border-color: #53234F;
}
.TagClassName
{
border-color: #53234F;
}
</style>