Shades of Loulou #58174B
Tints of Loulou #58174B
RGB
CMYK
RGB Variations
Color information
#58174B (or 0x58174B) is known color: Loulou. HEX triplet: 58, 17 and 4B. RGB value is (88,23,75). Sum of RGB (Red+Green+Blue) = 88+23+75=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 23 (9.38% from 255 or 12.37% from 186); Blue value is 75 (29.69% from 255 or 40.32% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58174B is #A7E8B4. Grayscale: #303030. Windows color (decimal): -11004085 or 4921176. OLE color: 4921176.
HSL color Cylindrical-coordinate representation of color #58174B: hue angle of 312º 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 #58174B is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 23 | 75 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.65 |
| HSL | 312º | 0.59% | 0.22% | - |
| HSV(B) | 312º | 0.74% | 0.35% | - |
| XYZ | 5.6 | 3.2 | 6.98 | - |
| YUV | 48.36 | 143.03 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 23 | 75 | 0 | 0.74 | 0.15 | 0.65 | 312 | 0.59 | 0.22 |
| Hex | 58 | 17 | 4B | 0 | 4A | F | 41 | 138 | 3B | 16 |
| Octal | 130 | 27 | 113 | 0 | 112 | 17 | 101 | 470 | 73 | 26 |
| Binary | 1011000 | 10111 | 1001011 | 0 | 1001010 | 1111 | 1000001 | 100111000 | 111011 | 10110 |
Color Harmonies of #58174B
Complementary color
Monochromatic Colors of #58174B
Black with #58174B
Text Example
Text Example
White with #58174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58174B; }
p { color: rgb(88,23,75); }
H1.HeaderClassName
{
color: #58174B;
}
.AnyTagClassName
{
color: #58174B;
}
</style>
background-color css
<style>
a { background-color: #58174B; }
a { background-color: rgb(88,23,75); }
div.DivClassName
{
background-color: #58174B;
}
.BgClassName
{
background-color: #58174B;
}
</style>
border-color css
<style>
span { border-color: #58174B; }
span { border-color: rgb(88,23,75); }
td.TdClassName
{
border-color: #58174B;
}
.TagClassName
{
border-color: #58174B;
}
</style>