Shades of Loulou #58174C
Tints of Loulou #58174C
RGB
CMYK
RGB Variations
Color information
#58174C (or 0x58174C) is known color: Loulou. HEX triplet: 58, 17 and 4C. RGB value is (88,23,76). Sum of RGB (Red+Green+Blue) = 88+23+76=187 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.06% from 187); Green value is 23 (9.38% from 255 or 12.30% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 88 - color contains mainly: red. Hex color #58174C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58174C is #A7E8B3. Grayscale: #303030. Windows color (decimal): -11004084 or 4986712. OLE color: 4986712.
HSL color Cylindrical-coordinate representation of color #58174C: hue angle of 311.08º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #58174C is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 76 | - |
| CMYK | 0 | 0.74 | 0.14 | 0.65 |
| HSL | 311.08º | 0.59% | 0.22% | - |
| HSV(B) | 311.08º | 0.74% | 0.35% | - |
| XYZ | 5.64 | 3.21 | 7.16 | - |
| YUV | 48.48 | 143.53 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 76 | 0 | 0.74 | 0.14 | 0.65 | 311.08 | 0.59 | 0.22 |
| Hex | 58 | 17 | 4C | 0 | 4A | E | 41 | 137 | 3B | 16 |
| Octal | 130 | 27 | 114 | 0 | 112 | 16 | 101 | 467 | 73 | 26 |
| Binary | 1011000 | 10111 | 1001100 | 0 | 1001010 | 1110 | 1000001 | 100110111 | 111011 | 10110 |
Color Harmonies of #58174C
Complementary color
Monochromatic Colors of #58174C
Black with #58174C
Text Example
Text Example
White with #58174C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58174C; }
p { color: rgb(88,23,76); }
H1.HeaderClassName
{
color: #58174C;
}
.AnyTagClassName
{
color: #58174C;
}
</style>
background-color css
<style>
a { background-color: #58174C; }
a { background-color: rgb(88,23,76); }
div.DivClassName
{
background-color: #58174C;
}
.BgClassName
{
background-color: #58174C;
}
</style>
border-color css
<style>
span { border-color: #58174C; }
span { border-color: rgb(88,23,76); }
td.TdClassName
{
border-color: #58174C;
}
.TagClassName
{
border-color: #58174C;
}
</style>