Shades of Loulou #58284B
Tints of Loulou #58284B
RGB
CMYK
RGB Variations
Color information
#58284B (or 0x58284B) is known color: Loulou. HEX triplet: 58, 28 and 4B. RGB value is (88,40,75). Sum of RGB (Red+Green+Blue) = 88+40+75=203 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.35% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 75 (29.69% from 255 or 36.95% from 203); Max value from RGB is 88 - color contains mainly: red. Hex color #58284B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58284B is #A7D7B4. Grayscale: #3A3A3A. Windows color (decimal): -10999733 or 4925528. OLE color: 4925528.
HSL color Cylindrical-coordinate representation of color #58284B: hue angle of 316.25º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #58284B is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 40 | 75 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.65 |
| HSL | 316.25º | 0.38% | 0.25% | - |
| HSV(B) | 316.25º | 0.55% | 0.35% | - |
| XYZ | 6.05 | 4.1 | 7.13 | - |
| YUV | 58.34 | 137.4 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 75 | 0 | 0.55 | 0.15 | 0.65 | 316.25 | 0.38 | 0.25 |
| Hex | 58 | 28 | 4B | 0 | 37 | F | 41 | 13C | 26 | 19 |
| Octal | 130 | 50 | 113 | 0 | 67 | 17 | 101 | 474 | 46 | 31 |
| Binary | 1011000 | 101000 | 1001011 | 0 | 110111 | 1111 | 1000001 | 100111100 | 100110 | 11001 |
Color Harmonies of #58284B
Complementary color
Monochromatic Colors of #58284B
Black with #58284B
Text Example
Text Example
White with #58284B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58284B; }
p { color: rgb(88,40,75); }
H1.HeaderClassName
{
color: #58284B;
}
.AnyTagClassName
{
color: #58284B;
}
</style>
background-color css
<style>
a { background-color: #58284B; }
a { background-color: rgb(88,40,75); }
div.DivClassName
{
background-color: #58284B;
}
.BgClassName
{
background-color: #58284B;
}
</style>
border-color css
<style>
span { border-color: #58284B; }
span { border-color: rgb(88,40,75); }
td.TdClassName
{
border-color: #58284B;
}
.TagClassName
{
border-color: #58284B;
}
</style>