Shades of Loulou #58314B
Tints of Loulou #58314B
RGB
CMYK
RGB Variations
Color information
#58314B (or 0x58314B) is known color: Loulou. HEX triplet: 58, 31 and 4B. RGB value is (88,49,75). Sum of RGB (Red+Green+Blue) = 88+49+75=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 49 (19.53% from 255 or 23.11% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #58314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58314B is #A7CEB4. Grayscale: #3F3F3F. Windows color (decimal): -10997429 or 4927832. OLE color: 4927832.
HSL color Cylindrical-coordinate representation of color #58314B: hue angle of 320º 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 #58314B is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 49 | 75 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.65 |
| HSL | 320º | 0.28% | 0.27% | - |
| HSV(B) | 320º | 0.44% | 0.35% | - |
| XYZ | 6.39 | 4.78 | 7.24 | - |
| YUV | 63.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 49 | 75 | 0 | 0.44 | 0.15 | 0.65 | 320 | 0.28 | 0.27 |
| Hex | 58 | 31 | 4B | 0 | 2C | F | 41 | 140 | 1C | 1B |
| Octal | 130 | 61 | 113 | 0 | 54 | 17 | 101 | 500 | 34 | 33 |
| Binary | 1011000 | 110001 | 1001011 | 0 | 101100 | 1111 | 1000001 | 101000000 | 11100 | 11011 |
Color Harmonies of #58314B
Complementary color
Monochromatic Colors of #58314B
Black with #58314B
Text Example
Text Example
White with #58314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58314B; }
p { color: rgb(88,49,75); }
H1.HeaderClassName
{
color: #58314B;
}
.AnyTagClassName
{
color: #58314B;
}
</style>
background-color css
<style>
a { background-color: #58314B; }
a { background-color: rgb(88,49,75); }
div.DivClassName
{
background-color: #58314B;
}
.BgClassName
{
background-color: #58314B;
}
</style>
border-color css
<style>
span { border-color: #58314B; }
span { border-color: rgb(88,49,75); }
td.TdClassName
{
border-color: #58314B;
}
.TagClassName
{
border-color: #58314B;
}
</style>