Shades of Loulou #58274D
Tints of Loulou #58274D
RGB
CMYK
RGB Variations
Color information
#58274D (or 0x58274D) is known color: Loulou. HEX triplet: 58, 27 and 4D. RGB value is (88,39,77). Sum of RGB (Red+Green+Blue) = 88+39+77=204 (27% of max value = 765). Red value is 88 (34.77% from 255 or 43.14% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 77 (30.47% from 255 or 37.75% from 204); Max value from RGB is 88 - color contains mainly: red. Hex color #58274D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58274D is #A7D8B2. Grayscale: #393939. Windows color (decimal): -10999987 or 5056344. OLE color: 5056344.
HSL color Cylindrical-coordinate representation of color #58274D: hue angle of 313.47º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #58274D is Cyan = 0, Magento = 0.56, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 39 | 77 | - |
| CMYK | 0 | 0.56 | 0.12 | 0.65 |
| HSL | 313.47º | 0.39% | 0.25% | - |
| HSV(B) | 313.47º | 0.56% | 0.35% | - |
| XYZ | 6.09 | 4.06 | 7.48 | - |
| YUV | 57.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 39 | 77 | 0 | 0.56 | 0.12 | 0.65 | 313.47 | 0.39 | 0.25 |
| Hex | 58 | 27 | 4D | 0 | 38 | C | 41 | 139 | 27 | 19 |
| Octal | 130 | 47 | 115 | 0 | 70 | 14 | 101 | 471 | 47 | 31 |
| Binary | 1011000 | 100111 | 1001101 | 0 | 111000 | 1100 | 1000001 | 100111001 | 100111 | 11001 |
Color Harmonies of #58274D
Complementary color
Monochromatic Colors of #58274D
Black with #58274D
Text Example
Text Example
White with #58274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58274D; }
p { color: rgb(88,39,77); }
H1.HeaderClassName
{
color: #58274D;
}
.AnyTagClassName
{
color: #58274D;
}
</style>
background-color css
<style>
a { background-color: #58274D; }
a { background-color: rgb(88,39,77); }
div.DivClassName
{
background-color: #58274D;
}
.BgClassName
{
background-color: #58274D;
}
</style>
border-color css
<style>
span { border-color: #58274D; }
span { border-color: rgb(88,39,77); }
td.TdClassName
{
border-color: #58274D;
}
.TagClassName
{
border-color: #58274D;
}
</style>