Shades of Loulou #58184A
Tints of Loulou #58184A
RGB
CMYK
RGB Variations
Color information
#58184A (or 0x58184A) is known color: Loulou. HEX triplet: 58, 18 and 4A. RGB value is (88,24,74). Sum of RGB (Red+Green+Blue) = 88+24+74=186 (24% of max value = 765). Red value is 88 (34.77% from 255 or 47.31% from 186); Green value is 24 (9.77% from 255 or 12.90% from 186); Blue value is 74 (29.30% from 255 or 39.78% from 186); Max value from RGB is 88 - color contains mainly: red. Hex color #58184A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #58184A is #A7E7B5. Grayscale: #303030. Windows color (decimal): -11003830 or 4855896. OLE color: 4855896.
HSL color Cylindrical-coordinate representation of color #58184A: hue angle of 313.12º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58184A is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 24 | 74 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.65 |
| HSL | 313.13º | 0.57% | 0.22% | - |
| HSV(B) | 313.13º | 0.73% | 0.35% | - |
| XYZ | 5.59 | 3.22 | 6.81 | - |
| YUV | 48.84 | 142.2 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 24 | 74 | 0 | 0.73 | 0.16 | 0.65 | 313.13 | 0.57 | 0.22 |
| Hex | 58 | 18 | 4A | 0 | 49 | 10 | 41 | 139 | 39 | 16 |
| Octal | 130 | 30 | 112 | 0 | 111 | 20 | 101 | 471 | 71 | 26 |
| Binary | 1011000 | 11000 | 1001010 | 0 | 1001001 | 10000 | 1000001 | 100111001 | 111001 | 10110 |
Color Harmonies of #58184A
Complementary color
Monochromatic Colors of #58184A
Black with #58184A
Text Example
Text Example
White with #58184A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58184A; }
p { color: rgb(88,24,74); }
H1.HeaderClassName
{
color: #58184A;
}
.AnyTagClassName
{
color: #58184A;
}
</style>
background-color css
<style>
a { background-color: #58184A; }
a { background-color: rgb(88,24,74); }
div.DivClassName
{
background-color: #58184A;
}
.BgClassName
{
background-color: #58184A;
}
</style>
border-color css
<style>
span { border-color: #58184A; }
span { border-color: rgb(88,24,74); }
td.TdClassName
{
border-color: #58184A;
}
.TagClassName
{
border-color: #58184A;
}
</style>