Shades of Loulou #582B46
Tints of Loulou #582B46
RGB
CMYK
RGB Variations
Color information
#582B46 (or 0x582B46) is known color: Loulou. HEX triplet: 58, 2B and 46. RGB value is (88,43,70). Sum of RGB (Red+Green+Blue) = 88+43+70=201 (26% of max value = 765). Red value is 88 (34.77% from 255 or 43.78% from 201); Green value is 43 (17.19% from 255 or 21.39% from 201); Blue value is 70 (27.73% from 255 or 34.83% from 201); Max value from RGB is 88 - color contains mainly: red. Hex color #582B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #582B46 is #A7D4B9. Grayscale: #3B3B3B. Windows color (decimal): -10998970 or 4598616. OLE color: 4598616.
HSL color Cylindrical-coordinate representation of color #582B46: hue angle of 324º 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 #582B46 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 43 | 70 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.65 |
| HSL | 324º | 0.34% | 0.26% | - |
| HSV(B) | 324º | 0.51% | 0.35% | - |
| XYZ | 5.99 | 4.24 | 6.3 | - |
| YUV | 59.53 | 133.91 | 148.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 43 | 70 | 0 | 0.51 | 0.20 | 0.65 | 324 | 0.34 | 0.26 |
| Hex | 58 | 2B | 46 | 0 | 33 | 14 | 41 | 144 | 22 | 1A |
| Octal | 130 | 53 | 106 | 0 | 63 | 24 | 101 | 504 | 42 | 32 |
| Binary | 1011000 | 101011 | 1000110 | 0 | 110011 | 10100 | 1000001 | 101000100 | 100010 | 11010 |
Color Harmonies of #582B46
Complementary color
Monochromatic Colors of #582B46
Black with #582B46
Text Example
Text Example
White with #582B46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582B46; }
p { color: rgb(88,43,70); }
H1.HeaderClassName
{
color: #582B46;
}
.AnyTagClassName
{
color: #582B46;
}
</style>
background-color css
<style>
a { background-color: #582B46; }
a { background-color: rgb(88,43,70); }
div.DivClassName
{
background-color: #582B46;
}
.BgClassName
{
background-color: #582B46;
}
</style>
border-color css
<style>
span { border-color: #582B46; }
span { border-color: rgb(88,43,70); }
td.TdClassName
{
border-color: #582B46;
}
.TagClassName
{
border-color: #582B46;
}
</style>