Shades of Loulou #58154A
Tints of Loulou #58154A
RGB
CMYK
RGB Variations
Color information
#58154A (or 0x58154A) is known color: Loulou. HEX triplet: 58, 15 and 4A. RGB value is (88,21,74). Sum of RGB (Red+Green+Blue) = 88+21+74=183 (24% of max value = 765). Red value is 88 (34.77% from 255 or 48.09% from 183); Green value is 21 (8.59% from 255 or 11.48% from 183); Blue value is 74 (29.30% from 255 or 40.44% from 183); Max value from RGB is 88 - color contains mainly: red. Hex color #58154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58154A is #A7EAB5. Grayscale: #2E2E2E. Windows color (decimal): -11004598 or 4855128. OLE color: 4855128.
HSL color Cylindrical-coordinate representation of color #58154A: hue angle of 312.54º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #58154A is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 21 | 74 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.65 |
| HSL | 312.54º | 0.61% | 0.21% | - |
| HSV(B) | 312.54º | 0.76% | 0.35% | - |
| XYZ | 5.53 | 3.11 | 6.79 | - |
| YUV | 47.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 21 | 74 | 0 | 0.76 | 0.16 | 0.65 | 312.54 | 0.61 | 0.21 |
| Hex | 58 | 15 | 4A | 0 | 4C | 10 | 41 | 139 | 3D | 15 |
| Octal | 130 | 25 | 112 | 0 | 114 | 20 | 101 | 471 | 75 | 25 |
| Binary | 1011000 | 10101 | 1001010 | 0 | 1001100 | 10000 | 1000001 | 100111001 | 111101 | 10101 |
Color Harmonies of #58154A
Complementary color
Monochromatic Colors of #58154A
Black with #58154A
Text Example
Text Example
White with #58154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58154A; }
p { color: rgb(88,21,74); }
H1.HeaderClassName
{
color: #58154A;
}
.AnyTagClassName
{
color: #58154A;
}
</style>
background-color css
<style>
a { background-color: #58154A; }
a { background-color: rgb(88,21,74); }
div.DivClassName
{
background-color: #58154A;
}
.BgClassName
{
background-color: #58154A;
}
</style>
border-color css
<style>
span { border-color: #58154A; }
span { border-color: rgb(88,21,74); }
td.TdClassName
{
border-color: #58154A;
}
.TagClassName
{
border-color: #58154A;
}
</style>