Shades of Loulou #581C4E
Tints of Loulou #581C4E
RGB
CMYK
RGB Variations
Color information
#581C4E (or 0x581C4E) is known color: Loulou. HEX triplet: 58, 1C and 4E. RGB value is (88,28,78). Sum of RGB (Red+Green+Blue) = 88+28+78=194 (25% of max value = 765). Red value is 88 (34.77% from 255 or 45.36% from 194); Green value is 28 (11.33% from 255 or 14.43% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 88 - color contains mainly: red. Hex color #581C4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #581C4E is #A7E3B1. Grayscale: #333333. Windows color (decimal): -11002802 or 5119064. OLE color: 5119064.
HSL color Cylindrical-coordinate representation of color #581C4E: hue angle of 310º degrees, saturation: 0.52, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #581C4E is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 28 | 78 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.65 |
| HSL | 310º | 0.52% | 0.23% | - |
| HSV(B) | 310º | 0.68% | 0.35% | - |
| XYZ | 5.81 | 3.46 | 7.57 | - |
| YUV | 51.64 | 142.88 | 153.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 28 | 78 | 0 | 0.68 | 0.11 | 0.65 | 310 | 0.52 | 0.23 |
| Hex | 58 | 1C | 4E | 0 | 44 | B | 41 | 136 | 34 | 17 |
| Octal | 130 | 34 | 116 | 0 | 104 | 13 | 101 | 466 | 64 | 27 |
| Binary | 1011000 | 11100 | 1001110 | 0 | 1000100 | 1011 | 1000001 | 100110110 | 110100 | 10111 |
Color Harmonies of #581C4E
Complementary color
Monochromatic Colors of #581C4E
Black with #581C4E
Text Example
Text Example
White with #581C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #581C4E; }
p { color: rgb(88,28,78); }
H1.HeaderClassName
{
color: #581C4E;
}
.AnyTagClassName
{
color: #581C4E;
}
</style>
background-color css
<style>
a { background-color: #581C4E; }
a { background-color: rgb(88,28,78); }
div.DivClassName
{
background-color: #581C4E;
}
.BgClassName
{
background-color: #581C4E;
}
</style>
border-color css
<style>
span { border-color: #581C4E; }
span { border-color: rgb(88,28,78); }
td.TdClassName
{
border-color: #581C4E;
}
.TagClassName
{
border-color: #581C4E;
}
</style>