Shades of Loulou #582B51
Tints of Loulou #582B51
RGB
CMYK
RGB Variations
Color information
#582B51 (or 0x582B51) is known color: Loulou. HEX triplet: 58, 2B and 51. RGB value is (88,43,81). Sum of RGB (Red+Green+Blue) = 88+43+81=212 (28% of max value = 765). Red value is 88 (34.77% from 255 or 41.51% from 212); Green value is 43 (17.19% from 255 or 20.28% from 212); Blue value is 81 (32.03% from 255 or 38.21% from 212); Max value from RGB is 88 - color contains mainly: red. Hex color #582B51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582B51 is #A7D4AE. Grayscale: #3C3C3C. Windows color (decimal): -10998959 or 5319512. OLE color: 5319512.
HSL color Cylindrical-coordinate representation of color #582B51: hue angle of 309.33º degrees, saturation: 0.34, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #582B51 is Cyan = 0, Magento = 0.51, Yellow = 0.08 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 43 | 81 | - |
| CMYK | 0 | 0.51 | 0.08 | 0.65 |
| HSL | 309.33º | 0.34% | 0.26% | - |
| HSV(B) | 309.33º | 0.51% | 0.35% | - |
| XYZ | 6.37 | 4.4 | 8.3 | - |
| YUV | 60.79 | 139.41 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 81 | 0 | 0.51 | 0.08 | 0.65 | 309.33 | 0.34 | 0.26 |
| Hex | 58 | 2B | 51 | 0 | 33 | 8 | 41 | 135 | 22 | 1A |
| Octal | 130 | 53 | 121 | 0 | 63 | 10 | 101 | 465 | 42 | 32 |
| Binary | 1011000 | 101011 | 1010001 | 0 | 110011 | 1000 | 1000001 | 100110101 | 100010 | 11010 |
Color Harmonies of #582B51
Complementary color
Monochromatic Colors of #582B51
Black with #582B51
Text Example
Text Example
White with #582B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582B51; }
p { color: rgb(88,43,81); }
H1.HeaderClassName
{
color: #582B51;
}
.AnyTagClassName
{
color: #582B51;
}
</style>
background-color css
<style>
a { background-color: #582B51; }
a { background-color: rgb(88,43,81); }
div.DivClassName
{
background-color: #582B51;
}
.BgClassName
{
background-color: #582B51;
}
</style>
border-color css
<style>
span { border-color: #582B51; }
span { border-color: rgb(88,43,81); }
td.TdClassName
{
border-color: #582B51;
}
.TagClassName
{
border-color: #582B51;
}
</style>