Shades of Loulou #58304A
Tints of Loulou #58304A
RGB
CMYK
RGB Variations
Color information
#58304A (or 0x58304A) is known color: Loulou. HEX triplet: 58, 30 and 4A. RGB value is (88,48,74). Sum of RGB (Red+Green+Blue) = 88+48+74=210 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.90% from 210); Green value is 48 (19.14% from 255 or 22.86% from 210); Blue value is 74 (29.30% from 255 or 35.24% from 210); Max value from RGB is 88 - color contains mainly: red. Hex color #58304A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58304A is #A7CFB5. Grayscale: #3E3E3E. Windows color (decimal): -10997686 or 4862040. OLE color: 4862040.
HSL color Cylindrical-coordinate representation of color #58304A: hue angle of 321º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58304A is Cyan = 0, Magento = 0.45, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 48 | 74 | - |
| CMYK | 0 | 0.45 | 0.16 | 0.65 |
| HSL | 321º | 0.29% | 0.27% | - |
| HSV(B) | 321º | 0.45% | 0.35% | - |
| XYZ | 6.32 | 4.68 | 7.05 | - |
| YUV | 62.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 48 | 74 | 0 | 0.45 | 0.16 | 0.65 | 321 | 0.29 | 0.27 |
| Hex | 58 | 30 | 4A | 0 | 2D | 10 | 41 | 141 | 1D | 1B |
| Octal | 130 | 60 | 112 | 0 | 55 | 20 | 101 | 501 | 35 | 33 |
| Binary | 1011000 | 110000 | 1001010 | 0 | 101101 | 10000 | 1000001 | 101000001 | 11101 | 11011 |
Color Harmonies of #58304A
Complementary color
Monochromatic Colors of #58304A
Black with #58304A
Text Example
Text Example
White with #58304A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58304A; }
p { color: rgb(88,48,74); }
H1.HeaderClassName
{
color: #58304A;
}
.AnyTagClassName
{
color: #58304A;
}
</style>
background-color css
<style>
a { background-color: #58304A; }
a { background-color: rgb(88,48,74); }
div.DivClassName
{
background-color: #58304A;
}
.BgClassName
{
background-color: #58304A;
}
</style>
border-color css
<style>
span { border-color: #58304A; }
span { border-color: rgb(88,48,74); }
td.TdClassName
{
border-color: #58304A;
}
.TagClassName
{
border-color: #58304A;
}
</style>