Shades of Loulou #53104A
Tints of Loulou #53104A
RGB
CMYK
RGB Variations
Color information
#53104A (or 0x53104A) is known color: Loulou. HEX triplet: 53, 10 and 4A. RGB value is (83,16,74). Sum of RGB (Red+Green+Blue) = 83+16+74=173 (22% of max value = 765). Red value is 83 (32.81% from 255 or 47.98% from 173); Green value is 16 (6.64% from 255 or 9.25% from 173); Blue value is 74 (29.30% from 255 or 42.77% from 173); Max value from RGB is 83 - color contains mainly: red. Hex color #53104A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #53104A is #ACEFB5. Grayscale: #2A2A2A. Windows color (decimal): -11333558 or 4853843. OLE color: 4853843.
HSL color Cylindrical-coordinate representation of color #53104A: hue angle of 308.06º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #53104A is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 16 | 74 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.67 |
| HSL | 308.06º | 0.68% | 0.19% | - |
| HSV(B) | 308.06º | 0.81% | 0.33% | - |
| XYZ | 4.99 | 2.7 | 6.74 | - |
| YUV | 42.65 | 145.7 | 156.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 16 | 74 | 0 | 0.81 | 0.11 | 0.67 | 308.06 | 0.68 | 0.19 |
| Hex | 53 | 10 | 4A | 0 | 51 | B | 43 | 134 | 44 | 13 |
| Octal | 123 | 20 | 112 | 0 | 121 | 13 | 103 | 464 | 104 | 23 |
| Binary | 1010011 | 10000 | 1001010 | 0 | 1010001 | 1011 | 1000011 | 100110100 | 1000100 | 10011 |
Color Harmonies of #53104A
Complementary color
Monochromatic Colors of #53104A
Black with #53104A
Text Example
Text Example
White with #53104A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53104A; }
p { color: rgb(83,16,74); }
H1.HeaderClassName
{
color: #53104A;
}
.AnyTagClassName
{
color: #53104A;
}
</style>
background-color css
<style>
a { background-color: #53104A; }
a { background-color: rgb(83,16,74); }
div.DivClassName
{
background-color: #53104A;
}
.BgClassName
{
background-color: #53104A;
}
</style>
border-color css
<style>
span { border-color: #53104A; }
span { border-color: rgb(83,16,74); }
td.TdClassName
{
border-color: #53104A;
}
.TagClassName
{
border-color: #53104A;
}
</style>