Shades of Loulou #582851
Tints of Loulou #582851
RGB
CMYK
RGB Variations
Color information
#582851 (or 0x582851) is known color: Loulou. HEX triplet: 58, 28 and 51. RGB value is (88,40,81). Sum of RGB (Red+Green+Blue) = 88+40+81=209 (27% of max value = 765). Red value is 88 (34.77% from 255 or 42.11% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 88 - color contains mainly: red. Hex color #582851 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582851 is #A7D7AE. Grayscale: #3A3A3A. Windows color (decimal): -10999727 or 5318744. OLE color: 5318744.
HSL color Cylindrical-coordinate representation of color #582851: hue angle of 308.75º 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 #582851 is Cyan = 0, Magento = 0.55, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 40 | 81 | - |
| CMYK | 0 | 0.55 | 0.08 | 0.65 |
| HSL | 308.75º | 0.38% | 0.25% | - |
| HSV(B) | 308.75º | 0.55% | 0.35% | - |
| XYZ | 6.27 | 4.19 | 8.26 | - |
| YUV | 59.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 40 | 81 | 0 | 0.55 | 0.08 | 0.65 | 308.75 | 0.38 | 0.25 |
| Hex | 58 | 28 | 51 | 0 | 37 | 8 | 41 | 135 | 26 | 19 |
| Octal | 130 | 50 | 121 | 0 | 67 | 10 | 101 | 465 | 46 | 31 |
| Binary | 1011000 | 101000 | 1010001 | 0 | 110111 | 1000 | 1000001 | 100110101 | 100110 | 11001 |
Color Harmonies of #582851
Complementary color
Monochromatic Colors of #582851
Black with #582851
Text Example
Text Example
White with #582851
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582851; }
p { color: rgb(88,40,81); }
H1.HeaderClassName
{
color: #582851;
}
.AnyTagClassName
{
color: #582851;
}
</style>
background-color css
<style>
a { background-color: #582851; }
a { background-color: rgb(88,40,81); }
div.DivClassName
{
background-color: #582851;
}
.BgClassName
{
background-color: #582851;
}
</style>
border-color css
<style>
span { border-color: #582851; }
span { border-color: rgb(88,40,81); }
td.TdClassName
{
border-color: #582851;
}
.TagClassName
{
border-color: #582851;
}
</style>