Shades of Loulou #58314A
Tints of Loulou #58314A
RGB
CMYK
RGB Variations
Color information
#58314A (or 0x58314A) is known color: Loulou. HEX triplet: 58, 31 and 4A. RGB value is (88,49,74). Sum of RGB (Red+Green+Blue) = 88+49+74=211 (27% of max value = 765). Red value is 88 (34.77% from 255 or 41.71% from 211); Green value is 49 (19.53% from 255 or 23.22% from 211); Blue value is 74 (29.30% from 255 or 35.07% from 211); Max value from RGB is 88 - color contains mainly: red. Hex color #58314A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58314A is #A7CEB5. Grayscale: #3F3F3F. Windows color (decimal): -10997430 or 4862296. OLE color: 4862296.
HSL color Cylindrical-coordinate representation of color #58314A: hue angle of 321.54º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #58314A is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 49 | 74 | - |
| CMYK | 0 | 0.44 | 0.16 | 0.65 |
| HSL | 321.54º | 0.28% | 0.27% | - |
| HSV(B) | 321.54º | 0.44% | 0.35% | - |
| XYZ | 6.36 | 4.77 | 7.06 | - |
| YUV | 63.51 | 133.92 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 74 | 0 | 0.44 | 0.16 | 0.65 | 321.54 | 0.28 | 0.27 |
| Hex | 58 | 31 | 4A | 0 | 2C | 10 | 41 | 142 | 1C | 1B |
| Octal | 130 | 61 | 112 | 0 | 54 | 20 | 101 | 502 | 34 | 33 |
| Binary | 1011000 | 110001 | 1001010 | 0 | 101100 | 10000 | 1000001 | 101000010 | 11100 | 11011 |
Color Harmonies of #58314A
Complementary color
Monochromatic Colors of #58314A
Black with #58314A
Text Example
Text Example
White with #58314A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58314A; }
p { color: rgb(88,49,74); }
H1.HeaderClassName
{
color: #58314A;
}
.AnyTagClassName
{
color: #58314A;
}
</style>
background-color css
<style>
a { background-color: #58314A; }
a { background-color: rgb(88,49,74); }
div.DivClassName
{
background-color: #58314A;
}
.BgClassName
{
background-color: #58314A;
}
</style>
border-color css
<style>
span { border-color: #58314A; }
span { border-color: rgb(88,49,74); }
td.TdClassName
{
border-color: #58314A;
}
.TagClassName
{
border-color: #58314A;
}
</style>