Shades of Loulou #56174B
Tints of Loulou #56174B
RGB
CMYK
RGB Variations
Color information
#56174B (or 0x56174B) is known color: Loulou. HEX triplet: 56, 17 and 4B. RGB value is (86,23,75). Sum of RGB (Red+Green+Blue) = 86+23+75=184 (24% of max value = 765). Red value is 86 (33.98% from 255 or 46.74% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 75 (29.69% from 255 or 40.76% from 184); Max value from RGB is 86 - color contains mainly: red. Hex color #56174B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #56174B is #A9E8B4. Grayscale: #2F2F2F. Windows color (decimal): -11135157 or 4921174. OLE color: 4921174.
HSL color Cylindrical-coordinate representation of color #56174B: hue angle of 310.48º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #56174B is Cyan = 0, Magento = 0.73, Yellow = 0.13 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 23 | 75 | - |
| CMYK | 0 | 0.73 | 0.13 | 0.66 |
| HSL | 310.48º | 0.58% | 0.21% | - |
| HSV(B) | 310.48º | 0.73% | 0.34% | - |
| XYZ | 5.41 | 3.1 | 6.97 | - |
| YUV | 47.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 75 | 0 | 0.73 | 0.13 | 0.66 | 310.48 | 0.58 | 0.21 |
| Hex | 56 | 17 | 4B | 0 | 49 | D | 42 | 136 | 3A | 15 |
| Octal | 126 | 27 | 113 | 0 | 111 | 15 | 102 | 466 | 72 | 25 |
| Binary | 1010110 | 10111 | 1001011 | 0 | 1001001 | 1101 | 1000010 | 100110110 | 111010 | 10101 |
Color Harmonies of #56174B
Complementary color
Monochromatic Colors of #56174B
Black with #56174B
Text Example
Text Example
White with #56174B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56174B; }
p { color: rgb(86,23,75); }
H1.HeaderClassName
{
color: #56174B;
}
.AnyTagClassName
{
color: #56174B;
}
</style>
background-color css
<style>
a { background-color: #56174B; }
a { background-color: rgb(86,23,75); }
div.DivClassName
{
background-color: #56174B;
}
.BgClassName
{
background-color: #56174B;
}
</style>
border-color css
<style>
span { border-color: #56174B; }
span { border-color: rgb(86,23,75); }
td.TdClassName
{
border-color: #56174B;
}
.TagClassName
{
border-color: #56174B;
}
</style>