Shades of Loulou #58354A
Tints of Loulou #58354A
RGB
CMYK
RGB Variations
Color information
#58354A (or 0x58354A) is known color: Loulou. HEX triplet: 58, 35 and 4A. RGB value is (88,53,74). Sum of RGB (Red+Green+Blue) = 88+53+74=215 (28% of max value = 765). Red value is 88 (34.77% from 255 or 40.93% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 74 (29.30% from 255 or 34.42% from 215); Max value from RGB is 88 - color contains mainly: red. Hex color #58354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58354A is #A7CAB5. Grayscale: #414141. Windows color (decimal): -10996406 or 4863320. OLE color: 4863320.
HSL color Cylindrical-coordinate representation of color #58354A: hue angle of 324º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #58354A is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 53 | 74 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.65 |
| HSL | 324º | 0.25% | 0.28% | - |
| HSV(B) | 324º | 0.4% | 0.35% | - |
| XYZ | 6.53 | 5.12 | 7.12 | - |
| YUV | 65.86 | 132.6 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 53 | 74 | 0 | 0.40 | 0.16 | 0.65 | 324 | 0.25 | 0.28 |
| Hex | 58 | 35 | 4A | 0 | 28 | 10 | 41 | 144 | 19 | 1C |
| Octal | 130 | 65 | 112 | 0 | 50 | 20 | 101 | 504 | 31 | 34 |
| Binary | 1011000 | 110101 | 1001010 | 0 | 101000 | 10000 | 1000001 | 101000100 | 11001 | 11100 |
Color Harmonies of #58354A
Complementary color
Monochromatic Colors of #58354A
Black with #58354A
Text Example
Text Example
White with #58354A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58354A; }
p { color: rgb(88,53,74); }
H1.HeaderClassName
{
color: #58354A;
}
.AnyTagClassName
{
color: #58354A;
}
</style>
background-color css
<style>
a { background-color: #58354A; }
a { background-color: rgb(88,53,74); }
div.DivClassName
{
background-color: #58354A;
}
.BgClassName
{
background-color: #58354A;
}
</style>
border-color css
<style>
span { border-color: #58354A; }
span { border-color: rgb(88,53,74); }
td.TdClassName
{
border-color: #58354A;
}
.TagClassName
{
border-color: #58354A;
}
</style>